API ReferenceProducts
Add a BOM item to a product
Authorization
bearer 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" \ -H "Content-Type: application/json" \ -d '{ "componentPartNumber": "PN-2001", "componentName": "Steel Rod" }'Empty