Returns a list of all disputes. The list can also be filtered by dispute status using the -s flag.
disputes returned
{- "businessRequest": {
- "contractNumbers": [
- "string"
 
], - "requestId": "string"
 
}, - "status": "string",
 - "pageNumber": 0,
 - "pageSize": 0,
 - "sortBy": "string",
 - "direction": "string",
 - "filter": {
- "carrierIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
 
], - "shipperIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
 
], - "status": "string",
 - "exceptionReference": "string",
 - "contractNumber": "string",
 - "bookingNumber": "string",
 - "placeOfReceipt": "string",
 - "placeOfDelivery": "string",
 - "hidden": true,
 - "contractNumbers": [
- "string"
 
] 
} 
}{- "disputes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
 - "exceptionReference": "string",
 - "eventDate": "2019-08-24",
 - "status": "string",
 - "disputeReason": "string",
 - "carrierName": "string",
 - "shipperName": "string",
 - "responsiblePartyName": "string",
 - "contractNumber": "string",
 - "teuCount": { },
 - "bookingNumber": "string",
 - "submitted": { },
 - "placeOfReceipt": "string",
 - "placeOfDelivery": "string",
 - "vessel": "string",
 - "service": "string",
 - "voyage": "string",
 - "hidden": true,
 - "excused": true,
 - "excusedReason": "string",
 - "excusedSubReason": "string",
 - "penalties": [
- {
- "name": "string",
 - "penaltyPerTeu": {
- "value": { },
 - "fractionDigits": 0
 
}, - "carrierTeus": { },
 - "shipperTeus": { },
 - "penaltyTeus": { }
 
} 
], - "submittedByBusinessId": "5ddcff70-8ced-40ab-bf39-c9469330fef9",
 - "counterpartyName": "string",
 - "subReason": "string",
 - "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51"
 
} 
], - "currentPage": 0,
 - "pageSize": 0,
 - "totalPages": 0,
 - "totalItems": 0
 
}Retrieves a list of the penalties incurred due to the dispute.
List of penalties returned
{- "exceptionIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
 
], - "businessRequest": {
- "contractNumbers": [
- "string"
 
], - "requestId": "string"
 
} 
}{- "disputes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
 - "responsiblePartyName": "string",
 - "responsibleParty": "string",
 - "teuCount": { },
 - "excused": true,
 - "penalties": [
- {
- "name": "string",
 - "penaltyPerTeu": {
- "value": { },
 - "fractionDigits": 0
 
}, - "carrierTeus": { },
 - "shipperTeus": { },
 - "penaltyTeus": { }
 
} 
] 
} 
] 
}Lists all disputes for the authenticated user.
disputes returned
{- "businessRequest": {
- "contractNumbers": [
- "string"
 
], - "requestId": "string"
 
}, - "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51"
 
}{- "disputes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
 - "exceptionReference": "string",
 - "disputeReason": "string",
 - "service": "string",
 - "vessel": "string",
 - "voyage": "string",
 - "penalties": [
- {
- "name": "string",
 - "penaltyPerTeu": {
- "value": { },
 - "fractionDigits": 0
 
}, - "carrierTeus": { },
 - "shipperTeus": { },
 - "penaltyTeus": { }
 
} 
], - "status": "string",
 - "teuCount": { },
 - "contractNumber": "string",
 - "contractId": "dbf32426-cf38-4818-9c6e-3230d889fa51",
 - "bookingNumber": "string",
 - "placeOfReceipt": "string",
 - "placeOfDelivery": "string",
 - "submitted": { },
 - "responsibleParty": "string"
 
} 
] 
}