POST api/cargo/loadingCargosDetail

Request Information

URI Parameters

None.

Body Parameters

CargoListModel
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

TrackingNumber

string

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "3efee9e4-dbf8-4a4a-9efc-2f94362ab56f",
  "TrackingNumber": "sample string 1",
  "Status": 2
}

application/xml, text/xml

Sample:
<CargoListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Untas.Api.Models">
  <Status>2</Status>
  <TrackingNumber>sample string 1</TrackingNumber>
  <UserID>3efee9e4-dbf8-4a4a-9efc-2f94362ab56f</UserID>
</CargoListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.