XentrDeveloper Docs
API ReferenceAndon

Create a new andon call

POST
/api/factories/{factoryId}/andon-calls
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/andon-calls" \  -H "Content-Type: application/json" \  -d '{    "machineId": "CNC-001",    "callType": "maintenance"  }'
Empty