Line Items
Line Items endpoints of the REST API for RISE CRM v2.1.0: 4 operations (GET, POST, PUT, DELETE) with parameters and JSON examples.
Endpoints
- GET List the lines of a document
/api/{parent}/{id}/items - POST Append a line to a document
/api/{parent}/{id}/items - PUT Replace all the lines of a document
/api/{parent}/{id}/items - DELETE Delete one line of a document
/api/{parent}/{id}/items/{itemId}
See these endpoints in full on the complete API reference.