Salesforce · Schema
ProcessApprovalsSubmitRequest
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| actionType | string | |
| contextActorId | string | |
| contextId | string | |
| comments | string | |
| nextApproverIds | string | |
| processDefinitionNameOrId | string | |
| skipEntryCriteria | string |
JSON Schema
{
"type": "object",
"properties": {
"actionType": {
"type": "string",
"example": "example_value"
},
"contextActorId": {
"type": "string",
"example": "500123"
},
"contextId": {
"type": "string",
"example": "500123"
},
"comments": {
"type": "string",
"example": "example_value"
},
"nextApproverIds": {
"type": "string",
"example": "example_value"
},
"processDefinitionNameOrId": {
"type": "string",
"example": "500123"
},
"skipEntryCriteria": {
"type": "string",
"example": "example_value"
}
},
"required": [
"actionType",
"contextActorId",
"contextId",
"comments",
"nextApproverIds",
"processDefinitionNameOrId",
"skipEntryCriteria"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ProcessApprovalsSubmitRequest"
}