openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Update API description: 'Salesforce Bulk API 2.0 is a simplified, REST-based interface for bulk data operations that improves on the original Bulk API. It uses a straightforward job model and supports CSV format for ingest and query jobs, enabling processing of millions of records asynchronously. ' version: v63.0 contact: name: Salesforce Developers url: https://developer.salesforce.com/ license: name: Salesforce Developer Terms url: https://www.salesforce.com/company/legal/agreements/ servers: - url: https://{instance}.salesforce.com/services/data/v{version}/jobs description: Salesforce Bulk API 2.0 jobs endpoint variables: instance: default: yourInstance description: 'The Salesforce instance identifier (e.g., na1, eu3, or a My Domain subdomain like mycompany). ' version: default: '63.0' description: 'The Salesforce API version number (e.g., 63.0). Use the latest supported version for new integrations. ' security: - BearerAuth: [] tags: - name: Update paths: /data/v64.0/composite/sobjects: parameters: [] patch: tags: - Update summary: Salesforce Sobject Collections Update description: 'Executes actions on multiple records in one request. Use SObject Collections to reduce the number of round-trips between the client and server. This resource is available in API version 42.0 and later. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm' operationId: SObjectCollectionsUpdate parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/SObjectCollectionsUpdateRequest' - examples: - allOrNone: false records: - attributes: type: Account id: NumberOfEmployees: 27000 contentMediaType: application/json example: allOrNone: false records: - attributes: type: Account id: NumberOfEmployees: 27000 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:28:31 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=46/15000 Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/SObjectCollectionsUpdate' description: '' examples: - - id: 001... success: true errors: [] contentMediaType: application/json;charset=UTF-8 example: - id: 001... success: true errors: [] deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/named-credentials/credential: parameters: [] put: tags: - Update summary: Salesforce Update Credential description: Update a credential. operationId: UpdateCredential parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateCredentialRequest' - examples: - externalCredential: test authenticationProtocol: Custom principalName: test principalType: NamedPrincipal credentials: testCredential: value: '000000' encrypted: true contentMediaType: application/json example: externalCredential: test authenticationProtocol: Custom principalName: test principalType: NamedPrincipal credentials: testCredential: value: '000000' encrypted: true required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/named-credentials/external-credentials/{DEVELOPER_NAME}: parameters: [] put: tags: - Update summary: Salesforce Update External Credential description: Update an external credential. operationId: UpdateExternalCredential parameters: - name: DEVELOPER_NAME in: path description: '' required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateExternalCredentialRequest' - examples: - masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 contentMediaType: application/json example: masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:55:19 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulUpdateExternalCredential' - examples: - authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: - developerName: SamplePrivate id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential contentMediaType: application/json;charset=UTF-8 example: authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: - developerName: SamplePrivate id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/named-credentials/named-credential-setup/{DEVELOPER_NAME}: parameters: [] put: tags: - Update summary: Salesforce Update Named Credential description: Update a named credential. operationId: UpdateNamedCredential parameters: - name: DEVELOPER_NAME in: path description: '' required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateNamedCredentialRequest' - examples: - masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true contentMediaType: application/json example: masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:54:57 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulUpdateNamedCredential' - examples: - calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate contentMediaType: application/json;charset=UTF-8 example: calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects/NamedCredential/{NAMED_CREDENTIAL_ID}: parameters: [] patch: tags: - Update summary: Salesforce Update Named Credential operationId: Updatenamedcredential parameters: - name: NAMED_CREDENTIAL_ID in: path description: '' required: true schema: type: string examples: - 'null' example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdatenamedcredentialRequest1' - examples: - FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication contentMediaType: application/json example: FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/connect/business-rules/expression-set/{expressionSetId}: parameters: [] patch: tags: - Update summary: Salesforce Expression Set Update description: "# Expression Set Update (PATCH)\n\nEndpoints to read, and update expression set.Resource\n\n```\n/connect/business-rules/expression-set/${expressionSetId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect\n /business-rules/expressionSet/$11Oxx0000006PcLEAU\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nDELETE, GET, PATCH\n\nResponse body for GET\n\n[Expression Set Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_expression_set_output.htm)\n\nRequest body for PATCH\n\nRoot XML tag\n\nJSON example\n\n```\n{\n \"name\": \"CTX Mapping ES\",\n \"apiName\": \"CTX_Mapping_ES_1\",\n \"description\": \"...\",\n \"usageType\": \"Bre\",\n \"contextDefinitions\": [\n {\n \"id\": \"11Oxx0000006PcLEAU\"\n }\n ],\n \"versions\": [\n {\n \"name\": \"CTX_Mapping_ES_1 V1\",\n \"apiName\": \"CTX_Mapping_ES_1_V1\",\n \"description\": \"Sample CTX Mapping\",\n \"startDate\": \"2022-11-14T20:31:47.000+0000\",\n \"endDate\": \"2022-11-14T20:31:47.000+0000\",\n \"versionNumber\": 1,\n \"rank\": 1,\n \"enabled\": true,\n \"showExplExternally\": false,\n \"steps\": [\n {\n \"name\": \"Condition1\",\n \"description\": \"Condition step for conditions w.r.t product\",\n \"sequenceNumber\": 1,\n \"resultIncluded\": true,\n \"stepType\": \"Condition\",\n \"conditionExpression\": {\n \"expression\": \"productName == 'iPhone' && productColor == 'Red'\",\n \"resultParameter\": \"condition_output__1\"\n }\n }\n ],\n \"variables\": [\n {\n \"name\": \"productName\",\n \"collection\": false,\n \"dataType\": \"Text\",\n \"description\": \"productName\",\n \"input\": true,\n \"output\": false,\n \"type\": \"Variable\"\n },\n {\n \"name\": \"productColor\",\n \"collection\": false,\n \"dataType\": \"Text\",\n \"description\": \"productColor\",\n \"input\": true,\n \"output\": false,\n \"type\": \"Variable\"\n },\n {\n \"name\": \"condition_output__1\",\n \"dataType\": \"Boolean\",\n \"description\": \"condition_output__1\",\n \"input\": false,\n \"output\": true,\n \"resultStep\": \"Condition1\",\n \"type\": \"Variable\"\n }\n ]\n }\n ]\n}\n\n ```\n\nProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| apiName | String | Unique name of the expression set. | Required | 58.0 |\n| context​Definitions | [Context Definition Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_context_definition_input.htm) | List of context definitions in an expression set. | Optional | 58.0 |\n| description | String | Description of the expression set. | Optional | 58.0 |\n| name | String | Name of the expression set. | Required | 58.0 |\n| usage​Type | String | Usage type of the expression set.

