Events method
GET /v1/Event/ByShipmentNo/{shipmentNo}
Get events using a shipment number
Uri parameters
| Name | Description | Type | Additional description |
|---|---|---|---|
| shipmentNo | The shipment number | Required |
Body parameters
None
Request sample:
None
Response sample:
200
OK
400
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occured",
"state": 400,
"traceId": null,
"errors": {
"request": [
"The parcel number cannot be empty"
]
}
}
401
Access denied
403
Forbidden