Stocks
Update stock weight/volume for stock in sample element
post/api/v1/stocks/{id}/update_stock_amount
Path parameters
idinteger required
stock id
Query parameters
tokenstring required
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"unit_type_name": "mg",
"subtract": "true"
}Response
stock amount updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.