API structure has changed
6 structure changes including:
4 Breaking changes
2 Additions
2 Modifications
2 Removals
Modified
2
Breaking
POST /v1/order/{id}/family-payment-finish
- Path went from
/v1/order/{id}/{orderItemId}/family-payment-finish/{date}to/v1/order/{id}/family-payment-finish(same operationId)Breaking - Body
-
application/json content type Modified
-
Content type is now required Breaking
- orderItemId, date properties Added
-
Content type is now required
- Path
-
orderItemId, date path parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
POST /v1/order/{id}/family-payment-start
- Path went from
/v1/order/{id}/{orderItemId}/family-payment-start/{date}to/v1/order/{id}/family-payment-start(same operationId)Breaking - Verb went from
GETtoPOST(same operationId)Breaking - Path
-
orderItemId, date path parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Body
- application/json content type Added
Removed
2
Breaking
GET /v1/order/{id}/{orderItemId}/payment-schedule-payment-start/{date}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v1/order/{id}/{orderItemId}/payment-schedule-payment-finish/{date}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
POST /v1/order/{id}/company-payment-finish
POST /v1/order/{id}/company-payment-start