POST api/COTMangmnt/DeleteCOT
Request Information
URI Parameters
None.
Body Parameters
Cls_CuttOffTime| Name | Description | Type | Additional information |
|---|---|---|---|
| CutoffTimeID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| CutOffTime | string |
None. |
|
| DriverID | integer |
None. |
|
| DriverName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CutoffTimeID": 1,
"CustomerID": 2,
"CutOffTime": "sample string 3",
"DriverID": 4,
"DriverName": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"