POST v1/shipment/{shipmentID}/updateStatus/{statusID}

Update Shipment Status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shipmentID

integer

Required

statusID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShipmentModel
NameDescriptionTypeAdditional information
ShipmentID

Unique identifier of the shipment

integer

None.

ShipmentNumber

Formatted shipment number

string

None.

ShipStatus

Ship Status

ShipStatusModel

None.

ShipFromLocation

Ship From Location

LocationModel

None.

ShipToLocation

Ship To Location

LocationModel

None.

Carrier

Carrier

LocationModel

None.

ShipDate

Ship Date

date

None.

Trailer

Trailer number

string

None.

TrailerConfirmation

Trailer confirmation number

string

None.

Driver

Driver

string

None.

DriverURL

string

None.

SAPServiceOrder

SAP Service Order

string

None.

Rental

Rental

RentalModel

None.

SalesOrderID

integer

None.

PalletsExpected

integer

None.

SalesOrder

SalesOrderModel

None.

PalletsLoaded

integer

None.

BOLPrinted

boolean

None.

RentalID

integer

None.

PUNumber

string

None.

Items

Collection of ShipmentItemModel

None.

QuantityOnShipment

decimal number

None.

FileCount

integer

None.

CanCompleteShipment

boolean

None.

ShipmentTrailer

ShipmentTrailerModel

None.

ShipTime

date

None.

SendEmailConfirmation

boolean

None.

CreatedBy

string

None.

CreationDate

date

None.

ActualShipDate

Ship Date

date

None.

IsInternal

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.