API ReferenceAndon
Acknowledge an andon call
Authorization
bearer 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