XentrDeveloper Docs
API ReferenceProducts

Save a BOM version snapshot with change reason

POST
/api/factories/{factoryId}/products/{productId}/bom-versions
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

productId*string

Product 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/products/string/bom-versions" \  -H "Content-Type: application/json" \  -d '{    "changeReason": "Updated material spec per supplier change"  }'
Empty