POST api/corporations/{corporateCode}/{clubId}/{membNum}/EmployeeId
Update corporate members employee id
Click Here Employee Id for documentation and json response example
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corporateCode | string |
Required |
|
| clubId | string |
Required |
|
| membNum | string |
Required |
Body Parameters
EmployeeIds| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | string |
String length: inclusive between 1 and 100 |
Request Formats
application/json, text/json
Sample:
{
"employeeId": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.