API structure has changed
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
Webhook POST {subscriber-host}/charge
- Path went from
/Charge Transaction
to/{subscriber-host}/charge
(same operationId)Breaking - Body
-
application/json content type Modified
-
transactions property Modified
-
quantity property Modified
- Property is no longer deprecated
-
taxLines property Modified
-
Full types went from
object
toarray[object]
Breaking
-
taxId, taxName, taxAmount, taxRate, taxIncluded properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- pms-integrationPmsTaxLineWebhookDto property Added
-
Full types went from
-
quantity property Modified
-
payments property Modified
-
reservationId property Modified
- Property is no longer deprecated
-
reservationId property Modified
-
transactions property Modified
- Response
-
500 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 5XX response Added