Takes the contract ID and booking ID as parameters and returns the booking history of the listed contract, if successful. If the request is not successful, it returns an error.
Booking history found
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "events": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "bookingId": "9a471128-954e-4e64-bde9-e8147015df89",
- "created": { },
- "departure": { },
- "vessel": "string",
- "voyage": "string"
}
]
}
Lists the full booking details of the contract.
Booking details returned
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "bookingNumber": "string",
- "nvoBookingReferences": [
- "string"
], - "contractNumber": "string",
- "carrierId": "81a9910c-2657-4f54-9feb-7f6d85d613bc",
- "placeOfReceipt": "string",
- "portOfLoad": "string",
- "portOfDischarge": "string",
- "placeOfDelivery": "string",
- "size": "string",
- "teu": { },
- "equipmentTeu": { },
- "equipmentTeuGatedOut": { },
- "equipmentTeuGatedIn": { },
- "teuRequested": { },
- "confirmedAt": { },
- "gateOut": { },
- "gateIn": { },
- "initialShippedOnBoard": { },
- "shippedOnBoard": { },
- "initialVessel": "string",
- "vessel": "string",
- "initialVoyage": "string",
- "voyage": "string",
- "service": "string",
- "serviceCode": "string",
- "weight": 0,
- "portCut": { },
- "proformaDeparture": { },
- "namedAccount": "string",
- "adhocData": "string",
- "equipment": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "equipmentNumber": "string",
- "size": "string",
- "teu": { },
- "gateOut": { },
- "gateIn": { },
- "shippedOnBoard": { },
- "weight": 0,
- "adhocData": "string"
}
], - "status": "string",
- "customerReference": "string"
}
Returns a list of all bookings connected to the contract ID.
Users full list of bookings by contract returned
{- "businessRequest": {
- "contractNumbers": [
- "string"
], - "requestId": "string"
}, - "queryParams": {
- "pageNumber": 0,
- "pageSize": 0,
- "sortBy": "string",
- "direction": "string",
- "status": "string",
- "search": "string"
}
}
{- "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
- "bookings": [
- {
- "bookingId": "9a471128-954e-4e64-bde9-e8147015df89",
- "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
- "bookingNumber": "string",
- "nvoBookingReferences": [
- "string"
], - "placeOfReceipt": "string",
- "portOfLoad": "string",
- "portOfDischarge": "string",
- "placeOfDelivery": "string",
- "requestedAt": { },
- "confirmedAt": { },
- "gateIn": { },
- "bookingGateIn": { },
- "equipmentGateOut": { },
- "equipmentGateIn": { },
- "shippedOnBoard": { },
- "initialShippedOnBoard": { },
- "bookingShippedOnBoard": { },
- "equipmentShippedOnBoard": { },
- "size": "string",
- "teuRequested": { },
- "teu": { },
- "teuConfirmed": { },
- "teuGatedOut": { },
- "teuGatedIn": { },
- "teuShipped": { },
- "status": "string",
- "initialVessel": "string",
- "vessel": "string",
- "initialVoyage": "string",
- "voyage": "string",
- "service": "string",
- "serviceCode": "string",
- "weight": 0,
- "portCut": { },
- "proformaDeparture": { },
- "namedAccount": "string",
- "adhocData": "string",
- "equipmentPendingMovement": 0,
- "equipmentOutsideReportingPeriod": 0,
- "equipmentWithinReportingPeriod": 0,
- "customerReference": "string"
}
], - "currentPage": 0,
- "pageSize": 0,
- "totalPages": 0,
- "totalItems": 0
}
Retrieves the details for why a contract is locked-in lanes.
Locked in lanes details returned
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
- "lockedInLanes": [
- {
- "lastUpdated": { },
- "data": [
- [ ]
]
}
]
}
Returns a summary about the contracts carrier, booking, shipping, and delivery information.
Performance summary details returned
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
- "name": "string",
- "contractNumber": "string",
- "carrierId": "81a9910c-2657-4f54-9feb-7f6d85d613bc",
- "performance": [
- {
- "name": "string",
- "mqc": { },
- "performance": { }
}
]
}