{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Create API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Create", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Successful Create Job Query", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/query", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Successful Create Job Query" }, { "info": { "name": "Salesforce Bulk Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "charset", "value": "example_value" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Bulk Create Job" }, { "info": { "name": "Salesforce Bulk Create Batch", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job//batch", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "Content-Type", "value": "example_value" }, { "name": "charset", "value": "example_value" } ], "body": { "type": "multipart-form", "data": [ { "name": "File", "type": "text", "value": "" } ] } }, "docs": "Salesforce Bulk Create Batch" }, { "info": { "name": "Salesforce Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/ingest", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Job" }, { "info": { "name": "Salesforce Sobject Collections Create", "type": "http" }, "http": { "method": "POST", "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 Create Credential", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/credential", "body": { "type": "json", "data": "{}" } }, "docs": "Create a credential." }, { "info": { "name": "Salesforce Create External Credential", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/external-credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Create an external credential." }, { "info": { "name": "Salesforce Create Named Credential", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/named-credential-setup", "body": { "type": "json", "data": "{}" } }, "docs": "Create a named credential." }, { "info": { "name": "Salesforce Create Named Credential1", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/NamedCredential", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Named Credential1" }, { "info": { "name": "Salesforce Create Table", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/decision-table/definitions", "body": { "type": "json", "data": "{}" } }, "docs": "# Decision Table Definitions (POST)\n\nCreate a decision table definition. A decision table definition contains all the details required to create a decision table.Resource\n\n```\n/connect/business-rules/decision-table/definitions\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-table/definitions\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nJSON example for a single object source\n\n```\n{\n \"setupName\":\"P" }, { "info": { "name": "Salesforce Create Gifts", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/fundraising/gifts", "body": { "type": "json", "data": "{}" } }, "docs": "Create gift transactions with related new or matched donor, optional transaction designations, and payment instrument metadata. Supports custom fields for the donor account and gift transaction.\n\n## Required Attributes:\n\n- donor.donorType (\"individual\" or \"organization\")\n \n- donor.lastName || donor.organizationName\n \n- gift.amount\n \n- gift.receivedDate\n \n- git.status\n \n- paymentInstrument.type\n \n\nAll other attributes are optional can be left as an empty string or just removed f" }, { "info": { "name": "Salesforce Create Commitments", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/fundraising/commitments", "body": { "type": "json", "data": "{}" } }, "docs": "Create gift transactions with related new or matched donors, optional transaction designations, and payment instrument metadata. Supports custom fields for the donor account and gift transaction.\n\n## Required Attributes:\n\n- commitments.amount\n \n- commitments.transactionPeriod\n \n- commitments.startDate\n \n- donor.donorType (\"individual\" or \"organization\")\n \n- donor.lastName\n \n- donor.organization\n \n- paymentinstrument.type\n \n\nAll other attributes are optional can be left as an" }, { "info": { "name": "Salesforce Create Channel", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannel", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Channel" }, { "info": { "name": "Salesforce Create Channel Member", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannelMember", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Channel Member" }, { "info": { "name": "Salesforce Create Event Relay", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/EventRelayConfig", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Event Relay" }, { "info": { "name": "Salesforce Create Managed Event Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/ManagedEventSubscription", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Managed Event Subscription" }, { "info": { "name": "Salesforce Sobject Create", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME", "headers": [ { "name": "Authorization", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "SObject API name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Sobject Create" }, { "info": { "name": "Salesforce Create Payment Method", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/commerce/payments/payment-methods", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Payment Method" }, { "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 Create Order From Quote", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/actions/standard/createOrderFromQuote", "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Create Order From Quote" }, { "info": { "name": "Salesforce Create a Record", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/records", "body": { "type": "json", "data": "{}" } }, "docs": "Create a record. First, make a request to the Clone Record Default or Create Record Default resources to get the default metadata and data for the record.\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 Get Default Values to Create a Record", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/record-defaults/create/:SOBJECT_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "sObject API name" } ] }, "docs": "Get the default values for fields for a new record of a specified object and optional record type. After getting the default values, make a request to POST /ui-api/records to create the record.\nThe response contains the default field values for the Full layout type for a new record of the object type specified in .\n\nIt also contains the corresponding layout for create mode. In the Salesforce user interface, an admin with “Customize Application” permission can mark a field as re" }, { "info": { "name": "Salesforce Create a Favorite", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Favorite" } ] } ], "bundled": true }