API structure has changed
6 structure changes including:
6 Modifications
Modified
6
GET /v1/order/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- totalWithCredit, totalRemaining properties Added
-
application/json content type Modified
GET /v1/orders
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- familyId, totalTendered, totalDue, totalWithCredit, totalRemaining properties Added
-
data property Modified
-
application/json content type Modified
POST /v1/order/{id}/add-payment
- Response
-
200 response Modified
-
application/json content type Modified
- totalWithCredit, totalRemaining properties Added
-
application/json content type Modified
POST /v1/order/{id}/cancel-item
- Response
-
200 response Modified
-
application/json content type Modified
- totalWithCredit, totalRemaining properties Added
-
application/json content type Modified
POST /v1/order/{id}/charge-card-on-file
- Response
-
200 response Modified
-
application/json content type Modified
- totalWithCredit, totalRemaining properties Added
-
application/json content type Modified
POST /v1/order/{id}/record-stripe-payment
- Response
-
200 response Modified
-
application/json content type Modified
- totalWithCredit, totalRemaining properties Added
-
application/json content type Modified