XentrDeveloper Docs
API ReferenceProduction orders

Backfill an unplanned production order with method, start time, and qty

POST
/api/factories/{factoryId}/production-orders/{id}/backfill
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Production Order 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/production-orders/string/backfill" \  -H "Content-Type: application/json" \  -d '{    "methodId": "a1b2c3d4-...",    "plannedStart": "2026-04-07T09:14:00Z"  }'
Empty
Empty