{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Update API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Update", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Sobject Collections Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/composite/sobjects", "body": { "type": "json", "data": "{}" } }, "docs": "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.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, { "info": { "name": "Salesforce Update Credential", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/credential", "body": { "type": "json", "data": "{}" } }, "docs": "Update a credential." }, { "info": { "name": "Salesforce Update External Credential", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "params": [ { "name": "DEVELOPER_NAME", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an external credential." }, { "info": { "name": "Salesforce Update Named Credential", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "params": [ { "name": "DEVELOPER_NAME", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a named credential." }, { "info": { "name": "Salesforce Update Named Credential", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "params": [ { "name": "NAMED_CREDENTIAL_ID", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Update Named Credential" }, { "info": { "name": "Salesforce Expression Set Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "params": [ { "name": "expressionSetId", "value": "500123", "type": "path", "description": "Expression Set Id: For Example 9QLHo000000LBjEOAW" } ], "body": { "type": "json", "data": "{}" } }, "docs": "# 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" }, { "info": { "name": "Salesforce Update Table", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "params": [ { "name": "decisionTableId", "value": "500123", "type": "path", "description": "Decision Table Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "# 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." }, { "info": { "name": "Salesforce Update Gift Transaction Payments", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/fundraising/transactions/payment-updates", "body": { "type": "json", "data": "{}" } }, "docs": "Update the gateway and processor metadata for gift transactions.\n\n## Required Attributes:\n\n- giftTransactionId\n \n- transactionStatus" }, { "info": { "name": "Salesforce Update Commitments", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/fundraising/commitments/:commitmentId", "params": [ { "name": "commitmentId", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "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 " }, { "info": { "name": "Salesforce Update Commitment Payments", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/fundraising/commitments/payment-updates", "body": { "type": "json", "data": "{}" } }, "docs": "Update the future payment instrument metadata for active gift commitments.\n\n## Required Attributes:\n\n- giftCommitmentId\n \n- paymentInstrument.type" }, { "info": { "name": "Salesforce Update Channel", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "params": [ { "name": "PLATFORM_EVENT_CHANNEL_ID", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Update Channel" }, { "info": { "name": "Salesforce Update Managed Event Subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "params": [ { "name": "managedEventSubscriptionId", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Update Managed Event Subscription" }, { "info": { "name": "Salesforce Sobject Rows Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "RECORD_ID", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "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." }, { "info": { "name": "Salesforce Create or Update Quote", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/commerce/quotes/actions/place", "body": { "type": "json", "data": "{}" } }, "docs": "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)." }, { "info": { "name": "Salesforce Update a Record", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/records/:RECORD_ID", "params": [ { "name": "RECORD_ID", "value": "500123", "type": "path", "description": "Record ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a record's data.\nUser Interface API enforces Salesforce validation rules. If a validation rule fails, the response is an Error with Output.\n\nWhen 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.\n\nAs of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output." }, { "info": { "name": "Salesforce Update a Favorite", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Favorite" }, { "info": { "name": "Salesforce Update a Batch of Favorites", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Update all favorites at once. The sort order is updated to the given relative ordering. Any favorites missing from the request body are deleted." }, { "info": { "name": "Salesforce Update Usage of a Favorite", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID/usage", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ] }, "docs": "Update the usage of an individual favorite, for example, the last time and number of times the favorite was clicked." }, { "info": { "name": "Salesforce Update Last Selected App", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/:APP_ID", "params": [ { "name": "formFactor", "value": "example_value", "type": "query", "description": "The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)" }, { "name": "APP_ID", "value": "500123", "type": "path", "description": "Application ID" } ] }, "docs": "Returns metadata for an app, and saves an app as the last selected for a user." }, { "info": { "name": "Salesforce Update Personalized Navigation Items", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "params": [ { "name": "APP_ID", "value": "500123", "type": "path", "description": "Application ID" } ] }, "docs": "Updates the order of a user’s personalized navigation items (tabs) and adds a navigation item to the list in the order specified." } ] } ], "bundled": true }