Valid values are:

- AiAccelerator​SubscriberChurn​Prediction—Used for Industries Einstein

- Bre—Used for Business Rules Engine

- CustomLoyalty—Used for Loyalty Management

- DefaultPricing—Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

- Qualification—Used for Industries Communications, Media, and Energy (CME)

- RecordAlert—Used for Financial Services Cloud

- ShipAndDebit—Used for Manufacturing Cloud

- TierProcessing—Used for Loyalty Management

- TransactionJournal—Used for Loyalty Management

- WarrantyClaim—Used for Manufacturing Cloud | Required | 58.0 |\n| versions | [Expression Set Version Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_expression_set_version.htm)\\[\\] | List of the expression set versions. | Optional | 58.0 |\n\nResponse body for PATCH\n\n[Expression Set Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_expression_set_output.htm)" operationId: ExpressionSetUpdate parameters: - name: expressionSetId in: path description: 'Expression Set Id: For Example 9QLHo000000LBjEOAW' required: true schema: type: string examples: - 9QLHo000000LBjJOAW example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ExpressionSetUpdateRequest' - examples: - apiName: myExpressionSet contextDefinitions: [] name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 contentMediaType: application/json example: apiName: myExpressionSet contextDefinitions: [] name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 06 Sep 2023 10:48:19 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Status200-SuccessfullyUpdated' - examples: - apiName: myExpressionSet contextDefinitions: [] id: 9QLHo000000LBjJOAW name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 contentMediaType: application/json;charset=UTF-8 example: apiName: myExpressionSet contextDefinitions: [] id: 9QLHo000000LBjJOAW name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 '400': description: Bad Request headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 06 Sep 2023 10:44:53 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status400-UnrecognizedBodyField1' description: '' examples: - - errorCode: JSON_PARSER_ERROR message: Unrecognized field "id" at [line:4, column:12] contentMediaType: application/json;charset=UTF-8 example: - errorCode: JSON_PARSER_ERROR message: Unrecognized field "id" at [line:4, column:12] '404': description: Not Found headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 06 Sep 2023 10:46:00 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status404-RecordNotFound1' description: '' examples: - - errorCode: NOT_FOUND message: The requested resource does not exist contentMediaType: application/json;charset=UTF-8 example: - errorCode: NOT_FOUND message: The requested resource does not exist '500': description: Server Error headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 06 Sep 2023 10:43:16 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status500-ErrorNoBody1' description: '' examples: - - message: 'An unexpected error occurred. Please include this ErrorId if you contact support: 1895340064-166877 (-1526419893)' errorCode: UNKNOWN_EXCEPTION contentMediaType: application/json;charset=UTF-8 example: - message: 'An unexpected error occurred. Please include this ErrorId if you contact support: 1895340064-166877 (-1526419893)' errorCode: UNKNOWN_EXCEPTION deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/connect/business-rules/decision-table/definitions/{decisionTableId}: parameters: [] patch: tags: - Update summary: Salesforce Update Table description: "# Decision Table Definitions ( DELETE)\n\nDelete a decision table definition associated with a decision table.\n\nResource\n\n```\n/connect/business-rules/decision-table/definitions/${decisionTableId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-table/definitions/0lDxx00000002Ur\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nDELETE\n\nResponse body for DELETE\n\n[Decision Table Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_output.htm)\n\n# Decision Table Output\n\nOutput representation of the decision table details.JSON example for GET, POST, and PATCH\n\n```\n{\n \"code\":\"200\",\n \"decisionTable\":{\n \"collectOperator\":\"Count\",\n \"conditionCriteria\":\"1 OR 2 OR 3\",\n \"conditionType\":\"Any\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"description\":\"Eligiblity of Products using Qualification Rules\",\n \"id\":\"0lDxx00000000BJ\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":1,\n \"usage\":\"Input\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"usage\":\"Output\"\n },\n {\n \"fieldName\":\"Title\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":3,\n \"usage\":\"Input\"\n },\n {\n \"fieldName\":\"Id\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":2,\n \"usage\":\"Input\"\n }\n ],\n \"setupName\":\"Product Qualificiation eligibility3\",\n \"sourceCriteria\":[\n \n ],\n \"sourceObject\":\"AccountFeed\",\n \"sourceType\":\"SingleSobject\",\n \"sourceconditionLogic\":\"1 AND 2 AND 3\",\n \"status\":\"Draft\"\n },\n \"isSuccess\":true,\n \"message\":\"\"\n}\n\n ```\n\nJSON example for DELETE\n\n```\n{\n \"code\":\"200\",\n \"isSuccess\":true,\n \"message\":\"\"\n}\n\n ```\n\n| Property Name | Type | Description | Filter Group and Version | Available Version |\n| --- | --- | --- | --- | --- |\n| code | String | Response code from the API request. | Small, 58.0 | 58.0 |\n| decisionTable | [Decision Table Definition Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_definition_output.htm) | Details of the decision table definition associated with the decision table. | Small, 58.0 | 58.0 |\n| isSuccess | Boolean | Indicates whether the API request is successful (true) or not (false). | Small, 58.0 | 58.0 |\n| message | String | Error message when the API request fails. | Small, 58.0 | 58.0 |" operationId: UpdateTable parameters: - name: decisionTableId in: path description: Decision Table Id required: true schema: type: string examples: - 0lDHo0000008Po3 example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateTableRequest' - examples: - setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules usageType: ProductEligibility sourceType: SingleSobject sourceObject: AccountFeed status: Draft decisionResultPolicy: UniqueValues collectOperator: Count conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT contentMediaType: application/json example: setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules usageType: ProductEligibility sourceType: SingleSobject sourceObject: AccountFeed status: Draft decisionResultPolicy: UniqueValues collectOperator: Count conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 Sep 2023 14:02:00 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Status200-Success2' - examples: - code: '200' isSuccess: true message: '' contentMediaType: application/json;charset=UTF-8 example: code: '200' isSuccess: true message: '' deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/connect/fundraising/transactions/payment-updates: parameters: [] post: tags: - Update summary: Salesforce Update Gift Transaction Payments description: "Update the gateway and processor metadata for gift transactions.\n\n## Required Attributes:\n\n- giftTransactionId\n \n- transactionStatus" operationId: UpdateGiftTransactionPayments parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateGiftTransactionPaymentsRequest' - examples: - updates: - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 0.5 gatewayTransactionFee: 0.25 donorCoverAmount: 10.5 - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 1 gatewayTransactionFee: 0.45 donorCoverAmount: 20 contentMediaType: application/json example: updates: - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 0.5 gatewayTransactionFee: 0.25 donorCoverAmount: 10.5 - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 1 gatewayTransactionFee: 0.45 donorCoverAmount: 20 required: true responses: '201': description: Created headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-UpdateTransactionPaymentSuccess' - examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 2 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: '400': description: Bad Request headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-UpdateTransactionPaymentWithExternalIds1' - examples: - successes: 1 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 1 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/connect/fundraising/commitments/{commitmentId}: parameters: [] patch: tags: - Update summary: Salesforce Update Commitments description: "Modify the schedule or payment instrument metadata on an existing active gift commitment.\n\n## Required Attributes:\n\n- {commitmentId}\n \n- amount\n \n- transactionPeriod (Monthly, Weekly, Yearly, etc.)\n \n- startDate\n \n- paymentInstrument.type\n \n\nAll other attributes are optional can be left as an empty string or just removed from the request body entirely. The only exceptions to this are:\n\n- CustomFields collections - These cannot be left in the request body as an empty collection or with an empty string for the FieldName.\n \n\n## Validated Property Formats (an empty string is considered valid)\n\n- DateTime - YYYY-MM-DDTHH:MM:SSZ\n \n- Date - YYYY-MM-DD\n \n- Email - a valid formatted email address\n \n\n### Other Attributes\n\n- OutreachSource -- This is optional. Be sure to create the OutreachSourceCode record in the system if passing a value\n \n- Will accept either an OutreachSourceCode.id (SalesforceId) or an OutreachSourceCode.Code.\n \n\n### Custom Fields\n\n- The field_value can be a text string (inc. for a date data-type) or a numeric value (without quotes)\n \n- Do not include an empty collection or an empty fieldName in the request body" operationId: UpdateCommitments parameters: - name: commitmentId in: path description: '' required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateCommitmentsRequest' - examples: - amount: 150.25 transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-07-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual organizationName: mini cat town firstName: David lastName: Taylor phone: 510-434-8920 email: davidtaylor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: david taylor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string giftCommitmentCustomFields: - fieldName: string fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: string fieldValue: string contentMediaType: application/json example: amount: 150.25 transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-07-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual organizationName: mini cat town firstName: David lastName: Taylor phone: 510-434-8920 email: davidtaylor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: david taylor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string giftCommitmentCustomFields: - fieldName: string fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: string fieldValue: string required: true responses: '200': description: OK headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status200-UpdateCommitmentSuccess' - examples: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: '400': description: Bad Request headers: {} content: application/json: schema: type: string examples: - " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" contentMediaType: application/json example: " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/connect/fundraising/commitments/payment-updates: parameters: [] post: tags: - Update summary: Salesforce Update Commitment Payments description: "Update the future payment instrument metadata for active gift commitments.\n\n## Required Attributes:\n\n- giftCommitmentId\n \n- paymentInstrument.type" operationId: UpdateCommitmentPayments parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateCommitmentPaymentsRequest' - examples: - updates: - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 1 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 2 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string contentMediaType: application/json example: updates: - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 1 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 2 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string required: true responses: '200': description: OK headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-UpdateCommitmentSuccess' - examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: '201': description: Created headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status200-UpdateCommitmentRequestValidationFailure1' - examples: - successes: 1 failures: 1 notProcessed: 0 details: - success: false errors: field: id message: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 1 failures: 1 notProcessed: 0 details: - success: false errors: field: id message: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: '400': description: Bad Request headers: {} content: application/json: schema: type: string examples: - " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" contentMediaType: application/json example: " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects/PlatformEventChannel/{PLATFORM_EVENT_CHANNEL_ID}: parameters: [] patch: tags: - Update summary: Salesforce Update Channel operationId: Updatechannel parameters: - name: PLATFORM_EVENT_CHANNEL_ID in: path description: '' required: true schema: type: string examples: - 0YLRM0000004DlP4AU example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdatechannelRequest' - examples: - FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel 2 urls: null contentMediaType: application/json example: FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel 2 urls: null required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects/ManagedEventSubscription/{managedEventSubscriptionId}: parameters: [] patch: tags: - Update summary: Salesforce Update Managed Event Subscription operationId: Updatemanagedeventsubscription parameters: - name: managedEventSubscriptionId in: path description: '' required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdatemanagedeventsubscriptionRequest' - examples: - FullName: Managed_Sub_OpportunityChangeEvent Metadata: state: STOP contentMediaType: application/json example: FullName: Managed_Sub_OpportunityChangeEvent Metadata: state: STOP required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/{RECORD_ID}: parameters: [] patch: tags: - Update summary: Salesforce Sobject Rows Update description: Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records. operationId: SObjectRowsUpdate parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: RECORD_ID in: path description: '' required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/SObjectRowsUpdateRequest' - examples: - field API name: value contentMediaType: application/json example: field API name: value required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/commerce/quotes/actions/place: parameters: [] post: tags: - Update summary: Salesforce Create or Update Quote description: "This example creates a quote for the following products.\n\n- 5 Virtual Routers sold on a 1-year termed subscription at $35/item\n- 1 Bronze Service Level Agreement sold on an evergreen subscription at $10/month\n \n\nSee [place quote](https://developer.salesforce.com/docs/revenue/subscription-management/references/quotes?meta=Create+or+update+a+quote+with+place+quote)." operationId: CreateorUpdateQuote parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateorUpdateQuoteRequest' - examples: - pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' contentMediaType: application/json example: pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/records/{RECORD_ID}: parameters: [] patch: tags: - Update summary: Salesforce Update a Record description: 'Update a record''s data. User Interface API enforces Salesforce validation rules. If a validation rule fails, the response is an Error with Output. When you make a PATCH request to update a record, make sure that the record hasn’t changed since the user started editing it. To find out whether it’s safe to save a record, pass the If-Modified-Since HTTP header in the request. As of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output.' operationId: UpdateaRecord parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateaRecordRequest' - examples: - allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue contentMediaType: application/json example: allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:04:41 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"1be6f040e46732e79a0999d6fea9fe7d"' Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateaRecord' - examples: - apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/favorites/{FAVORITE_ID}: parameters: [] patch: tags: - Update summary: Salesforce Update a Favorite description: Update a Favorite operationId: UpdateaFavorite parameters: - name: FAVORITE_ID in: path description: The ID of a favorite required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateaFavoriteRequest' - examples: - name: Red Accounts sortOrder: 1 contentMediaType: application/json example: name: Red Accounts sortOrder: 1 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:06:33 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateaFavorite' - examples: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListViewFavoriteRenamed objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView contentMediaType: application/json;charset=UTF-8 example: accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListViewFavoriteRenamed objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/favorites/batch: parameters: [] put: tags: - Update summary: Salesforce Update a Batch of Favorites description: Update all favorites at once. The sort order is updated to the given relative ordering. Any favorites missing from the request body are deleted. operationId: UpdateaBatchofFavorites parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateaBatchofFavoritesRequest' - examples: - favorites: - id: 0MVR00000004DhnOAE name: Q4 Perf contentMediaType: application/json example: favorites: - id: 0MVR00000004DhnOAE name: Q4 Perf required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:07:35 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateaBatchofFavorites' - examples: - favorites: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView contentMediaType: application/json;charset=UTF-8 example: favorites: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/favorites/{FAVORITE_ID}/usage: parameters: [] patch: tags: - Update summary: Salesforce Update Usage of a Favorite description: Update the usage of an individual favorite, for example, the last time and number of times the favorite was clicked. operationId: UpdateUsageofaFavorite parameters: - name: FAVORITE_ID in: path description: The ID of a favorite required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:09:03 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateUsageofaFavorite' - examples: - accessCount: 2 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:09:03.304Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView contentMediaType: application/json;charset=UTF-8 example: accessCount: 2 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:09:03.304Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/apps/{APP_ID}: parameters: [] patch: tags: - Update summary: Salesforce Update Last Selected App description: Returns metadata for an app, and saves an app as the last selected for a user. operationId: UpdateLastSelectedApp parameters: - name: formFactor in: query description: The form factor for each app that the user has access to (`Large`, `Medium` or `Small`) required: true style: form explode: true schema: type: string examples: - Large example: example_value - name: APP_ID in: path description: Application ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:37:59 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"e288a1d753c535d52fd11b047cd74482"' Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateLastSelectedApp' - examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] contentMediaType: application/json;charset=UTF-8 example: appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/apps/{APP_ID}/user-nav-items: parameters: [] put: tags: - Update summary: Salesforce Update Personalized Navigation Items description: Updates the order of a user’s personalized navigation items (tabs) and adds a navigation item to the list in the order specified. operationId: UpdatePersonalizedNavigationItems parameters: - name: APP_ID in: path description: Application ID required: true schema: type: string example: '500123' responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: SLAC2: title: SLAC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null AccountNumber2: title: AccountNumber2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Value: title: Value required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 NumberOfEmployees2: title: NumberOfEmployees2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null OutreachSourceCode: title: OutreachSourceCode required: - id - sourceCode type: object properties: id: type: string example: abc123 sourceCode: type: string example: example_value examples: - id: sourceCode: AnimalEmailCampaign2023 UpdateaRecord: title: UpdateaRecord required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields21' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 BillingState3: title: BillingState3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Status200-SuccessfullyUpdated: title: Status200-SuccessfullyUpdated required: - apiName - contextDefinitions - id - name - usageType - versions type: object properties: apiName: type: string example: example_value contextDefinitions: type: array items: type: string description: '' example: [] id: type: string example: abc123 name: type: string example: Example Title usageType: type: string example: example_value versions: type: array items: $ref: '#/components/schemas/Version' description: '' example: [] examples: - apiName: myExpressionSet contextDefinitions: [] id: 9QLHo000000LBjJOAW name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 UpdatemanagedeventsubscriptionRequest: title: UpdatemanagedeventsubscriptionRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata13' examples: - FullName: Managed_Sub_OpportunityChangeEvent Metadata: state: STOP Links13: title: Links13 required: - giftcommitment - paymentinstrument type: object properties: giftcommitment: $ref: '#/components/schemas/Giftcommitment' paymentinstrument: $ref: '#/components/schemas/Paymentinstrument1' examples: - giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: Sic2: title: Sic2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Status404-RecordNotFound1: title: Status404-RecordNotFound1 required: - errorCode - message type: object properties: errorCode: type: string example: example_value message: type: string example: example_value examples: - errorCode: NOT_FOUND message: The requested resource does not exist UpdateCommitmentPaymentsRequest: title: UpdateCommitmentPaymentsRequest required: - updates type: object properties: updates: type: array items: $ref: '#/components/schemas/Update1' description: '' example: [] examples: - updates: - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 1 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 2 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string Record6: title: Record6 required: - attributes - id - NumberOfEmployees type: object properties: attributes: $ref: '#/components/schemas/Attributes3' id: type: string example: abc123 NumberOfEmployees: type: integer contentEncoding: int32 example: 10 examples: - attributes: type: Account id: NumberOfEmployees: 27000 Description6: title: Description6 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null SuccessfulUpdateExternalCredential: title: SuccessfulUpdateExternalCredential required: - authenticationProtocol - authenticationStatus - customHeaders - developerName - id - masterLabel - parameters - principals - relatedNamedCredentials - url type: object properties: authenticationProtocol: type: string example: example_value authenticationStatus: type: string example: example_value customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader1' description: '' example: [] developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value parameters: type: array items: type: string description: '' example: [] principals: type: array items: $ref: '#/components/schemas/Principal1' description: '' example: [] relatedNamedCredentials: type: array items: $ref: '#/components/schemas/RelatedNamedCredential' description: '' example: [] url: type: string example: https://www.example.com examples: - authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: - developerName: SamplePrivate id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential BillingCity3: title: BillingCity3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Detail14: title: Detail14 required: - success type: object properties: success: type: boolean example: true errors: $ref: '#/components/schemas/Errors' links: $ref: '#/components/schemas/Links13' examples: - success: false errors: field: id message: NavItem3: title: NavItem3 required: - availableInClassic - availableInLightning - color - content - custom - developerName - iconUrl - id - itemType - label - objectApiName - objectLabel - objectLabelPlural - pageReference - standardType type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: string example: example_value content: type: - string - 'null' example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: - string - 'null' example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: string example: example_value objectLabel: type: - string - 'null' example: example_value objectLabelPlural: type: - string - 'null' example: example_value pageReference: $ref: '#/components/schemas/PageReference' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home Status201-UpdateCommitmentSuccess: title: Status201-UpdateCommitmentSuccess required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail13' description: '' example: [] examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: Status200-Success2: title: Status200-Success2 required: - code - isSuccess - message type: object properties: code: type: string example: example_value isSuccess: type: boolean example: true message: type: string example: example_value examples: - code: '200' isSuccess: true message: '' AnnualRevenue3: title: AnnualRevenue3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null CustomHeader: title: CustomHeader required: - headerName - headerValue - sequenceNumber type: object properties: headerName: type: string example: example_value headerValue: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 UpdateTableRequest: title: UpdateTableRequest required: - setupName - fullName - description - usageType - sourceType - sourceObject - status - decisionResultPolicy - collectOperator - conditionType - conditionCriteria - parameters type: object properties: setupName: type: string example: example_value fullName: type: string example: example_value description: type: string example: A sample description. usageType: type: string example: example_value sourceType: type: string example: example_value sourceObject: type: string example: example_value status: type: string example: example_value decisionResultPolicy: type: string example: example_value collectOperator: type: string example: example_value conditionType: type: string example: example_value conditionCriteria: type: string example: example_value parameters: type: array items: $ref: '#/components/schemas/Parameter' description: '' example: [] examples: - setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules usageType: ProductEligibility sourceType: SingleSobject sourceObject: AccountFeed status: Draft decisionResultPolicy: UniqueValues collectOperator: Count conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT SLAExpirationDateC2: title: SLAExpirationDateC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Id8: title: Id8 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO UpdatechannelRequest: title: UpdatechannelRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata1' examples: - FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel 2 urls: null CustomHeader1: title: CustomHeader1 required: - headerName - headerValue - id - sequenceNumber type: object properties: headerName: type: string example: example_value headerValue: type: string example: example_value id: type: string example: abc123 sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 Detail3: title: Detail3 required: - success - links type: object properties: success: type: boolean example: true links: $ref: '#/components/schemas/Links3' examples: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: Errors: title: Errors required: - field - message type: object properties: field: type: string example: example_value message: type: string example: example_value examples: - field: id message: CreatedBy3: title: CreatedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 Status400-UnrecognizedBodyField1: title: Status400-UnrecognizedBodyField1 required: - errorCode - message type: object properties: errorCode: type: string example: example_value message: type: string example: example_value examples: - errorCode: JSON_PARSER_ERROR message: Unrecognized field "id" at [line:4, column:12] Favorite1: title: Favorite1 required: - id - name type: object properties: id: type: string example: abc123 name: type: string example: Example Title examples: - id: 0MVR00000004DhnOAE name: Q4 Perf Graph5: title: Graph5 required: - graphId - records type: object properties: graphId: type: string example: '500123' records: type: array items: $ref: '#/components/schemas/Record22' description: '' example: [] examples: - graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' UpdateaFavorite: title: UpdateaFavorite required: - accessCount - iconColor - iconUrl - id - lastAccessDate - name - objectType - sortOrder - subtitle - target - targetType type: object properties: accessCount: type: integer contentEncoding: int32 example: 42 iconColor: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: string example: abc123 lastAccessDate: type: string example: example_value name: type: string example: Example Title objectType: type: string example: example_value sortOrder: type: integer contentEncoding: int32 example: 10 subtitle: type: string example: example_value target: type: string example: example_value targetType: type: string example: example_value examples: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListViewFavoriteRenamed objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView Update1: title: Update1 required: - giftCommitmentId - paymentInstrument type: object properties: giftCommitmentId: type: string example: '500123' paymentInstrument: $ref: '#/components/schemas/PaymentInstrument' examples: - giftCommitmentId: paymentInstrument: type: credit card accountHolderName: test donor 1 expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string UpdateUsageofaFavorite: title: UpdateUsageofaFavorite required: - accessCount - iconColor - iconUrl - id - lastAccessDate - name - objectType - sortOrder - subtitle - target - targetType type: object properties: accessCount: type: integer contentEncoding: int32 example: 42 iconColor: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: string example: abc123 lastAccessDate: type: string example: example_value name: type: string example: Example Title objectType: type: string example: example_value sortOrder: type: integer contentEncoding: int32 example: 10 subtitle: type: string example: example_value target: type: string example: example_value targetType: type: string example: example_value examples: - accessCount: 2 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:09:03.304Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView Version: title: Version required: - apiName - enabled - id - name - showExplExternally - startDate - steps - variables - versionNumber type: object properties: apiName: type: string example: example_value enabled: type: boolean example: true id: type: string example: abc123 name: type: string example: Example Title showExplExternally: type: boolean example: true startDate: type: string example: example_value steps: type: array items: type: string description: '' example: [] variables: type: array items: type: string description: '' example: [] versionNumber: type: integer contentEncoding: int32 example: 10 examples: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 SObjectRowsUpdateRequest: title: SObjectRowsUpdateRequest required: - field API name type: object properties: field API name: type: string example: example_value examples: - field API name: value SObjectCollectionsUpdate: title: SObjectCollectionsUpdate required: - id - success - errors type: object properties: id: type: string example: abc123 success: type: boolean example: true errors: type: array items: type: string description: '' example: [] examples: - id: 001... success: true errors: [] CreatedById5: title: CreatedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO LastModifiedById5: title: LastModifiedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO PageReference: title: PageReference required: - attributes - state - type type: object properties: attributes: $ref: '#/components/schemas/Attributes29' state: type: object example: example_value type: type: string example: example_value examples: - attributes: pageName: home state: {} type: standard__namedPage UpdateaBatchofFavoritesRequest: title: UpdateaBatchofFavoritesRequest required: - favorites type: object properties: favorites: type: array items: $ref: '#/components/schemas/Favorite1' description: '' example: [] examples: - favorites: - id: 0MVR00000004DhnOAE name: Q4 Perf UpsellOpportunityC2: title: UpsellOpportunityC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Parameter: title: Parameter required: - fieldName - usage type: object properties: fieldName: type: string example: example_value usage: type: string example: example_value operator: type: string example: example_value sequence: type: string example: example_value examples: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' Record23: title: Record23 required: - attributes type: object properties: attributes: $ref: '#/components/schemas/Attributes22' Name: type: string example: Example Title Pricebook2Id: type: string example: '500123' QuoteId: type: string example: '500123' PricebookEntryId: type: string example: '500123' Product2Id: type: string example: '500123' Quantity: type: number example: 42.5 UnitPrice: type: number example: 42.5 PeriodBoundary: type: string example: example_value BillingFrequency: type: string example: example_value StartDate: type: string example: example_value EndDate: type: string example: example_value PeriodBoundaryDay: type: integer contentEncoding: int32 example: 10 examples: - attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' Paymentinstrument1: title: Paymentinstrument1 required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: RelatedNamedCredential: title: RelatedNamedCredential required: - developerName - id - masterLabel - url type: object properties: developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value url: type: string example: https://www.example.com examples: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test Industry3: title: Industry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UpdateaFavoriteRequest: title: UpdateaFavoriteRequest required: - name - sortOrder type: object properties: name: type: string example: Example Title sortOrder: type: integer contentEncoding: int32 example: 10 examples: - name: Red Accounts sortOrder: 1 Principal: title: Principal required: - principalName - principalType - sequenceNumber type: object properties: principalName: type: string example: example_value principalType: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 Links11: title: Links11 required: - giftcommitment - giftcommitmentschedule type: object properties: giftcommitment: $ref: '#/components/schemas/Giftcommitment' giftcommitmentschedule: $ref: '#/components/schemas/Giftcommitmentschedule' examples: - giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: ExternalCredential1: title: ExternalCredential1 required: - developerName - id - masterLabel - url type: object properties: developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value url: type: string example: https://www.example.com examples: - developerName: Test id: 0pt... masterLabel: Test url: /services/data/v58.0/named-credentials/external-credentials/Test Type13: title: Type13 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Metadata13: title: Metadata13 required: - state type: object properties: state: type: string example: example_value examples: - state: RUN Metadata10: title: Metadata10 required: - label - endpoint - principalType - protocol type: object properties: label: type: string example: Example Title endpoint: type: string example: example_value principalType: type: string example: example_value protocol: type: string example: example_value examples: - label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication CustomerPriorityC2: title: CustomerPriorityC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Rating3: title: Rating3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null AccountCustomField: title: AccountCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: string fieldValue: string Status200-UpdateCommitmentSuccess: title: Status200-UpdateCommitmentSuccess required: - success - links type: object properties: success: type: boolean example: true links: $ref: '#/components/schemas/Links11' examples: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: ShippingState2: title: ShippingState2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Address1: title: Address1 required: - addressType - street - city - state - postalCode - country type: object properties: addressType: type: string example: example_value street: type: string example: example_value city: type: string example: example_value state: type: string example: example_value postalCode: type: string example: example_value country: type: string example: 42 examples: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US GiftCommitmentCustomField: title: GiftCommitmentCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: fieldValue: string Status201-UpdateTransactionPaymentWithExternalIds1: title: Status201-UpdateTransactionPaymentWithExternalIds1 required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail3' description: '' example: [] examples: - successes: 1 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: UpdateExternalCredentialRequest: title: UpdateExternalCredentialRequest required: - masterLabel - authenticationProtocol - principals - customHeaders type: object properties: masterLabel: type: string example: example_value authenticationProtocol: type: string example: example_value principals: type: array items: $ref: '#/components/schemas/Principal' description: '' example: [] customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader' description: '' example: [] examples: - masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 Principal1: title: Principal1 required: - authenticationStatus - id - parameters - principalAccess - principalName - principalType - sequenceNumber type: object properties: authenticationStatus: type: string example: example_value id: type: string example: abc123 parameters: type: array items: type: string description: '' example: [] principalAccess: type: array items: type: string description: '' example: [] principalName: type: string example: example_value principalType: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 Attributes29: title: Attributes29 type: object properties: pageName: type: string example: example_value objectApiName: type: string example: example_value actionName: type: string example: example_value examples: - pageName: home Credentials: title: Credentials required: - testCredential type: object properties: testCredential: $ref: '#/components/schemas/TestCredential' examples: - testCredential: value: '000000' encrypted: true Gifttransaction: title: Gifttransaction required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: LastModifiedBy3: title: LastModifiedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 Name21: title: Name21 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Philippe Ozil Fields20: title: Fields20 required: - FieldAPIName type: object properties: FieldAPIName: type: string example: example_value examples: - FieldAPIName: FieldValue UpdateNamedCredentialRequest: title: UpdateNamedCredentialRequest required: - masterLabel - type - calloutUrl - externalCredentials - customHeaders - calloutOptions type: object properties: masterLabel: type: string example: example_value type: type: string example: example_value calloutUrl: type: string example: https://www.example.com externalCredentials: type: array items: $ref: '#/components/schemas/ExternalCredential2' description: '' example: [] customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader' description: '' example: [] calloutOptions: $ref: '#/components/schemas/CalloutOptions' examples: - masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true ShippingCountry2: title: ShippingCountry2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Attributes22: title: Attributes22 required: - type - method type: object properties: type: type: string example: example_value method: type: string example: example_value examples: - type: Quote method: POST UpdatenamedcredentialRequest1: title: UpdatenamedcredentialRequest1 required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata10' examples: - FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication Status200-UpdateCommitmentRequestValidationFailure1: title: Status200-UpdateCommitmentRequestValidationFailure1 required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail14' description: '' example: [] examples: - successes: 1 failures: 1 notProcessed: 0 details: - success: false errors: field: id message: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: Metadata1: title: Metadata1 required: - channelType - label - urls type: object properties: channelType: type: string example: example_value label: type: string example: Example Title urls: type: - string - 'null' example: https://www.example.com examples: - channelType: data label: Account Channel 2 urls: null ShippingCity2: title: ShippingCity2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Website2: title: Website2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Phone9: title: Phone9 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null LastModifiedDate5: title: LastModifiedDate5 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' SLASerialNumberC2: title: SLASerialNumberC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingCountry3: title: BillingCountry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Detail13: title: Detail13 required: - success - links type: object properties: success: type: boolean example: true links: $ref: '#/components/schemas/Links13' examples: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: ActiveC2: title: ActiveC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingPostalCode3: title: BillingPostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Attributes3: title: Attributes3 required: - type type: object properties: type: type: string example: example_value examples: - type: Account Site2: title: Site2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Status201-UpdateTransactionPaymentSuccess: title: Status201-UpdateTransactionPaymentSuccess required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail3' description: '' example: [] examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: ExternalCredential2: title: ExternalCredential2 required: - developerName type: object properties: developerName: type: string example: example_value examples: - developerName: SampleExternalCredential UpdateCommitmentsRequest: title: UpdateCommitmentsRequest required: - amount - transactionPeriod - transactionInterval - transactionDay - startDate - endDate - campaign - outreachSourceCode - donor - paymentInstrument - giftCommitmentCustomFields - giftCommitmentScheduleCustomFields type: object properties: amount: type: number example: 42.5 transactionPeriod: type: string example: example_value transactionInterval: type: integer contentEncoding: int32 example: 10 transactionDay: type: string example: example_value startDate: type: string example: example_value endDate: type: string example: example_value campaign: $ref: '#/components/schemas/Campaign' outreachSourceCode: $ref: '#/components/schemas/OutreachSourceCode' donor: $ref: '#/components/schemas/Donor3' paymentInstrument: $ref: '#/components/schemas/PaymentInstrument' giftCommitmentCustomFields: type: array items: $ref: '#/components/schemas/GiftCommitmentCustomField' description: '' example: [] giftCommitmentScheduleCustomFields: type: array items: $ref: '#/components/schemas/GiftCommitmentScheduleCustomField' description: '' example: [] examples: - amount: 150.25 transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-07-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual organizationName: mini cat town firstName: David lastName: Taylor phone: 510-434-8920 email: davidtaylor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: david taylor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: classy processorPaymentReference: string gatewayReference: string giftCommitmentCustomFields: - fieldName: string fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: string fieldValue: string CalloutOptions: title: CalloutOptions required: - allowMergeFieldsInBody - allowMergeFieldsInHeader - generateAuthorizationHeader type: object properties: allowMergeFieldsInBody: type: boolean example: true allowMergeFieldsInHeader: type: boolean example: true generateAuthorizationHeader: type: boolean example: true examples: - allowMergeFieldsInBody: false allowMergeFieldsInHeader: false generateAuthorizationHeader: true Giftcommitment: title: Giftcommitment required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: Fax5: title: Fax5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingStreet3: title: BillingStreet3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null NumberofLocationsC5: title: NumberofLocationsC5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null PaymentInstrument: title: PaymentInstrument required: - type - accountHolderName - expiryMonth - expiryYear - last4 - cardBrand - bankName - digitalWalletProvider - bankAccountHolderType - bankAccountType - bankAccountNumber - bankCode - gatewayName - processorName - processorPaymentReference - gatewayReference type: object properties: type: type: string example: example_value accountHolderName: type: string example: 42 expiryMonth: type: string example: example_value expiryYear: type: string example: example_value last4: type: string example: example_value cardBrand: type: string example: example_value bankName: type: string example: example_value digitalWalletProvider: type: string example: example_value bankAccountHolderType: type: string example: 42 bankAccountType: type: string example: 42 bankAccountNumber: type: string example: 42 bankCode: type: string example: example_value gatewayName: type: string example: example_value processorName: type: string example: example_value processorPaymentReference: type: string example: example_value gatewayReference: type: string example: example_value examples: - type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string Parent7: title: Parent7 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Record22: title: Record22 required: - referenceId - record type: object properties: referenceId: type: string example: '500123' record: $ref: '#/components/schemas/Record23' examples: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' Owner6: title: Owner6 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 TickerSymbol2: title: TickerSymbol2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Links3: title: Links3 required: - gifttransaction type: object properties: gifttransaction: $ref: '#/components/schemas/Gifttransaction' examples: - gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: GiftCommitmentScheduleCustomField: title: GiftCommitmentScheduleCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: fieldValue: string CreatedDate5: title: CreatedDate5 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' UpdateGiftTransactionPaymentsRequest: title: UpdateGiftTransactionPaymentsRequest required: - updates type: object properties: updates: type: array items: $ref: '#/components/schemas/Update' description: '' example: [] examples: - updates: - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 0.5 gatewayTransactionFee: 0.25 donorCoverAmount: 10.5 - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 1 gatewayTransactionFee: 0.45 donorCoverAmount: 20 Favorite: title: Favorite required: - accessCount - iconColor - iconUrl - id - lastAccessDate - name - objectType - sortOrder - subtitle - target - targetType type: object properties: accessCount: type: integer contentEncoding: int32 example: 42 iconColor: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: string example: abc123 lastAccessDate: type: string example: example_value name: type: string example: Example Title objectType: type: string example: example_value sortOrder: type: integer contentEncoding: int32 example: 10 subtitle: type: string example: example_value target: type: string example: example_value targetType: type: string example: example_value examples: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView ShippingPostalCode2: title: ShippingPostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Fields8: title: Fields8 required: - Id - Name type: object properties: Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' examples: - Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil Update: title: Update required: - giftTransactionId - transactionStatus - processorReference - gatewayReference - lastGatewayResponseCode - lastGatewayErrorMessage - lastGatewayProcessedDateTime - processorTransactionFee - gatewayTransactionFee - donorCoverAmount type: object properties: giftTransactionId: type: string example: '500123' transactionStatus: type: string example: example_value processorReference: type: string example: example_value gatewayReference: type: string example: example_value lastGatewayResponseCode: type: string example: example_value lastGatewayErrorMessage: type: string example: example_value lastGatewayProcessedDateTime: type: string example: '2026-01-15T10:30:00Z' processorTransactionFee: type: number example: 42.5 gatewayTransactionFee: type: number example: 42.5 donorCoverAmount: type: number example: 42.5 examples: - giftTransactionId: transactionStatus: Paid processorReference: string gatewayReference: string lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' processorTransactionFee: 0.5 gatewayTransactionFee: 0.25 donorCoverAmount: 10.5 SObjectCollectionsUpdateRequest: title: SObjectCollectionsUpdateRequest required: - allOrNone - records type: object properties: allOrNone: type: boolean example: true records: type: array items: $ref: '#/components/schemas/Record6' description: '' example: [] examples: - allOrNone: false records: - attributes: type: Account id: NumberOfEmployees: 27000 Donor3: title: Donor3 required: - donorType - organizationName - firstName - lastName - phone - email - address - accountCustomFields type: object properties: donorType: type: string example: example_value organizationName: type: string example: example_value firstName: type: string example: example_value lastName: type: string example: example_value phone: type: string example: example_value email: type: string example: user@example.com address: type: array items: $ref: '#/components/schemas/Address1' description: '' example: [] accountCustomFields: type: array items: $ref: '#/components/schemas/AccountCustomField' description: '' example: 42 examples: - donorType: individual organizationName: mini cat town firstName: David lastName: Taylor phone: 510-434-8920 email: davidtaylor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string ShippingStreet2: title: ShippingStreet2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null OwnerId4: title: OwnerId4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Status500-ErrorNoBody1: title: Status500-ErrorNoBody1 required: - message - errorCode type: object properties: message: type: string example: example_value errorCode: type: string example: example_value examples: - message: 'An unexpected error occurred. Please include this ErrorId if you contact support: 675649159-184801 (-177293139)' errorCode: UNKNOWN_EXCEPTION UpdateCredentialRequest: title: UpdateCredentialRequest required: - externalCredential - authenticationProtocol - principalName - principalType - credentials type: object properties: externalCredential: type: string example: example_value authenticationProtocol: type: string example: example_value principalName: type: string example: example_value principalType: type: string example: example_value credentials: $ref: '#/components/schemas/Credentials' examples: - externalCredential: test authenticationProtocol: Custom principalName: test principalType: NamedPrincipal credentials: testCredential: value: '000000' encrypted: true ExpressionSetUpdateRequest: title: ExpressionSetUpdateRequest required: - apiName - contextDefinitions - name - usageType - versions type: object properties: apiName: type: string example: example_value contextDefinitions: type: array items: type: string description: '' example: [] name: type: string example: Example Title usageType: type: string example: example_value versions: type: array items: $ref: '#/components/schemas/Version' description: '' example: [] examples: - apiName: myExpressionSet contextDefinitions: [] name: myExpressionSet2 usageType: Bre versions: - apiName: myExpressionSet_V1 enabled: false id: 9QMHo000000LBjOOAW name: myExpressionSet V1 showExplExternally: false startDate: '2023-09-06T10:35:11.000Z' steps: [] variables: [] versionNumber: 1 Campaign: title: Campaign required: - id type: object properties: id: type: string example: abc123 examples: - id: ParentId2: title: ParentId2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Ownership2: title: Ownership2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Fields21: title: Fields21 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CreatedBy - CreatedById - CreatedDate - CustomerPriority__c - Description - Fax - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber2' Active__c: $ref: '#/components/schemas/ActiveC2' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' BillingCity: $ref: '#/components/schemas/BillingCity3' BillingCountry: $ref: '#/components/schemas/BillingCountry3' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode3' BillingState: $ref: '#/components/schemas/BillingState3' BillingStreet: $ref: '#/components/schemas/BillingStreet3' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC2' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax5' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' Name: $ref: '#/components/schemas/Name21' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC5' Owner: $ref: '#/components/schemas/Owner6' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership2' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone9' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC2' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC2' SLA__c: $ref: '#/components/schemas/SLAC2' ShippingCity: $ref: '#/components/schemas/ShippingCity2' ShippingCountry: $ref: '#/components/schemas/ShippingCountry2' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode2' ShippingState: $ref: '#/components/schemas/ShippingState2' ShippingStreet: $ref: '#/components/schemas/ShippingStreet2' Sic: $ref: '#/components/schemas/Sic2' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type13' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC2' Website: $ref: '#/components/schemas/Website2' examples: - AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null UpdateaBatchofFavorites: title: UpdateaBatchofFavorites required: - favorites type: object properties: favorites: type: array items: $ref: '#/components/schemas/Favorite' description: '' example: [] examples: - favorites: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: RenamedAllAcountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView UpdateLastSelectedApp: title: UpdateLastSelectedApp required: - appId - description - developerName - eTag - formFactors - headerColor - iconUrl - isNavAutoTempTabsDisabled - isNavPersonalizationDisabled - isNavTabPersistenceDisabled - label - logoUrl - mobileStartUrl - navItems - selected - startUrl - type - userNavItems type: object properties: appId: type: string example: '500123' description: type: string example: A sample description. developerName: type: string example: example_value eTag: type: string example: example_value formFactors: type: array items: type: string description: '' example: [] headerColor: type: string example: example_value iconUrl: type: string example: https://www.example.com isNavAutoTempTabsDisabled: type: boolean example: true isNavPersonalizationDisabled: type: boolean example: true isNavTabPersistenceDisabled: type: boolean example: true label: type: string example: Example Title logoUrl: type: string example: https://www.example.com mobileStartUrl: type: - string - 'null' example: https://www.example.com navItems: type: array items: $ref: '#/components/schemas/NavItem3' description: '' example: [] selected: type: boolean example: true startUrl: type: string example: https://www.example.com type: type: string example: example_value userNavItems: type: array items: type: string description: '' example: [] examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] TestCredential: title: TestCredential required: - value - encrypted type: object properties: value: type: string example: example_value encrypted: type: boolean example: true examples: - value: '000000' encrypted: true UpdateaRecordRequest: title: UpdateaRecordRequest required: - allowSaveOnDuplicate - fields type: object properties: allowSaveOnDuplicate: type: boolean example: true fields: $ref: '#/components/schemas/Fields20' examples: - allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue Giftcommitmentschedule: title: Giftcommitmentschedule required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: SuccessfulUpdateNamedCredential: title: SuccessfulUpdateNamedCredential required: - calloutOptions - calloutUrl - customHeaders - developerName - externalCredentials - id - masterLabel - parameters - type - url type: object properties: calloutOptions: $ref: '#/components/schemas/CalloutOptions' calloutUrl: type: string example: https://www.example.com customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader1' description: '' example: [] developerName: type: string example: example_value externalCredentials: type: array items: $ref: '#/components/schemas/ExternalCredential1' description: '' example: [] id: type: string example: abc123 masterLabel: type: string example: example_value parameters: type: array items: type: string description: '' example: [] type: type: string example: example_value url: type: string example: https://www.example.com examples: - calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate CreateorUpdateQuoteRequest: title: CreateorUpdateQuoteRequest required: - pricingPref - graph type: object properties: pricingPref: type: string example: example_value graph: $ref: '#/components/schemas/Graph5' examples: - pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' securitySchemes: BearerAuth: type: http scheme: bearer description: 'OAuth 2.0 Bearer token obtained from the Salesforce OAuth 2.0 token endpoint. Include this token in the Authorization header as "Bearer {access_token}". '