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: - type—Type of sales transaction such as Quote or Order.
- method—HTTP methods such as POST, PATCH, and DELETE.
- id—Unique identifier for the record. Required for PATCH and DELETE operations.
- criteria—Criteria to group order or quote line items. For example, group order or quote line items based on a monthly billing frequency.
-
action—Action to group order
or quote line items. Valid values are:
- GroupBy
- Group
- Ungroup
- GroupAll
- DeleteGroup
Required 60.0