POST utils/v2/ExternalShipment/UpdateStatus

The update status.

Request Information

URI Parameters

None.

Body Parameters

The TrackingShipmentEventDto data.

TrackingShipmentEventDto
NameDescriptionTypeAdditional information
ShipmentId

string

None.

TrackingNumber

string

None.

Status

string

None.

Message

string

None.

UpdatedAt

string

None.

ExternalReferenceId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "shipmentId": "sample string 1",
  "trackingNumber": "sample string 2",
  "status": "sample string 3",
  "message": "sample string 4",
  "updatedAt": "sample string 5",
  "externalReferenceId": "sample string 6"
}

application/xml, text/xml

Sample:
<TrackingShipmentEventDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.Nexus.Common.DTOs">
  <ExternalReferenceId>sample string 6</ExternalReferenceId>
  <Message>sample string 4</Message>
  <ShipmentId>sample string 1</ShipmentId>
  <Status>sample string 3</Status>
  <TrackingNumber>sample string 2</TrackingNumber>
  <UpdatedAt>sample string 5</UpdatedAt>
</TrackingShipmentEventDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The .

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.