Skip to main content

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[]

List of attachments to associate with the BOM

  • Array [
  • fileIduuidrequired

    UUID of the file in the file management system

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