This edits an item transfer in 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 item transfer ID to edit.
The comment for this item transfer.
transfer
array [object {5}]Â
requiredThe list of items for the item transfer.
The location ID to transfer out from.
The location ID to transfer into.
The quantity to transfer.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"item_transfer_id": 0,
"comment": "string",
"transfer": [
{
"name": "string",
"item_id": 0,
"from_location_id": 0,
"to_location_id": 0,
"quantity": 0
}
]
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
The edited item transfer ID.
{
"error": [
"string"
],
"success": true,
"item_transfer_id": 0
}
Modified at 2024-10-18 17:01:01