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