API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /salesorders/{id}/lines
- Response
-
200 response Modified
-
application/json content type Modified
- isHidden property Added
-
application/json content type Modified
GET /salesorders/{id}/lines/{lineId}
- Response
-
200 response Modified
-
application/json content type Modified
- isHidden property Added
-
application/json content type Modified
GET /transactionlines
- Query
-
createdAfter, modifiedAfter query parameters Modified
- Query parameters are now deprecated
- createdFrom, modifiedFrom query parameters Added
PATCH /salesorders/{id}/lines/{lineId}
- Body
-
application/json content type Modified
- isHidden property Added
- Response
-
200 response Modified
-
application/json content type Modified
- isHidden property Added
-
application/json content type Modified
POST /salesorders/{id}/lines
- Body
-
application/json content type Modified
- isHidden property Added
- Response
-
200 response Modified
-
application/json content type Modified
- isHidden property Added
-
application/json content type Modified