Receiving Receipt Line Item
Get a specific line item for a receipt on a purchase or sales order
get/api/receiving/receipts/{receiptId}/line-items/{lineId}
Path parameters
receiptIdstring required
The receiving id
lineIdstring required
This will match on the line item id (from the purchase order or sales order) or the line id of the specific receiving
Response
Line item
Changes
Changed in 1 of the 23 revisions of this API.4
- ○
added the optional property
to the response with the status (media type: application/json)response-optional-property-added
- ○
added the optional property
to the response with the status (media type: application/problem+json)response-optional-property-added
- ○
added the optional property
to the response with the status (media type: application/json)response-optional-property-added
- ○
added the optional property
to the response with the status (media type: application/problem+json)response-optional-property-added
- ○