Get the Costs for a Claim
Path
GET /claims/{claimNumber}/costs
Request Parameters
X-Client-Reference
array
Client reference header
items
string
claimNumber
required
string
claim number of the requested claim
Responses
Request Example
null
Response Example
{
"items": [
{
"date": "2024-07-23",
"type": "CHARGEBACK",
"taxRate": 0,
"currency": "str",
"description": "string",
"invoiceNumber": "string",
"originalAmount": 0,
"remainingAmount": 0
}
],
"pagination": {
"totalItems": 0
}
}