POST api/COTMangmnt/AddCOT

Request Information

URI Parameters

None.

Body Parameters

Cls_CuttOffTime
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Cls_CuttOffTime'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"