Object Input Map

Input representation of an sObject record in a key-value map format.

JSON Example

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