Create bom revision with components
I am trying to create a BOM revision with components using the Beta version of the REST API: POST https://{ID}.suitetalk.api.netsuite.com/services/rest/record/v1/bomrevision { "name": "revision 2", "billOfMaterials": { "id": "4" }, "component": { "items": [ { "item":{ "id": "6" }, "quantity": 1 } ] } } But this gives theā¦