API structure has changed
5 structure changes including:
1 Addition
4 Modifications
Modified
4
GET /salesorders
- Response
-
200 response Modified
-
application/json content type Modified
- paymentMethod property Added
-
application/json content type Modified
GET /salesorders/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- paymentMethod property Added
-
application/json content type Modified
PATCH /salesorders/{id}
- Body
-
application/json content type Modified
- paymentMethod property Added
- Response
-
200 response Modified
-
application/json content type Modified
- paymentMethod property Added
-
application/json content type Modified
POST /salesorders
- Body
-
application/json content type Modified
- paymentMethod property Added
- Response
-
200 response Modified
-
application/json content type Modified
- paymentMethod property Added
-
application/json content type Modified
Added
1
GET /paymentmethods