Salesforce · JSON Structure

Salesforce Process Approvals Submit Request Structure

Type: object Properties: 7 Required: 7
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

ProcessApprovalsSubmitRequest is a JSON Structure definition published by Salesforce, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

actionType contextActorId contextId comments nextApproverIds processDefinitionNameOrId skipEntryCriteria

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ProcessApprovalsSubmitRequest",
  "properties": {
    "actionType": {
      "type": "string"
    },
    "contextActorId": {
      "type": "string"
    },
    "contextId": {
      "type": "string"
    },
    "comments": {
      "type": "string"
    },
    "nextApproverIds": {
      "type": "string"
    },
    "processDefinitionNameOrId": {
      "type": "string"
    },
    "skipEntryCriteria": {
      "type": "string"
    }
  },
  "required": [
    "actionType",
    "contextActorId",
    "contextId",
    "comments",
    "nextApproverIds",
    "processDefinitionNameOrId",
    "skipEntryCriteria"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}