curl --request POST \
--url 'https://api.stateset.com/api/v1/quality/holds/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"release_notes": null,
"released_by": "string"
}'
{
"hold_type": "string",
"id": "string",
"lot_number": null,
"placed_at": "string",
"placed_by": "string",
"quantity_held": "string",
"reason": "string",
"released_at": null,
"released_by": null,
"sku": "string"
}
Release a hold
Release a hold
POST
/
api
/
v1
/
quality
/
holds
/
{id}
/
release
curl --request POST \
--url 'https://api.stateset.com/api/v1/quality/holds/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"release_notes": null,
"released_by": "string"
}'
{
"hold_type": "string",
"id": "string",
"lot_number": null,
"placed_at": "string",
"placed_by": "string",
"quantity_held": "string",
"reason": "string",
"released_at": null,
"released_by": null,
"sku": "string"
}
Path parameters
string
required
Quality hold ID
Request body
ReleaseQualityHoldRequest
string,null
string
required
Responses
QualityHoldResponse
ErrorBody
curl --request POST \
--url 'https://api.stateset.com/api/v1/quality/holds/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"release_notes": null,
"released_by": "string"
}'
{
"hold_type": "string",
"id": "string",
"lot_number": null,
"placed_at": "string",
"placed_by": "string",
"quantity_held": "string",
"reason": "string",
"released_at": null,
"released_by": null,
"sku": "string"
}
⌘I