Oracle E-Business Suite · JSON Structure

Manufacturing Bill Of Material Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

BillOfMaterial is a JSON Structure definition published by Oracle E-Business Suite, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

billSequenceId assemblyItemId assemblyItemNumber organizationId alternateDesignator assemblyType commonBillSequenceId specificAssemblyComment components creationDate lastUpdateDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BillOfMaterial",
  "type": "object",
  "properties": {
    "billSequenceId": {
      "type": "integer"
    },
    "assemblyItemId": {
      "type": "integer"
    },
    "assemblyItemNumber": {
      "type": "string"
    },
    "organizationId": {
      "type": "integer"
    },
    "alternateDesignator": {
      "type": "string"
    },
    "assemblyType": {
      "type": "integer"
    },
    "commonBillSequenceId": {
      "type": "integer"
    },
    "specificAssemblyComment": {
      "type": "string"
    },
    "components": {
      "type": "array"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}