curl --request POST \
--url 'https://api.stateset.com/api/v1/put-aways/{id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"actual_location_id": null,
"completed_by": null,
"notes": null
}'
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
Complete a put away
Complete a put away
POST
/
api
/
v1
/
put-aways
/
{id}
/
complete
curl --request POST \
--url 'https://api.stateset.com/api/v1/put-aways/{id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"actual_location_id": null,
"completed_by": null,
"notes": null
}'
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
Path parameters
string
required
Put-away task ID
Request body
CompletePutAwayRequest
integer,null (int32)
string,null
string,null
Responses
PutAwayResponse
ErrorBody
curl --request POST \
--url 'https://api.stateset.com/api/v1/put-aways/{id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"actual_location_id": null,
"completed_by": null,
"notes": null
}'
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
โI