POST api/OverlandParcelManifest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "driverName": "sample string 1",
  "driverLName": "sample string 2",
  "driverIdentityNo": "sample string 3",
  "vehicleInfo": "sample string 4",
  "CMR": "sample string 5",
  "trackingCodes": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

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 'overlandManifestRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "manifestId": 1.0,
  "manifestNO": "sample string 2",
  "parcelCount": 3.0,
  "status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}