POST api/users/Create
Request Information
URI Parameters
None.
Body Parameters
Member| Name | Description | Type | Additional information |
|---|---|---|---|
| ClubId | string |
Required String length: inclusive between 4 and 4 |
|
| MembNum | string |
Required String length: inclusive between 10 and 10 |
|
| Status | string |
String length: inclusive between 1 and 1 |
|
| StopLight | string |
String length: inclusive between 1 and 1 |
Request Formats
application/json, text/json
Sample:
{
"clubId": "sample string 1",
"membNum": "sample string 2",
"status": "sample string 3",
"stopLight": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.