OCI Batch Update Input

Details of one or more inventory records to update in a batch.
Root XML tag
<ociBatchUpdateInput>
JSON example
1{
2  "records": [
3    {
4      "externalRefId": "7282822-9823-aaa",
5      "futureStock": [
6        {
7          "expectedDate": "2019-08-24T21:13:00Z",
8          "quantity": 10.25
9        }
10      ],
11      "attributeSet": {
12        "groupEligibilityExclusion": [
13          "GroupA",
14          "GroupB"
15        ]
16      },
17      "locationIdentifier": "warehouse5",
18      "onHand": 1200.35,
19      "safetyStockCount": 12.45,
20      "stockKeepingUnit": "sku123",
21      "actionRequestId": "82251928-8863-488e-840b-2aebd10b57ba",
22      "effectiveDate": "2019-07-24T21:13:00Z"
23    }
24  ]
25}
Properties
Name Type Description Required or Optional Available Version
records OCI Batch Update Single Input[] Data for one inventory record in a list to update. Required 62.0