Oracle E-Business Suite · Example Payload

Oracle E Business Suite Getbillsofmaterial Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Getbillsofmaterial Example is an example object payload from Oracle E-Business Suite, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getBillsOfMaterial",
  "method": "GET",
  "path": "/bom/billsOfMaterial",
  "summary": "Retrieve Bills of Material",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getbillsofmaterial200Example",
      "example": {
        "items": [
          {
            "billSequenceId": "500123",
            "assemblyItemId": "500123",
            "assemblyItemNumber": "example_value",
            "organizationId": "500123",
            "alternateDesignator": "example_value",
            "assemblyType": 10,
            "commonBillSequenceId": "500123",
            "specificAssemblyComment": "example_value",
            "components": [
              {}
            ],
            "creationDate": "2026-01-15T10:30:00Z",
            "lastUpdateDate": "2026-01-15T10:30:00Z"
          }
        ],
        "totalCount": 10,
        "hasMore": true
      }
    }
  ]
}