This adds an item deduction to the Equotix One account.
Request
Body Params application/json
The domain you are assigned to authenticate your Equotix One account.
The email address assigned to the user account in your Equotix One.
The unix timestamp used to sign this API request.
The calculated signature for this API request.
The comment for this item deduction.
deduction
array [object {5}]Â
requiredThe list of items for the item deduction.
The location ID to deduct quantity from.
The item cost. Required if user account has permission to view item cost.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"comment": "string",
"deduction": [
{
"name": "string",
"item_id": 0,
"location_id": 0,
"quantity": 0,
"cost": 0
}
]
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
item_deduction_id
integerÂ
optionalThe created item deduction ID.
{
"error": [
"string"
],
"success": true,
"item_deduction_id": 0
}
Modified at 2024-10-18 16:57:54