Recieve into Ingredient's Inventory

Performs recieve operation into Ingredient's Inventory. Returns updated inventory.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

ID of the Ingredient API object

Query Params
int64
required
≥ 1

ID of Estabishment object related to the Inventory object

int64
required
≥ 1

ID of User object that is performing receive operation

Form Data
string
required
length ≤ 16

The quantity of inventory unit (if specified) to be recieved.
Values limited to 4 decimal places.

int64
≥ 1

The ID of recieved InventoryUnit object belonging to the Ingredient.

string
length ≤ 16

The price of a single Unit of recieved qty.
If not specified or 0 value is provided then operation will use Inventory's cost.
Values limited to 4 decimal places.

string

Optional commentary for logging.

Responses

400

Bad request. Usually caused by invalid request body.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json