BomErrorResponse
customIdstring[]
Error messages for custom ID field
Example:
["BOM with custom_id 'BOM-001' already exists for this product and purchase order"]namestring[]
Error messages for name field
Example:
["BOM with name 'Manufacturing BOM for Winter Line' already exists for this product and purchase order"]activestring[]
Error messages for active field
Example:
["This field is required."]productTypestring[]
Error messages for product type field
Example:
["This field is required."]productCustomIdstring[]
Error messages for product custom ID field
Example:
["This field is required."]contributions object[]
Array [
rolestring[]
orgCustomIdstring[]
]
orgCustomIdstring[]
Error messages for local org custom ID
Example:
["Local organization with custom ID 'non_existent_org' not found"]BomErrorResponse
{
"customId": [
"BOM with custom_id 'BOM-001' already exists for this product and purchase order"
],
"name": [
"BOM with name 'Manufacturing BOM for Winter Line' already exists for this product and purchase order"
],
"active": [
"This field is required."
],
"productType": [
"This field is required."
],
"productCustomId": [
"This field is required."
],
"contributions": [
{
"role": [
"This field is required."
],
"orgCustomId": [
"This field is required."
]
}
],
"orgCustomId": [
"Local organization with custom ID 'non_existent_org' not found"
]
}