Calculate Payment Amount

Get the amount owed for demurrage charges through a specific date.

This endpoint calculates demurrage charges based on container_number and mbl_number instead of
requiring a container UUID. It calculates existing charges plus projected future charges
through the specified date.

This endpoint requires that the container has a valid demurrage_paid_through_date set.
If the container is still in transit (hasn't been discharged), this endpoint will
return a 400 error as demurrage calculation is not possible yet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The container number (e.g., 'ZCSU7749813')

string
required

The MBL/Master Bill of Lading number (e.g., 'ZIMUNGB20586781')

date
required

The date through which to calculate charges (format: YYYY-MM-DD). Both existing and future charges will be calculated through this date.

string
enum
Defaults to DEMURRAGE

Type of charge to calculate: either 'DEMURRAGE' or 'DETENTION'. NOTE detention is not implemented and will raise a 400.

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json