GET api/COTMangmnt/GetCustomerCOT?custID={custID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| custID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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"
},
{
"CutoffTimeID": 1,
"CustomerID": 2,
"CutOffTime": "sample string 3",
"DriverID": 4,
"DriverName": "sample string 5"
}
]