XentrDeveloper Docs
API ReferenceAndon

Resolve an andon call

PATCH
/api/factories/{factoryId}/andon-calls/{id}/resolve
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Andon call ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/factories/string/andon-calls/string/resolve" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty