This operation returns a list of statements for the authenticated user
List of statements returned
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "statements": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reference": "string",
- "contractNumber": "string",
- "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
- "carrierBusinessId": "e6fefb5d-5ca8-48fc-96a1-c2e457128ae4",
- "shipperBusinessId": "3a3008ed-02df-47a9-b693-ac9a87a9a643",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "status": "string",
- "penaltyDefault": {
- "carrierDefault": { },
- "carrierDefaultTeus": { },
- "shipperDefault": { },
- "shipperDefaultTeus": { },
- "netPenalties": { },
- "totalTeus": { }
}, - "penalties": [
- {
- "penaltyPerTeu": {
- "value": { },
- "fractionDigits": 0
}, - "carrierTeus": { },
- "shipperTeus": { }
}
], - "exceptionsIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]
}
Returns a list of all user statements in a paginated format.
Statements returned
{- "businessRequest": {
- "contractNumbers": [
- "string"
], - "requestId": "string"
}, - "queryParams": {
- "pageNumber": 0,
- "pageSize": 0,
- "sortBy": "string",
- "direction": "string",
- "filter": {
- "status": "string",
- "statementId": "775b692d-f1fa-4640-9327-0c9bb8d02222",
- "contractNumber": "string",
- "startDateFrom": "2019-08-24",
- "startDateTo": "2019-08-24",
- "endDateFrom": "2019-08-24",
- "endDateTo": "2019-08-24",
- "reference": "string",
- "counterPartyId": "0964a465-1566-49d1-ab48-fd4711f709d0",
- "contractNumbers": [
- "string"
]
}
}
}
{- "statements": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reference": "string",
- "contractNumber": "string",
- "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
- "carrierBusinessId": "e6fefb5d-5ca8-48fc-96a1-c2e457128ae4",
- "shipperBusinessId": "3a3008ed-02df-47a9-b693-ac9a87a9a643",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "status": "string",
- "penaltyDefault": {
- "carrierDefault": { },
- "carrierDefaultTeus": { },
- "shipperDefault": { },
- "shipperDefaultTeus": { },
- "netPenalties": { },
- "totalTeus": { }
}, - "penalties": [
- {
- "penaltyPerTeu": {
- "value": { },
- "fractionDigits": 0
}, - "carrierTeus": { },
- "shipperTeus": { }
}
], - "exceptionsIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "currentPage": 0,
- "pageSize": 0,
- "totalPages": 0,
- "totalItems": 0
}
Returns a summary of all penalties or compensation assessed on all statements.
Statement penalty summary returned
{- "contractNumbers": [
- "string"
], - "requestId": "string"
}
{- "compensationToBeCollected": {
- "total": { },
- "decision": { },
- "disputed": { }
}, - "penaltyToBePaid": {
- "total": { },
- "decision": { },
- "disputed": { }
}, - "closedStatements": {
- "compensationCollected": { },
- "penaltyPaid": { }
}
}