Skip to main content
POST
Push shipment events

Reference Documentation

For more information on departure and offload status updates, please refer to:

Authorizations

Authorization
string
header
required

Path Parameters

awb
string
required

AWB number

Body

application/json
eventType
enum<string>
required
Available options:
RCS,
MAN,
DEP,
ARR,
RCF,
NFD,
DLV
Example:

"RCS"

eventDate
string<date-time>
required
Example:

"2024-01-01T08:00:00Z"

location
string
required
Example:

"DOH"

pieces
integer
Example:

10

weight
number
Example:

500

notes
string
Example:

"Cargo received at origin"

Response

201 - application/json

Event recorded

eventId
string
Example:

"event-123"

awbNumber
string
Example:

"15712345678"

eventType
string
Example:

"RCS"

recordedAt
string<date-time>
Example:

"2024-01-01T08:00:00Z"