GET api/COTMangmnt/GetCOTByID?cotID={cotID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cotID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cls_CuttOffTime| Name | Description | Type | Additional information |
|---|---|---|---|
| CutoffTimeID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| CutOffTime | string |
None. |
|
| DriverID | integer |
None. |
|
| DriverName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CutoffTimeID": 1,
"CustomerID": 2,
"CutOffTime": "sample string 3",
"DriverID": 4,
"DriverName": "sample string 5"
}