Cancellation Fee
| Last Update Date |
13.07.2023 |
Request Url
http://api.stage.paximum.com/v1/booking/getcancellationfee
Request Model
| Attribute |
Type |
Required |
Description |
| BookingId |
String |
Yes |
Booking Id |
Request Sample
{"bookingId":"1e4e1c42-1db4-4b7d-935d-9217443b8fa4"}
Response Model
| Attribute |
Type |
Description |
| BookingId |
String |
This field contains the HotelId as a string. |
| Fee |
Object |
This object contains offer information. |
| Attribute |
Type |
Description |
| Amount |
Decimal |
|
| Currency |
String |
|
|
Response Sample
{
"bookingId": "1e4e1c42-1db4-4b7d-935d-9217443b8fa4",
"fee": {
"amount": 66.430000000000000000000000000,
"currency": "EUR"
}
}