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
attachments object[]
contributions object[]
BomCommonFields
{
"name": "string",
"description": "string",
"poNumber": "string",
"attachments": [
{
"fileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"contributions": [
{
"role": "bom_viewer",
"orgCustomId": "string"
}
]
}