POST api/collections/Notes/{clubId}/{membNum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubId | string |
Required |
|
| membNum | string |
Required |
Body Parameters
Notes| Name | Description | Type | Additional information |
|---|---|---|---|
| Note | string |
Required String length: inclusive between 1 and 8000 |
Request Formats
application/json, text/json
Sample:
{
"note": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.