XentrDeveloper Docs
API ReferenceAndon

Acknowledge an andon call

PATCH
/api/factories/{factoryId}/andon-calls/{id}/acknowledge
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.

acknowledgedBy?string

User id of the supervisor who acknowledged the call.

Response Body

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