POST api/cargo/loadingCargos

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": "2ff5f3c9-b353-4e9b-b89f-ae8eaf05fb71",
  "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>2ff5f3c9-b353-4e9b-b89f-ae8eaf05fb71</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.