API structure has changed
2 structure changes including:
2 Breaking changes
2 Modifications
Modified
2
Breaking
GET /v1/order/{id}/company-payment-start
- Verb went from
POSTtoGET(same operationId)Breaking - Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Query
- orderItemId, date query parameters Added
GET /v1/order/{id}/family-payment-start
- Verb went from
POSTtoGET(same operationId)Breaking - Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Query
- orderItemId, date query parameters Added