Get All BOM Item Definitions

get

/rest/v16/bomItemSetups

Use this endpoint to retrieve a list of BOM item definitions.

Request

Supported Media Types
Query Parameters
  • Allows expansion of relationships.
  • Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
  • The requested page size, which limits the number of elements the collection should max return.
  • The offset of the page. By default, offset is 0, which means first page will be returned.
  • Specifies a comma-separated list of pairs to order the response by.
  • Allows to specify one or more filtering criteria. By default, no filtering is applied.
  • Specifies that the total count of records should be included in the response when doing pagination.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : BOM Item Setup Collection Definitions
Type: object
Title: BOM Item Setup Collection Definitions
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : BOM Item Setup Instance Definitions
Type: object
Title: BOM Item Setup Instance Definitions
Show Source
Back to Top

Examples

The following example shows how to retrieve a list of BOM Item Definitions by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X GET -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Accept: application/json"
https://sitename.oracle.com/rest/v16/bomItemSetups

Response Body Sample

{
  "offset": 0,
  "limit": 5,
  "count": 5,
  "hasMore": true,
  "links": [{
      "rel": "canonical",
      "href": "https://sitename.oracle.com/rest/v16/bomItemSetups"
    }, {
      "rel": "next",
      "href": "https://sitename.oracle.com/rest/v16/bomItemSetups?limit=5&offset=5"
    }, {
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v16/bomItemSetups?limit=5&offset=0"
    }
  ],
  "items": [{
      "isManufacturingItem": true,
      "parentVariableName": null,
      "sequenceNumber": 0,
      "isIncludedInBasePrice": false,
      "itemType": "Standard Item",
      "variableName": "VEHICLE",
      "modelPath": null,
      "bomPrice": 0.0,
      "isSalesItem": true,
      "isOptional": false,
      "label": "Consumer Vehicle",
      "rootBomItemPartNumber": "VEHICLE",
      "defaultQuantity": 1.0,
      "isRootModel": true,
      "effectiveTo": null,
      "rootBomItemLabel": "Consumer Vehicle",
      "rootVariableName": "VEHICLE",
      "partNumber": "VEHICLE",
      "itemIdentifier": "0",
      "effectiveFrom": null,
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/VEHICLE"
        }, {
          "kind": "",
          "rel": "child",
          "name": "bomItemMappings",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/VEHICLE/bomItemMappings"
        }, {
          "kind": "",
          "rel": "child",
          "name": "children",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/VEHICLE/children"
        }
      ]
    }, {
      "isManufacturingItem": true,
      "parentVariableName": "VEHICLE",
      "sequenceNumber": 1,
      "isIncludedInBasePrice": false,
      "itemType": "Standard Item",
      "variableName": "SUB1",
      "modelPath": null,
      "bomPrice": 999.0,
      "isSalesItem": true,
      "isOptional": false,
      "label": "Crossover SUV Subscription",
      "rootBomItemPartNumber": "VEHICLE",
      "defaultQuantity": 1.0,
      "isRootModel": false,
      "effectiveTo": null,
      "rootBomItemLabel": "Consumer Vehicle",
      "rootVariableName": "VEHICLE",
      "partNumber": "Crossover SUV Subscription",
      "itemIdentifier": "1",
      "effectiveFrom": null,
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB1"
        }, {
          "kind": "",
          "rel": "child",
          "name": "bomItemMappings",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB1/bomItemMappings"
        }, {
          "kind": "",
          "rel": "child",
          "name": "children",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB1/children"
        }
      ]
    }, {
      "isManufacturingItem": false,
      "parentVariableName": "VEHICLE",
      "sequenceNumber": 2,
      "isIncludedInBasePrice": false,
      "itemType": "Standard Item",
      "variableName": "SUB2",
      "modelPath": null,
      "bomPrice": 0.0,
      "isSalesItem": true,
      "isOptional": false,
      "label": "Sports SUV Subscription",
      "rootBomItemPartNumber": "VEHICLE",
      "defaultQuantity": 1.0,
      "isRootModel": false,
      "effectiveTo": null,
      "rootBomItemLabel": "Consumer Vehicle",
      "rootVariableName": "VEHICLE",
      "partNumber": "Sports SUV Subscription",
      "itemIdentifier": "2",
      "effectiveFrom": null,
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB2"
        }, {
          "kind": "",
          "rel": "child",
          "name": "bomItemMappings",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB2/bomItemMappings"
        }, {
          "kind": "",
          "rel": "child",
          "name": "children",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB2/children"
        }
      ]
    }, {
      "isManufacturingItem": false,
      "parentVariableName": "VEHICLE",
      "sequenceNumber": 3,
      "isIncludedInBasePrice": false,
      "itemType": "Standard Item",
      "variableName": "SUB3",
      "modelPath": null,
      "bomPrice": 0.0,
      "isSalesItem": true,
      "isOptional": false,
      "label": "Luxury SUV Subscription",
      "rootBomItemPartNumber": "VEHICLE",
      "defaultQuantity": 1.0,
      "isRootModel": false,
      "effectiveTo": null,
      "rootBomItemLabel": "Consumer Vehicle",
      "rootVariableName": "VEHICLE",
      "partNumber": "Luxury SUV Subscription",
      "itemIdentifier": "3",
      "effectiveFrom": null,
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB3"
        }, {
          "kind": "",
          "rel": "child",
          "name": "bomItemMappings",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB3/bomItemMappings"
        }, {
          "kind": "",
          "rel": "child",
          "name": "children",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SUB3/children"
        }
      ]
    }, {
      "isManufacturingItem": false,
      "parentVariableName": "VEHICLE",
      "sequenceNumber": 8,
      "isIncludedInBasePrice": false,
      "itemType": "Standard Item",
      "variableName": "SVC1",
      "modelPath": null,
      "bomPrice": 0.0,
      "isSalesItem": true,
      "isOptional": false,
      "label": "Sirius XM Radio",
      "rootBomItemPartNumber": "VEHICLE",
      "defaultQuantity": 1.0,
      "isRootModel": false,
      "effectiveTo": null,
      "rootBomItemLabel": "Consumer Vehicle",
      "rootVariableName": "VEHICLE",
      "partNumber": "Sirius XM Radio",
      "itemIdentifier": "8",
      "effectiveFrom": null,
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SVC1"
        }, {
          "kind": "",
          "rel": "child",
          "name": "bomItemMappings",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SVC1/bomItemMappings"
        }, {
          "kind": "",
          "rel": "child",
          "name": "children",
          "href": "https://sitename.oracle.com/rest/v16/bomItemSetups/SVC1/children"
        }
      ]
    }
  ]
}
Back to Top