PUT api/v1/contractlaborshifts/{contractLaborShiftId}/assignstaff
Assign a staff to a contract labor shift
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractLaborShiftId | integer |
Required |
Body Parameters
UpdateContractLaborShift| Name | Description | Type | Additional information |
|---|---|---|---|
| FsStaffId | integer |
None. |
|
| ContractLaborShiftId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FsStaffId": 1,
"ContractLaborShiftId": 2
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.