Receipt items

Receipt_items_retrieve

GET
/api/v1/receipt-items/{id}

Path Parameters

idinteger

A unique integer value identifying this Receipt Item.

Response Body

curl -X GET "https://loading/api/v1/receipt-items/0"
{
  "id": 0,
  "proof_id": 0,
  "price_id": 0,
  "order": -2147483648,
  "predicted_data": null,
  "status": 0,
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z",
  "proof_prediction": 0
}