BomCommonFields
namestring
Name of the BOM
Possible values: <= 255 characters
descriptionstring
Description of the BOM
Possible values: <= 5000 characters
poNumberstring
PO Number (custom ID) of the PO that BOM is attached to (if available)
Possible values: <= 255 characters
contributions object[]
List of contributions to associate with the BOM
Array [
rolestringrequired
The role of the organization in the BOM
Possible values: [bom_viewer, bom_editor]
orgCustomIdstringrequired
Local Org ID of the org
]
BomCommonFields
{
"name": "string",
"description": "string",
"poNumber": "string",
"contributions": [
{
"role": "bom_viewer",
"orgCustomId": "string"
}
]
}