Methods
Description of api endpoints
Get Single Payout
Path Parameters
Name
Type
Description
{
"date": "2020-03-19T10:47:30.326Z",
"accountCompanyName": "string",
"accountFirstName": "string",
"accountLastName": "string",
"totalAmount": 0,
"currencyIsoCode": "string",
"bounties": [
{
"reservationId": 0,
"reservationServiceItemName": "string",
"amount": 0,
"currencyCode": "string",
"source": "string",
"sourceName": "string",
"reservationDetailLink": "string",
"reservationPublicId": "string"
}
],
"id": 0
}Last updated
Was this helpful?