Create multiple record on BOM item definition using rest API
Hi,
In the help section we have the example request payload to create a single record in BOM item definitions.
But how to create multiple records in item definition table using rest API. I have tried different format of payload but nothing worked.
Please tell me the correct payload to create multiple records;
URI Endpoint Sample
https://sitename.oracle.com/rest/v17/bomItemSetups
Request Body Sample for 1 record :
{ "isManufacturingItem": false, "parentVariableName": "VEHICLE", "sequenceNumber": 20, "isIncludedInBasePrice": false, "itemType": "Standard Item", "variableName": "SUB6", "modelPath": null, "bomPrice": 0.0, "isSalesItem": true, "isOptional": false, "label": "Hybrid SUV Subscription", "defaultQuantity": 1.0, "isRootModel": false, "effectiveTo": null, "rootVariableName": "VEHICLE", "partNumber": "Hybrid SUV Subscription", "itemIdentifier": "20", "effectiveFrom": null}