This edits an item addition on the Equotix One account.
Request
Body Params application/json
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"item_addition_id": 0,
"purchase_order_id": 0,
"currency": "string",
"currency_value": 0,
"comment": "string",
"addition": [
{
"name": "string",
"item_id": 0,
"location_id": 0,
"quantity": 0,
"cost": 0
}
]
}
Responses
application/json {
"error": [
"string"
],
"success": true,
"item_addition_id": 0
}
Modified at 2024-10-20 04:29:54