POST api/v1/contractlaborshifts/cancel
Request Information
URI Parameters
None.
Body Parameters
ContractLaborCancellationExtendedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractLaborShiftIds | Collection of integer |
None. |
|
| CancellationReasonId | integer |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContractLaborShiftIds": [
1,
2
],
"CancellationReasonId": 1,
"Notes": "sample string 2"
}
Response Information
Resource Description
ApiResponseModelOfContractLaborShiftReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfContractLaborShiftReturnModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.