Object Input Map
Input representation of an sObject record in a key-value map format.
JSON Example
1{
2 "records": [
3 {
4 "referenceId": "refOrder",
5 "record": {
6 "attributes": {
7 "type": "Order",
8 "method": "PATCH",
9 "id": "402xx000003KY5vJGH"
10 },
11 "Quantity": 5
12 }
13 }
14 ]
15}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| attributes | Map <String, String> | Configuration input for the record process. Valid values are:
|
Required | 60.0 |