curl --request POST \
--url 'https://api.stateset.com/api/v1/print-jobs/{job_id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"success": true
}'
{
"created_at": "string",
"id": "string",
"payload": "string",
"payload_kind": "string",
"printer_name": null,
"station_id": "string",
"status": "string"
}
Complete a job
Complete a job
POST
/
api
/
v1
/
print-jobs
/
{job_id}
/
complete
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-jobs/{job_id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"success": true
}'
{
"created_at": "string",
"id": "string",
"payload": "string",
"payload_kind": "string",
"printer_name": null,
"station_id": "string",
"status": "string"
}
Path parameters
string
required
Print job ID
Request body
CompleteJobRequest
boolean
Responses
JobResponse
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-jobs/{job_id}/complete' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"success": true
}'
{
"created_at": "string",
"id": "string",
"payload": "string",
"payload_kind": "string",
"printer_name": null,
"station_id": "string",
"status": "string"
}
⌘I