{ "info": { "_postman_id": "285b9f75-9729-4171-a7d1-db1737e1a8fb", "name": "Salesforce", "description": "Find the resources you need to start building. ", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-285b9f75-9729-4171-a7d1-db1737e1a8fb" }, "item": [ { "name": "services", "item": [ { "name": "auth", "item": [ { "name": "headless", "item": [ { "name": "init", "item": [ { "name": "registration", "item": [ { "name": "Salesforce Registration - Initialize", "id": "5fdc7354-b4cd-4334-8901-0b0c2e498b74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"userdata\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\",\n \"username\": \"\"\n },\n \"customdata\": {\n \"mobilePhone\": \"\",\n \"streetAddress\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"privacyPolicy\": \"\"\n },\n \"password\": \"\",\n \"recaptcha\": \"\",\n \"verificationmethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/init/registration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "init", "registration" ] }, "description": "Submits the registration data to the init/registration endpoint and returns a request identifier. At the same time, an OTP is sent out to the end users via email or sms. Registration data is passed in the request body, and is formatted with JSON, with 5 keys: `userdata`, `customdata`, `password`, `recaptcha`, and `verificationmethod`. The first two keys are JSON structures, and the last 3 keys are strings.\n\nThis request returns JSON, and includes an identifier (request identifier)." }, "response": [ { "id": "aea46afb-0c6a-4a39-af22-62a1a0817b22", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"userdata\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\",\n \"username\": \"\"\n },\n \"customdata\": {\n \"mobilePhone\": \"\",\n \"streetAddress\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"privacyPolicy\": \"\"\n },\n \"password\": \"\",\n \"recaptcha\": \"\",\n \"verificationmethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/init/registration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "init", "registration" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aea46afb-0c6a-4a39-af22-62a1a0817b22" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5fdc7354-b4cd-4334-8901-0b0c2e498b74" } ], "id": "819da73c-4786-4368-92f3-ccd171d2cb1e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-819da73c-4786-4368-92f3-ccd171d2cb1e" }, { "name": "passwordless", "item": [ { "name": "login", "item": [ { "name": "Salesforce Passwordless Login - Initialize", "id": "b9d190d8-43ae-47a4-bb5f-20ebeda9c95c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"recaptcha\": \"\",\n \"verificationmethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/init/passwordless/login", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "init", "passwordless", "login" ] }, "description": "Submits the passwordless login data to the init/passwordless/login endpoint and returns a request identifier. At the same time, an OTP is sent out to the end users via email or sms. Passwordless login data is passed in the request body, and is formatted with JSON, with 3 keys: `username`, `recaptcha`, and `verificationmethod`. All 3 keys are strings.\n\nThis request returns JSON, and includes an identifier (request identifier)." }, "response": [ { "id": "09a0adef-6bcb-4eae-936b-f64b1a68b9df", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"recaptcha\": \"\",\n \"verificationmethod\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/init/passwordless/login", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "init", "passwordless", "login" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-09a0adef-6bcb-4eae-936b-f64b1a68b9df" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b9d190d8-43ae-47a4-bb5f-20ebeda9c95c" } ], "id": "ef6e6395-102d-44b8-ad11-2a45ce6b92fe", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ef6e6395-102d-44b8-ad11-2a45ce6b92fe" } ], "id": "a2b742e0-a24b-4fc5-95c0-6cbe01f44a3e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a2b742e0-a24b-4fc5-95c0-6cbe01f44a3e" } ], "id": "f01058b0-3779-42f5-ac3d-fde24d52a790", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f01058b0-3779-42f5-ac3d-fde24d52a790" }, { "name": "forgot_password", "item": [ { "name": "Salesforce Forgot Password - Initialize", "id": "de16d628-a008-4d87-9fe9-bcb79306dd1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"recaptcha\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/forgot_password", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "forgot_password" ] } }, "response": [ { "id": "0cdda540-05d4-447c-b46c-edf7430bf128", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"recaptcha\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/auth/headless/forgot_password", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "auth", "headless", "forgot_password" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0cdda540-05d4-447c-b46c-edf7430bf128" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-de16d628-a008-4d87-9fe9-bcb79306dd1f" } ], "id": "32f85012-64f8-4781-9941-a4721f00cbf8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-32f85012-64f8-4781-9941-a4721f00cbf8" } ], "id": "604852b6-88f0-4626-a431-5777901e4add", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-604852b6-88f0-4626-a431-5777901e4add" } ], "id": "b5630298-302a-403d-a0a4-960383fea440", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b5630298-302a-403d-a0a4-960383fea440" }, { "name": "oauth2", "item": [ { "name": "authorize", "item": [ { "name": "Salesforce Registration - Authorize", "id": "1dbfff36-c83d-4b5f-b7c1-7966bc886ee9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) Required for User Registration", "key": "Auth-Request-Type", "value": "" }, { "description": "(Required) Must match init/registration, email or sms", "key": "Auth-Verification-Type", "value": "" }, { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "response_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" }, { "description": "(Required) Comma seperated list of scopes, optional", "key": "scope", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/authorize", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "authorize" ] }, "description": "After you send your registration data to initialize, this request allows you to process that registration data, and as a part of this request you also verify the users email or sms number. The request itself is a authorization call for the Code and Credential flow. It includes 3 specific headers: `Auth-Request-Type` which is set to `user-registration`, `Auth-Verification-Type` which is set to email or sms, and an Authorization Basic header, which is the base 64 encoded result of `identifier:otp` where `identifier` is the value returned in your initialize registration call, and `otp` is the value sent to the end user via email or sms.\n\nThe response from this API is the Auth Code, which is then exchanged for the Access Token." }, "response": [ { "id": "b2da6021-49b6-451a-bedf-0a6843cf0301", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required for User Registration", "key": "Auth-Request-Type", "value": "" }, { "description": "(Required) Must match init/registration, email or sms", "key": "Auth-Verification-Type", "value": "" }, { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "response_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" }, { "description": "(Required) Comma seperated list of scopes, optional", "key": "scope", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/authorize", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "authorize" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b2da6021-49b6-451a-bedf-0a6843cf0301" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1dbfff36-c83d-4b5f-b7c1-7966bc886ee9" }, { "name": "Salesforce User Agent Flow", "id": "97af1df5-5645-40d8-96eb-158eedf73c67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html; charset=UTF-8" } ], "url": { "raw": "https://login.salesforce.com/services/oauth2/authorize?response_type=&client_id=&redirect_uri=&display=&login_hint=&nonce=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "authorize" ], "query": [ { "description": "(Required) ", "key": "response_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" }, { "description": "(Required) ", "key": "display", "value": "" }, { "description": "(Required) ", "key": "login_hint", "value": "" }, { "description": "(Required) ", "key": "nonce", "value": "" } ] } }, "response": [ { "id": "88a17079-357e-4c79-84ff-0231cc96dbf7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html; charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/oauth2/authorize?response_type=&client_id=&redirect_uri=&display=&login_hint=&nonce=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "authorize" ], "query": [ { "description": "(Required) ", "key": "response_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" }, { "description": "(Required) ", "key": "display", "value": "" }, { "description": "(Required) ", "key": "login_hint", "value": "" }, { "description": "(Required) ", "key": "nonce", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html; charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-88a17079-357e-4c79-84ff-0231cc96dbf7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-97af1df5-5645-40d8-96eb-158eedf73c67" } ], "id": "fe0f7708-1599-4699-9cb9-9b406d2a0e98", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fe0f7708-1599-4699-9cb9-9b406d2a0e98" }, { "name": "token", "item": [ { "name": "Salesforce Registration - Token Exchange", "id": "9a8702bc-e483-4ad4-ab57-bc2c98fb99a6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Auth Code from the Authorize response", "key": "code", "value": "" }, { "description": "(Required) ", "key": "grant_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/token", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "token" ] }, "description": "This exchanges the auth code returned in the Authorize Request for an access token and refresh token. This follows the standard Auth Code flow/Webserver Code Flow pattern. The Code is the return form the Authorization call." }, "response": [ { "id": "e5282b19-655c-46e8-9ccf-6ec214e23be6", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Auth Code from the Authorize response", "key": "code", "value": "" }, { "description": "(Required) ", "key": "grant_type", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "redirect_uri", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/token", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "token" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e5282b19-655c-46e8-9ccf-6ec214e23be6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a8702bc-e483-4ad4-ab57-bc2c98fb99a6" } ], "id": "db747605-8ce0-4b25-9117-53c8dacebe9b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-db747605-8ce0-4b25-9117-53c8dacebe9b" }, { "name": "userinfo", "item": [ { "name": "Salesforce Get User Info", "id": "d0b2a434-2e54-4de6-9a14-378ac60c8f13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://login.salesforce.com/services/oauth2/userinfo", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "userinfo" ] }, "description": "This requests uses an access token to get user information from Salesforce using the standard `/userinfo` endpoint." }, "response": [ { "id": "594c5f72-751f-40fd-81cc-0f0b5a4ac518", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/oauth2/userinfo", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "userinfo" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-594c5f72-751f-40fd-81cc-0f0b5a4ac518" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d0b2a434-2e54-4de6-9a14-378ac60c8f13" } ], "id": "eff03958-e415-43b7-a286-6204dfe68768", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-eff03958-e415-43b7-a286-6204dfe68768" }, { "name": "revoke", "item": [ { "name": "Salesforce Revoke Token", "id": "14d78bfd-5338-4ff9-9501-bc5e7c86a929", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Replace with a valid access token or refresh token.", "key": "token", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/revoke", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "revoke" ] }, "description": "This calls the standard revoke endpoint, passing in your access token. This endpoint should be called as part of your logout process to invalidate the access and refresh token. " }, "response": [ { "id": "9d8f207f-393b-40ed-9dfd-85dca0d58451", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Replace with a valid access token or refresh token.", "key": "token", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/revoke", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "revoke" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9d8f207f-393b-40ed-9dfd-85dca0d58451" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-14d78bfd-5338-4ff9-9501-bc5e7c86a929" } ], "id": "a37538a9-a87f-4e18-866c-07878e01c8ee", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a37538a9-a87f-4e18-866c-07878e01c8ee" }, { "name": "introspect", "item": [ { "name": "Salesforce Openid Connect Token Introspection Endpoint", "id": "02ad44ff-e363-4e4f-95ba-2a1fba3d4d0a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "token", "value": "" }, { "description": "(Required) ", "key": "token_type_hint", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "client_secret", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/introspect", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "introspect" ] } }, "response": [ { "id": "255da254-d19b-4dea-92aa-9bd095ebc9f6", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "token", "value": "" }, { "description": "(Required) ", "key": "token_type_hint", "value": "" }, { "description": "(Required) ", "key": "client_id", "value": "" }, { "description": "(Required) ", "key": "client_secret", "value": "" } ] }, "url": { "raw": "https://login.salesforce.com/services/oauth2/introspect", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "introspect" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-255da254-d19b-4dea-92aa-9bd095ebc9f6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-02ad44ff-e363-4e4f-95ba-2a1fba3d4d0a" } ], "id": "baff076a-852f-4fd7-9c15-f455a1a7b6ed", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-baff076a-852f-4fd7-9c15-f455a1a7b6ed" }, { "name": "register", "item": [ { "name": "Salesforce Openid Connect Dynamic Client Registration Endpoint", "id": "c2846f62-e689-4b77-bdc7-54747d44f5d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"redirect_uris\": [\n \"\",\n \"\"\n ],\n \"response_types\": [\n \"\",\n \"\"\n ],\n \"grant_types\": [\n \"\",\n \"\"\n ],\n \"application_type\": \"\",\n \"contacts\": [\n \"\",\n \"\"\n ],\n \"client_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/oauth2/register", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "register" ] } }, "response": [ { "id": "49be312d-6683-401b-aee6-451821f0bb02", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"redirect_uris\": [\n \"\",\n \"\"\n ],\n \"response_types\": [\n \"\",\n \"\"\n ],\n \"grant_types\": [\n \"\",\n \"\"\n ],\n \"application_type\": \"\",\n \"contacts\": [\n \"\",\n \"\"\n ],\n \"client_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://login.salesforce.com/services/oauth2/register", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "oauth2", "register" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expires", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-49be312d-6683-401b-aee6-451821f0bb02" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c2846f62-e689-4b77-bdc7-54747d44f5d2" } ], "id": "6757add9-f72e-4ef0-8223-1bd3bcf6234d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-6757add9-f72e-4ef0-8223-1bd3bcf6234d" } ], "id": "904682d1-eff8-4d41-8615-f74ffd77222e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-904682d1-eff8-4d41-8615-f74ffd77222e" }, { "name": "data", "item": [ { "name": "v64.0", "item": [ { "name": "apps", "item": [ { "name": "oauth", "item": [ { "name": "usage", "item": [ { "name": "users", "item": [ { "name": "Salesforce Oauth App Users", "id": "1e681336-2250-4b8f-bb5d-a9d39ac9d05e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage//users?page=&pageSize=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "", "users" ], "query": [ { "description": "(Required) Page number for the usage information. Defaults to 0.", "key": "page", "value": "" }, { "description": "(Required) Number of usage entries per page. Defaults to 100.", "key": "pageSize", "value": "" } ] }, "description": "Lists all users for the external client app indicated by the app ID. See\u00a0[OAuth Users by App ID](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage_app_id_users.htm)." }, "response": [ { "id": "760937f0-e7dc-4411-bd06-98ffc777a6d6", "name": "response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage//users?page=&pageSize=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "", "users" ], "query": [ { "description": "(Required) Page number for the usage information. Defaults to 0.", "key": "page", "value": "" }, { "description": "(Required) Number of usage entries per page. Defaults to 100.", "key": "pageSize", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-760937f0-e7dc-4411-bd06-98ffc777a6d6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e681336-2250-4b8f-bb5d-a9d39ac9d05e" } ], "id": "e01ff5e2-22e5-4719-a5ac-735e181695aa", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e01ff5e2-22e5-4719-a5ac-735e181695aa" }, { "name": "tokens", "item": [ { "name": "Salesforce Oauth App Users Tokens", "id": "d4647880-843c-4830-9071-a8d9e597289f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage///tokens", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "", "", "tokens" ] }, "description": "Lists all tokens for a user of the external client app. See\u00a0[Refresh Token by User and App](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage_app_id_user_id_tokens.htm)." }, "response": [ { "id": "94559dd7-70fd-4c9b-877c-19b1540672ed", "name": "response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage///tokens", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "", "", "tokens" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-94559dd7-70fd-4c9b-877c-19b1540672ed" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d4647880-843c-4830-9071-a8d9e597289f" }, { "name": "Salesforce Oauth Token Revoke", "id": "c8f9cafb-5f63-460d-a455-d716d20e589f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage/tokens/", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "tokens", "" ] }, "description": "Revokes one token. See [OAuth Refresh Token](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage_tokens_token_id.htm)." }, "response": [ { "id": "8f535a26-673d-40dd-8aa8-b99da3e838a0", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage/tokens/", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage", "tokens", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8f535a26-673d-40dd-8aa8-b99da3e838a0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c8f9cafb-5f63-460d-a455-d716d20e589f" } ], "id": "0487fb64-e698-44c9-ba14-ab7bf155b4ec", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0487fb64-e698-44c9-ba14-ab7bf155b4ec" }, { "name": "Salesforce Oauth Usage", "id": "bbab854e-7def-4318-89a0-0255dadb1e92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage?page=&pageSize=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage" ], "query": [ { "description": "(Required) Number of the page you want returned. Starts at 0. If you don\u2019t specify a value or if you specify 0, the first page is returned.", "key": "page", "value": "" }, { "description": "(Required) Number of usage entries per page. Defaults to 100.", "key": "pageSize", "value": "" } ] }, "description": "Lists all the external client apps for the current org. See\u00a0[OAuth Usage](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage.htm)." }, "response": [ { "id": "d72bb4fb-7837-4bc3-b80b-fc21ed744efb", "name": "response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/usage?page=&pageSize=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "usage" ], "query": [ { "description": "(Required) Number of the page you want returned. Starts at 0. If you don\u2019t specify a value or if you specify 0, the first page is returned.", "key": "page", "value": "" }, { "description": "(Required) Number of usage entries per page. Defaults to 100.", "key": "pageSize", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d72bb4fb-7837-4bc3-b80b-fc21ed744efb" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bbab854e-7def-4318-89a0-0255dadb1e92" } ], "id": "1710ca7b-ac50-4a8a-9f8c-bdda97e026bd", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1710ca7b-ac50-4a8a-9f8c-bdda97e026bd" }, { "name": "credentials", "item": [ { "name": "Salesforce Resources", "id": "c46e1f83-7cd5-4466-9288-cc24b786ac94", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/credentials//?part=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "credentials", "", "" ], "query": [ { "description": "(Required) Key, Secret, or KeyAndSecret", "key": "part", "value": "" } ] }, "description": "Returns credentials for a specific consumer. Use parameters to determine whether the request should return the key, the secret, or both key and secret. See [OAuth Credentials by Consumer ID](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_credentials_by_app_and_consumer_id.htm)." }, "response": [ { "id": "779b918a-8534-4dbf-95ae-6d6cc318f492", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/services/data/v64.0/apps/oauth/credentials//?part=", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "data", "v64.0", "apps", "oauth", "credentials", "", "" ], "query": [ { "description": "(Required) Key, Secret, or KeyAndSecret", "key": "part", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-779b918a-8534-4dbf-95ae-6d6cc318f492" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c46e1f83-7cd5-4466-9288-cc24b786ac94" } ], "id": "bd602e9f-8ac4-4d6a-b99d-cf19d81f801e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bd602e9f-8ac4-4d6a-b99d-cf19d81f801e" } ], "id": "c506e926-f2e5-4707-8888-b20ca5309eb2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c506e926-f2e5-4707-8888-b20ca5309eb2" } ], "id": "a360859d-9805-4378-9f18-947880040fc9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a360859d-9805-4378-9f18-947880040fc9" } ], "id": "45c59813-23f7-4c4a-a575-c7284aa03009", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-45c59813-23f7-4c4a-a575-c7284aa03009" } ], "id": "a7f45d33-1b38-4605-b7e2-389d37a7b008", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a7f45d33-1b38-4605-b7e2-389d37a7b008" }, { "name": "Soap", "item": [ { "name": "c", "item": [ { "name": "64.0", "item": [ { "name": "Salesforce Soap Undelete", "id": "19d823ae-54e2-4d8b-9190-a70024cf9be0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n (string)\n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://login.salesforce.com/services/Soap/c/64.0", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "Soap", "c", "64.0" ] }, "description": "Undeletes records from the Recycle Bin." }, "response": [ { "id": "a2753aa4-4d0c-44a8-8452-19de91ae6815", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n (string)\n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://login.salesforce.com/services/Soap/c/64.0", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "services", "Soap", "c", "64.0" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a2753aa4-4d0c-44a8-8452-19de91ae6815" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-19d823ae-54e2-4d8b-9190-a70024cf9be0" } ], "id": "56a1d5c8-c040-4182-a3ba-e65207e8ec26", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-56a1d5c8-c040-4182-a3ba-e65207e8ec26" } ], "id": "7694d54e-aad9-4e6c-9c6c-1e1db595f11b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7694d54e-aad9-4e6c-9c6c-1e1db595f11b" } ], "id": "f6997b42-a56c-4981-b12f-c5f5fcd8fc7d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f6997b42-a56c-4981-b12f-c5f5fcd8fc7d" } ], "id": "fbf853f2-ae03-4cac-9550-9f5e517669ea", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fbf853f2-ae03-4cac-9550-9f5e517669ea" }, { "name": ".well-known", "item": [ { "name": "openid-configuration", "item": [ { "name": "Salesforce Openid Connect Discovery Endpoint", "id": "3730b437-d1ed-49c9-b28f-0d6b4073a09c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://login.salesforce.com/.well-known/openid-configuration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ ".well-known", "openid-configuration" ] } }, "response": [ { "id": "68e828fd-397b-481b-b5ac-a1e8adf35add", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/.well-known/openid-configuration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ ".well-known", "openid-configuration" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Credentials", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Origin", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"end_session_endpoint\": \"\",\n \"frontchannel_logout_supported\": \"\",\n \"frontchannel_logout_session_supported\": \"\",\n \"issuer\": \"\",\n \"authorization_endpoint\": \"\",\n \"token_endpoint\": \"\",\n \"revocation_endpoint\": \"\",\n \"userinfo_endpoint\": \"\",\n \"jwks_uri\": \"\",\n \"registration_endpoint\": \"\",\n \"introspection_endpoint\": \"\",\n \"scopes_supported\": [\n \"\",\n \"\"\n ],\n \"response_types_supported\": [\n \"\",\n \"\"\n ],\n \"subject_types_supported\": [\n \"\",\n \"\"\n ],\n \"id_token_signing_alg_values_supported\": [\n \"\",\n \"\"\n ],\n \"display_values_supported\": [\n \"\",\n \"\"\n ],\n \"token_endpoint_auth_methods_supported\": [\n \"\",\n \"\"\n ],\n \"claims_supported\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-68e828fd-397b-481b-b5ac-a1e8adf35add" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3730b437-d1ed-49c9-b28f-0d6b4073a09c" } ], "id": "5aabaf80-1122-4e26-a341-a7a2024476a8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5aabaf80-1122-4e26-a341-a7a2024476a8" }, { "name": "auth-configuration", "item": [ { "name": "Salesforce Authentication Configuration Endpoint", "id": "3da7ea9a-5446-4096-a71c-a1e141120faa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://login.salesforce.com/.well-known/auth-configuration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ ".well-known", "auth-configuration" ] } }, "response": [ { "id": "325edc93-3bd8-4c5e-8850-f68c7e32d5f1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/.well-known/auth-configuration", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ ".well-known", "auth-configuration" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Credentials", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Methods", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Origin", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"OrgId\": \"\",\n \"Url\": \"\",\n \"MobileSDK\": {\n \"UseiOSNativeBrowserForAuthentication\": \"\",\n \"UseAndroidNativeBrowserForAuthentication\": \"\",\n \"shareBrowserSessionIOS\": \"\",\n \"shareBrowserSessionAndroid\": \"\"\n },\n \"LoginPage\": \"\",\n \"SamlProviders\": [\n \"\",\n \"\"\n ],\n \"AuthProviders\": [\n \"\",\n \"\"\n ],\n \"CertificateLogin\": \"\",\n \"LoginPageType\": \"\",\n \"LoginPageTypeConfigs\": {}\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-325edc93-3bd8-4c5e-8850-f68c7e32d5f1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3da7ea9a-5446-4096-a71c-a1e141120faa" } ], "id": "cca09e7e-c127-4388-87a0-52d2a4700a04", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-cca09e7e-c127-4388-87a0-52d2a4700a04" } ], "id": "6453ce3d-1ecd-431f-8ca6-18bf7167e401", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-6453ce3d-1ecd-431f-8ca6-18bf7167e401" }, { "name": "id", "item": [ { "name": "keys", "item": [ { "name": "Salesforce Keys", "id": "c74cccf4-cce9-4547-b788-331fdb94de96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://login.salesforce.com/id/keys", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "id", "keys" ] } }, "response": [ { "id": "a6efb690-68d3-43cd-8f67-272c4fbcc75b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://login.salesforce.com/id/keys", "protocol": "https", "host": [ "login", "salesforce", "com" ], "path": [ "id", "keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Credentials", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Access-Control-Allow-Origin", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expires", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"keys\": [\n {\n \"kty\": \"\",\n \"n\": \"\",\n \"e\": \"\",\n \"alg\": \"\",\n \"use\": \"\",\n \"kid\": \"\"\n },\n {\n \"kty\": \"\",\n \"n\": \"\",\n \"e\": \"\",\n \"alg\": \"\",\n \"use\": \"\",\n \"kid\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a6efb690-68d3-43cd-8f67-272c4fbcc75b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c74cccf4-cce9-4547-b788-331fdb94de96" } ], "id": "7f670457-c7c1-4ea7-9f4b-4f8690d18fdd", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7f670457-c7c1-4ea7-9f4b-4f8690d18fdd" } ], "id": "d7134ca4-05a8-41d4-b56d-f0f1357b1c76", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d7134ca4-05a8-41d4-b56d-f0f1357b1c76" }, { "name": "data", "item": [ { "name": "v64.0", "item": [ { "name": "jobs", "item": [ { "name": "query", "item": [ { "name": "results", "item": [ { "name": "Salesforce Get Job Query Result", "id": "61e02a1f-b329-4a80-ada5-9762c9f6676b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/jobs/query//results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "", "results" ] } }, "response": [ { "id": "b30d48d8-bf37-4c81-9b5a-d1fcac447168", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/query//results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "", "results" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b30d48d8-bf37-4c81-9b5a-d1fcac447168" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-61e02a1f-b329-4a80-ada5-9762c9f6676b" } ], "id": "4781ddec-7de3-48bf-acaf-1b1911de30e3", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4781ddec-7de3-48bf-acaf-1b1911de30e3" }, { "name": "resultPages", "item": [ { "name": "Salesforce Get Parallel Results for a Query Job", "id": "4f95983e-898e-45eb-9190-264aab7eeb66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "https://services/data/v64.0/jobs/query//resultPages", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "", "resultPages" ] }, "description": "Retrieves a set of up to 5 job results pages for parallel download." }, "response": [ { "id": "5b13e651-3354-414e-9e84-46296a317132", "name": "response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/query//resultPages", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "", "resultPages" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resultPages\": [\n {\n \"resultLink\": \"\"\n },\n {\n \"resultLink\": \"\"\n }\n ],\n \"nextRecordsUrl\": \"\",\n \"done\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5b13e651-3354-414e-9e84-46296a317132" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4f95983e-898e-45eb-9190-264aab7eeb66" } ], "id": "11d2a168-a7d0-436c-ab06-0a053330fdfe", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-11d2a168-a7d0-436c-ab06-0a053330fdfe" }, { "name": "Salesforce Get All Query Jobs", "id": "b27dc8d4-fb80-45a4-8ad5-cdb2638020fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/jobs/query?isPkChunkingEnabled=&jobType=&concurrencyMode=&queryLocator=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query" ], "query": [ { "description": "(Required) If set to true, the request only returns information about jobs where PK Chunking is enabled", "key": "isPkChunkingEnabled", "value": "" }, { "description": "(Required) BigObjectIngest Classic V2Query", "key": "jobType", "value": "" }, { "description": "(Required) serial parallel", "key": "concurrencyMode", "value": "" }, { "description": "(Required) use the value from the nextRecordsUrl from the previous set", "key": "queryLocator", "value": "" } ] } }, "response": [ { "id": "25379ddd-0d09-42cb-b40a-91fdd7bcb6a2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/query?isPkChunkingEnabled=&jobType=&concurrencyMode=&queryLocator=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query" ], "query": [ { "description": "(Required) If set to true, the request only returns information about jobs where PK Chunking is enabled", "key": "isPkChunkingEnabled", "value": "" }, { "description": "(Required) BigObjectIngest Classic V2Query", "key": "jobType", "value": "" }, { "description": "(Required) serial parallel", "key": "concurrencyMode", "value": "" }, { "description": "(Required) use the value from the nextRecordsUrl from the previous set", "key": "queryLocator", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-25379ddd-0d09-42cb-b40a-91fdd7bcb6a2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b27dc8d4-fb80-45a4-8ad5-cdb2638020fc" }, { "name": "Salesforce Abort a Job Query", "id": "d322906d-7862-42d7-9bcf-800f118e83ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/query/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "" ] } }, "response": [ { "id": "c2e97ee5-eb1f-408e-b678-d51180f9249b", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/query/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"operation\": \"\",\n \"object\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"apiVersion\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c2e97ee5-eb1f-408e-b678-d51180f9249b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d322906d-7862-42d7-9bcf-800f118e83ea" }, { "name": "Salesforce Delete Job Query", "id": "16088968-fbc9-48a8-9db4-fe8fbf34bda1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/jobs/query/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "" ] } }, "response": [ { "id": "e6adf1b9-122c-4280-96c6-c7f7cc96072d", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/query/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query", "" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e6adf1b9-122c-4280-96c6-c7f7cc96072d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-16088968-fbc9-48a8-9db4-fe8fbf34bda1" }, { "name": "Salesforce Successful Create Job Query", "id": "17cffce6-f65e-4e54-8842-36b0f0a9dc16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"\",\n \"query\": \"\",\n \"contentType\": \"\",\n \"columnDelimiter\": \"\",\n \"lineEnding\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/query", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query" ] } }, "response": [ { "id": "f38a358b-2782-4f41-94fc-b00157e4adb7", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"\",\n \"query\": \"\",\n \"contentType\": \"\",\n \"columnDelimiter\": \"\",\n \"lineEnding\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/query", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "query" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"operation\": \"\",\n \"object\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"apiVersion\": \"\",\n \"lineEnding\": \"\",\n \"columnDelimiter\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f38a358b-2782-4f41-94fc-b00157e4adb7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-17cffce6-f65e-4e54-8842-36b0f0a9dc16" } ], "id": "095b1c8d-0d56-4511-9c35-72a415df6795", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-095b1c8d-0d56-4511-9c35-72a415df6795" }, { "name": "ingest", "item": [ { "name": "batches", "item": [ { "name": "Salesforce Upload Job Data", "id": "197856d3-563c-4a3e-932f-1fe7750cd5d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "File", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/jobs/ingest//batches", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "batches" ] } }, "response": [ { "id": "49da0a28-754e-41b6-aa01-ddd85c967189", "name": "Created", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "File", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/jobs/ingest//batches", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "batches" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-49da0a28-754e-41b6-aa01-ddd85c967189" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-197856d3-563c-4a3e-932f-1fe7750cd5d7" } ], "id": "0a3064c5-54ed-4fd9-89c9-93f946e4753f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0a3064c5-54ed-4fd9-89c9-93f946e4753f" }, { "name": "successfulResults", "item": [ { "name": "Salesforce Get Job Successful Record Results", "id": "48e6eca9-c308-4801-b677-15a3b975a51b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//successfulResults", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "successfulResults" ] } }, "response": [ { "id": "2f19a169-4a4b-46fa-a1a6-68b5f6a30635", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//successfulResults", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "successfulResults" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/csv" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2f19a169-4a4b-46fa-a1a6-68b5f6a30635" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-48e6eca9-c308-4801-b677-15a3b975a51b" } ], "id": "d35c9d83-89e6-440b-9cc3-0fce0016be56", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d35c9d83-89e6-440b-9cc3-0fce0016be56" }, { "name": "failedResults", "item": [ { "name": "Salesforce Get Job Failed Record Results", "id": "955da1d8-513b-46f8-83d6-2123f3a6d94e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//failedResults", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "failedResults" ] } }, "response": [ { "id": "93e52b4b-0ea2-406c-9569-347dd53017c0", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//failedResults", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "failedResults" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/csv" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-93e52b4b-0ea2-406c-9569-347dd53017c0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-955da1d8-513b-46f8-83d6-2123f3a6d94e" } ], "id": "a8284dcc-db02-4a52-9053-dab483dc53e0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a8284dcc-db02-4a52-9053-dab483dc53e0" }, { "name": "unprocessedrecords", "item": [ { "name": "Salesforce Get Job Unprocessed Record Results", "id": "35ee7861-26f4-49f5-aa5a-26369a6acf5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//unprocessedrecords", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "unprocessedrecords" ] } }, "response": [ { "id": "a771cb4b-c654-4ecc-9f65-26d26178d5ef", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest//unprocessedrecords", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "", "unprocessedrecords" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/csv" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a771cb4b-c654-4ecc-9f65-26d26178d5ef" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-35ee7861-26f4-49f5-aa5a-26369a6acf5f" } ], "id": "b44565b1-3fa7-4b47-ad6a-91e6971c94c2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b44565b1-3fa7-4b47-ad6a-91e6971c94c2" }, { "name": "Salesforce Create Job", "id": "dd914d42-8937-4503-a5f1-794434f37312", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"object\": \"\",\n \"operation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/ingest", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest" ] } }, "response": [ { "id": "159ea262-6aaa-48a2-8220-2b0cd52feb3b", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"object\": \"\",\n \"operation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/ingest", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"operation\": \"\",\n \"object\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"apiVersion\": \"\",\n \"contentUrl\": \"\",\n \"lineEnding\": \"\",\n \"columnDelimiter\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-159ea262-6aaa-48a2-8220-2b0cd52feb3b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dd914d42-8937-4503-a5f1-794434f37312" }, { "name": "Salesforce Get Job Info", "id": "9981988f-ba97-4003-bd34-48d3ec995ca1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "response": [ { "id": "1877b606-2630-444e-9d93-834aace267ab", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"operation\": \"\",\n \"object\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"apiVersion\": \"\",\n \"jobType\": \"\",\n \"lineEnding\": \"\",\n \"columnDelimiter\": \"\",\n \"numberRecordsProcessed\": \"\",\n \"numberRecordsFailed\": \"\",\n \"retries\": \"\",\n \"totalProcessingTime\": \"\",\n \"apiActiveProcessingTime\": \"\",\n \"apexProcessingTime\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1877b606-2630-444e-9d93-834aace267ab" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9981988f-ba97-4003-bd34-48d3ec995ca1" }, { "name": "Salesforce Close or Abort a Job", "id": "fe184712-6a63-4bd5-ac44-b063af17f8e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "response": [ { "id": "30488835-a437-43a3-9f29-101613ade612", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"operation\": \"\",\n \"object\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"apiVersion\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-30488835-a437-43a3-9f29-101613ade612" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fe184712-6a63-4bd5-ac44-b063af17f8e0" }, { "name": "Salesforce Delete Job", "id": "dc6636eb-4c89-4c23-823e-c9abcb793e5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "response": [ { "id": "067c377f-060d-45db-89fb-433d3011ef48", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/jobs/ingest/", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "jobs", "ingest", "" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-067c377f-060d-45db-89fb-433d3011ef48" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dc6636eb-4c89-4c23-823e-c9abcb793e5b" } ], "id": "140fc802-7582-430c-a9f1-c9e691eb6def", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-140fc802-7582-430c-a9f1-c9e691eb6def" } ], "id": "06856ff3-41e3-4f55-846b-e1e07792ad91", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-06856ff3-41e3-4f55-846b-e1e07792ad91" }, { "name": "composite", "item": [ { "name": "graph", "item": [ { "name": "Salesforce Composite Graph", "id": "8633197f-ccee-4858-91c4-5622c805ea32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"graphs\": [\n {\n \"graphId\": \"\",\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n }\n ]\n },\n {\n \"graphId\": \"\",\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/graph", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "graph" ] }, "description": "Composite graphs provide an enhanced way to perform composite requests, which execute a series of REST API requests in a single call.\nRegular composite requests allow you to execute a series of REST API requests in a single call. And you can use the output of one request as the input to a subsequent request.\n\nComposite graphs extend this by allowing you to assemble a more complicated and complete series of related objects and records.\n\nComposite graphs also enable you to ensure that the steps in a given set of operations are either all completed or all not completed. This avoids requiring you to check for a mix of successful and unsuccessful results.\n\nRegular composite requests have a limit of 25 subrequests. Composite graphs increase this limit to 500. This gives a single API call much greater power.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_graph_introduction.htm" }, "response": [ { "id": "b43662cd-d16f-4cfc-942e-ef95398789dd", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"graphs\": [\n {\n \"graphId\": \"\",\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n }\n ]\n },\n {\n \"graphId\": \"\",\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"Custom__c\": \"\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/graph", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "graph" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "cache-control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "content-type", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"graphs\": [\n {\n \"graphId\": \"\",\n \"graphResponse\": {\n \"compositeResponse\": [\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n },\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n }\n ]\n },\n \"isSuccessful\": \"\"\n },\n {\n \"graphId\": \"\",\n \"graphResponse\": {\n \"compositeResponse\": [\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n },\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n }\n ]\n },\n \"isSuccessful\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b43662cd-d16f-4cfc-942e-ef95398789dd" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8633197f-ccee-4858-91c4-5622c805ea32" } ], "id": "f75c7b8c-7278-45cd-9c7d-1956a55f493d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f75c7b8c-7278-45cd-9c7d-1956a55f493d" }, { "name": "batch", "item": [ { "name": "Salesforce Composite Batch", "id": "d0afe0ee-0b71-4d5a-a34d-886ebf5fe4af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"haltOnError\": \"\",\n \"batchRequests\": [\n {\n \"method\": \"\",\n \"url\": \"\"\n },\n {\n \"method\": \"\",\n \"url\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "batch" ] }, "description": "Executes up to 25 subrequests in a single request. The response bodies and HTTP statuses of the subrequests in the batch are returned in a single response body. Each subrequest counts against rate limits.\nThe requests in a batch are called subrequests. All subrequests are executed in the context of the same user. Subrequests are independent, and you can\u2019t pass information between them. Subrequests execute serially in their order in the request body. When a subrequest executes successfully, it commits its data. Commits are reflected in the output of later subrequests. If a subrequest fails, commits made by previous subrequests are not rolled back. If a batch request doesn\u2019t complete within 10 minutes, the batch times out and the remaining subrequests aren\u2019t executed.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_batch.htm" }, "response": [ { "id": "1608b14d-a289-4f36-8f60-be4600c583d3", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"haltOnError\": \"\",\n \"batchRequests\": [\n {\n \"method\": \"\",\n \"url\": \"\"\n },\n {\n \"method\": \"\",\n \"url\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1608b14d-a289-4f36-8f60-be4600c583d3" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d0afe0ee-0b71-4d5a-a34d-886ebf5fe4af" } ], "id": "38bed6e6-47b1-435e-b961-cdfcc955826d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-38bed6e6-47b1-435e-b961-cdfcc955826d" }, { "name": "tree", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "Salesforce Sobject Tree", "id": "7b54face-7631-44ff-9f11-bb57baed4c61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\",\n \"Contacts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n }\n ]\n },\n \"childAccounts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n }\n ]\n }\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\",\n \"Contacts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n }\n ]\n },\n \"childAccounts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/tree/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "tree", ":SOBJECT_API_NAME" ], "variable": [ { "id": "29bc2917-a14f-48fe-9299-ff5cc9043ecb", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Creates one or more sObject trees with root records of the specified type. An sObject tree is a collection of nested, parent-child records with a single root record.\nIn the request data, you supply the record hierarchies, required and optional field values, each record\u2019s type, and a reference ID for each record. Upon success, the response contains the IDs of the created records. If an error occurs while creating a record, the entire request fails. In this case, the response contains only the reference ID of the record that caused the error and the error information.\n\nThe request can contain the following:\nUp to a total of 200 records across all trees\nUp to five records of different types\nSObject trees up to five levels deep\nBecause an sObject tree can contain a single record, you can use this resource to create up to 200 unrelated records of the same type.\n\nWhen the request is processed and records are created, triggers, processes, and workflow rules fire separately for each of the following groups of records.\nRoot records across all sObject trees in the request\nAll second-level records of the same type\u2014for example, second-level Contacts across all sObject trees in the request\nAll third-level records of the same type\nAll fourth-level records of the same type\nAll fifth-level records of the same type\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm" }, "response": [ { "id": "779e6028-77eb-4082-82ea-b4789d0a7093", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\",\n \"Contacts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n }\n ]\n },\n \"childAccounts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n }\n ]\n }\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\",\n \"Contacts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"lastname\": \"\",\n \"email\": \"\",\n \"Title\": \"\"\n }\n ]\n },\n \"childAccounts\": {\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"referenceId\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"numberOfEmployees\": \"\",\n \"industry\": \"\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/tree/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "tree", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"hasErrors\": \"\",\n \"results\": [\n {\n \"referenceId\": \"\",\n \"id\": \"\"\n },\n {\n \"referenceId\": \"\",\n \"id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-779e6028-77eb-4082-82ea-b4789d0a7093" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7b54face-7631-44ff-9f11-bb57baed4c61" } ], "id": "ceb68bfb-f3dd-4fd0-a51b-29d069ae4139", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ceb68bfb-f3dd-4fd0-a51b-29d069ae4139" } ], "id": "48f4d25e-1d3f-4d68-a56c-73772d0cca9e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-48f4d25e-1d3f-4d68-a56c-73772d0cca9e" }, { "name": "sobjects", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "{FIELD_NAME}", "item": [ { "name": "Salesforce Sobject Collections Upsert", "id": "6a896594-a4cf-4161-9899-0e7944fcfec4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects/:SOBJECT_API_NAME/:FIELD_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects", ":SOBJECT_API_NAME", ":FIELD_NAME" ], "variable": [ { "id": "2f81a51a-88a8-4bfb-977f-780815501db8", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "97ea357f-461d-4094-a3d4-c5bf12cb295e", "key": "FIELD_NAME", "value": "", "description": "(Required) " } ] }, "description": "Use a PATCH request with sObject Collections to either create or update (upsert) up to 200 records based on an external ID field. This method returns a list of UpsertResult objects. You can choose whether to roll back the entire request when an error occurs. This request is available in API version 46 and later.\n\n[https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_upsert.htm](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_upsert.htm)" }, "response": [ { "id": "26308b01-09a5-4b04-bec2-3c5d8d41a8c3", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects/:SOBJECT_API_NAME/:FIELD_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects", ":SOBJECT_API_NAME", ":FIELD_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "FIELD_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"created\": \"\"\n },\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"created\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-26308b01-09a5-4b04-bec2-3c5d8d41a8c3" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6a896594-a4cf-4161-9899-0e7944fcfec4" } ], "id": "56c98cb8-bcf4-4d15-869f-6bbe7fc91702", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-56c98cb8-bcf4-4d15-869f-6bbe7fc91702" }, { "name": "Salesforce Sobject Collections Retrieve", "id": "0621e409-d90e-488a-9850-ebdae0badcff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/composite/sobjects/:SOBJECT_API_NAME?ids=&fields=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects", ":SOBJECT_API_NAME" ], "query": [ { "description": "(Required) ", "key": "ids", "value": "" }, { "description": "(Required) ", "key": "fields", "value": "" } ], "variable": [ { "id": "2dde3a55-53e9-46ab-bc5f-42dd749e15b4", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "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.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, "response": [ { "id": "50d79f18-0c0c-4a61-bac9-651c3200e321", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/composite/sobjects/:SOBJECT_API_NAME?ids=&fields=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects", ":SOBJECT_API_NAME" ], "query": [ { "description": "(Required) ", "key": "ids", "value": "" }, { "description": "(Required) ", "key": "fields", "value": "" } ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\",\n \"Id\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-50d79f18-0c0c-4a61-bac9-651c3200e321" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0621e409-d90e-488a-9850-ebdae0badcff" } ], "id": "694ee7af-b7ad-4ef9-a59b-ef08852cb8d4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-694ee7af-b7ad-4ef9-a59b-ef08852cb8d4" }, { "name": "Salesforce Sobject Collections Create", "id": "0939e814-119a-45b7-bc32-9257aaf6c12f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"BillingCity\": \"\",\n \"LastName\": \"\",\n \"FirstName\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"BillingCity\": \"\",\n \"LastName\": \"\",\n \"FirstName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ] }, "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.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, "response": [ { "id": "3335a4ca-54b0-46ff-aa4e-003935de7700", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"BillingCity\": \"\",\n \"LastName\": \"\",\n \"FirstName\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"Name\": \"\",\n \"BillingCity\": \"\",\n \"LastName\": \"\",\n \"FirstName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3335a4ca-54b0-46ff-aa4e-003935de7700" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0939e814-119a-45b7-bc32-9257aaf6c12f" }, { "name": "Salesforce Sobject Collections Update", "id": "7708ba42-267f-4b3b-990e-55db7bd19ab7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"id\": \"\",\n \"NumberOfEmployees\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"id\": \"\",\n \"NumberOfEmployees\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ] }, "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.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, "response": [ { "id": "7e33f210-e120-4379-a541-e69d99350f12", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"allOrNone\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"id\": \"\",\n \"NumberOfEmployees\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\"\n },\n \"id\": \"\",\n \"NumberOfEmployees\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7e33f210-e120-4379-a541-e69d99350f12" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7708ba42-267f-4b3b-990e-55db7bd19ab7" }, { "name": "Salesforce Sobject Collections Delete", "id": "96feba65-3de6-495a-9849-2507ee29e222", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/composite/sobjects?ids=&allOrNone=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ], "query": [ { "description": "(Required) ", "key": "ids", "value": "" }, { "description": "(Required) ", "key": "allOrNone", "value": "" } ] }, "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.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, "response": [ { "id": "92205a28-01b3-4335-828e-8f54678e5b5c", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/composite/sobjects?ids=&allOrNone=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite", "sobjects" ], "query": [ { "description": "(Required) ", "key": "ids", "value": "" }, { "description": "(Required) ", "key": "allOrNone", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-92205a28-01b3-4335-828e-8f54678e5b5c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-96feba65-3de6-495a-9849-2507ee29e222" } ], "id": "fcee57d6-0765-4f48-a904-3da39a0c4a84", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fcee57d6-0765-4f48-a904-3da39a0c4a84" }, { "name": "Salesforce Composite", "id": "2c289cf7-6f80-4799-b02f-c7630d7e5900", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"LastName\": \"\",\n \"AccountId\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"LastName\": \"\",\n \"AccountId\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite" ] }, "description": "Executes a series of REST API requests in a single call. You can use the output of one request as the input to a subsequent request. The response bodies and HTTP statuses of the requests are returned in a single response body. The entire request counts as a single call toward your API limits.\nThe requests in a composite call are called subrequests. All subrequests are executed in the context of the same user. In a subrequest\u2019s body, you specify a reference ID that maps to the subrequest\u2019s response. You can then refer to the ID in the url or body fields of later subrequests by using a JavaScript-like reference notation.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite.htm" }, "response": [ { "id": "8cafe723-fdff-4d14-86af-f4f16d5154e8", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"compositeRequest\": [\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"LastName\": \"\",\n \"AccountId\": \"\"\n }\n },\n {\n \"method\": \"\",\n \"url\": \"\",\n \"referenceId\": \"\",\n \"body\": {\n \"Name\": \"\",\n \"LastName\": \"\",\n \"AccountId\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/composite", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "composite" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"compositeResponse\": [\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n },\n {\n \"body\": {\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n },\n \"httpHeaders\": {\n \"Location\": \"\"\n },\n \"httpStatusCode\": \"\",\n \"referenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8cafe723-fdff-4d14-86af-f4f16d5154e8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2c289cf7-6f80-4799-b02f-c7630d7e5900" } ], "id": "73c88ef0-9063-4411-9e71-821d870193d9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-73c88ef0-9063-4411-9e71-821d870193d9" }, { "name": "connect", "item": [ { "name": "files", "item": [ { "name": "users", "item": [ { "name": "me", "item": [ { "name": "Salesforce Users Files, General", "id": "f18974f2-a4b2-494d-a72e-b4e943b55c79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "fileData", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/connect/files/users/me", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", "users", "me" ] }, "description": "Upload a file, including references to external files, to the Files home or get information about files a user owns. These files don\u2019t include files shared with a user, files a user follows, or general organization files.\nWhen you upload a file to the Files home, it is private and available only to the file owner.\n\nTo upload a file, send it in a multipart/form-data request. You can include the description and title of the file in the multipart/form-data request as a JSON or XML request body. You can also send the information as request parameters. For information about how to create the multipart/form-data message, see Uploading Binary Files.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_files_general.htm" }, "response": [ { "id": "2538b30d-1b7c-4db4-a272-8e8cc13abe9e", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "fileData", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/connect/files/users/me", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", "users", "me" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"checksum\": \"\",\n \"contentHubRepository\": \"\",\n \"contentModifiedDate\": \"\",\n \"contentSize\": \"\",\n \"contentUrl\": \"\",\n \"contentVersionId\": \"\",\n \"createdDate\": \"\",\n \"description\": \"\",\n \"downloadUrl\": \"\",\n \"externalDocumentUrl\": \"\",\n \"externalFilePermissionInformation\": \"\",\n \"fileAsset\": \"\",\n \"fileExtension\": \"\",\n \"fileType\": \"\",\n \"flashRenditionStatus\": \"\",\n \"id\": \"\",\n \"isFileAsset\": \"\",\n \"isInMyFileSync\": \"\",\n \"isMajorVersion\": \"\",\n \"mimeType\": \"\",\n \"moderationFlags\": \"\",\n \"modifiedDate\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"origin\": \"\",\n \"owner\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"pageCount\": \"\",\n \"parentFolder\": \"\",\n \"pdfRenditionStatus\": \"\",\n \"publishStatus\": \"\",\n \"renditionUrl\": \"\",\n \"renditionUrl240By180\": \"\",\n \"renditionUrl720By480\": \"\",\n \"repositoryFileId\": \"\",\n \"repositoryFileUrl\": \"\",\n \"sharingOption\": \"\",\n \"sharingPrivacy\": \"\",\n \"sharingRole\": \"\",\n \"systemModstamp\": \"\",\n \"textPreview\": \"\",\n \"thumb120By90RenditionStatus\": \"\",\n \"thumb240By180RenditionStatus\": \"\",\n \"thumb720By480RenditionStatus\": \"\",\n \"title\": \"\",\n \"topics\": {\n \"currentPageUrl\": \"\",\n \"nextPageUrl\": \"\",\n \"topics\": [\n \"\",\n \"\"\n ]\n },\n \"type\": \"\",\n \"url\": \"\",\n \"versionNumber\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2538b30d-1b7c-4db4-a272-8e8cc13abe9e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f18974f2-a4b2-494d-a72e-b4e943b55c79" } ], "id": "9c9f517f-79cf-4a7f-9598-4bb0b5182d50", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9c9f517f-79cf-4a7f-9598-4bb0b5182d50" } ], "id": "180b49fd-413a-4e80-8c6b-b6e98b9f8b78", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-180b49fd-413a-4e80-8c6b-b6e98b9f8b78" }, { "name": "{FILE_ID}", "item": [ { "name": "content", "item": [ { "name": "Salesforce File Content", "id": "08cc0bd2-f41b-44aa-a474-d6ec7ca2b760", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/content", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "content" ], "variable": [ { "id": "23b185cc-d180-4156-8608-4b0162fca2ee", "key": "FILE_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns the binary content of the file, including references to external files. The content is streamed as the body of the response.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_content.htm" }, "response": [ { "id": "94411686-ba7f-49d9-9399-51c904b03022", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/content", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "content" ], "variable": [ { "key": "FILE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-94411686-ba7f-49d9-9399-51c904b03022" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08cc0bd2-f41b-44aa-a474-d6ec7ca2b760" } ], "id": "5ab017ae-99ad-4727-a5fc-b8b6a5177a7b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5ab017ae-99ad-4727-a5fc-b8b6a5177a7b" }, { "name": "file-shares", "item": [ { "name": "link", "item": [ { "name": "Salesforce Files Shares Link", "id": "e2dc5f77-cf3d-4c13-9dfb-acd6b9a43604", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/file-shares/link", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "file-shares", "link" ], "variable": [ { "id": "d2396e0a-862f-46e1-90ae-607591219015", "key": "FILE_ID", "value": "", "description": "(Required) " } ] }, "description": "A description of a file shared as a link. Create, access, and delete a file\u2019s share link.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_shares_link.htm" }, "response": [ { "id": "6e9c0348-7470-4919-82ce-3592144e7123", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/file-shares/link", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "file-shares", "link" ], "variable": [ { "key": "FILE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"expirationDate\": \"\",\n \"fileViewUrl\": \"\",\n \"isPasswordRequired\": \"\",\n \"password\": \"\",\n \"sharingType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6e9c0348-7470-4919-82ce-3592144e7123" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e2dc5f77-cf3d-4c13-9dfb-acd6b9a43604" } ], "id": "8105d6ce-8424-47d3-b022-140ec95f22ce", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8105d6ce-8424-47d3-b022-140ec95f22ce" }, { "name": "Salesforce File Shares", "id": "57d6cda5-3191-4196-99e1-94b9a96c2513", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/file-shares", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "file-shares" ], "variable": [ { "id": "ed08c028-8aeb-4b23-8365-6297a6906015", "key": "FILE_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns information about the objects with which the specified file has been shared. Objects can be users, groups, or records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_shares.htm" }, "response": [ { "id": "ed491ba3-1dda-4360-91c2-77aebab6298f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID/file-shares", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID", "file-shares" ], "variable": [ { "key": "FILE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageUrl\": \"\",\n \"linkShare\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageUrl\": \"\",\n \"shares\": [\n {\n \"entity\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"sharingType\": \"\"\n },\n {\n \"entity\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"sharingType\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ed491ba3-1dda-4360-91c2-77aebab6298f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-57d6cda5-3191-4196-99e1-94b9a96c2513" } ], "id": "1cfaa58e-5979-4ca0-a8b3-296b57ee56d0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1cfaa58e-5979-4ca0-a8b3-296b57ee56d0" }, { "name": "Salesforce File Information", "id": "afd8e72e-f8e6-4826-8d53-b39e5592adb4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID" ], "variable": [ { "id": "6f34ebc5-ad0b-47ff-9414-76b89468f8bf", "key": "FILE_ID", "value": "", "description": "(Required) " } ] }, "description": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified file, including references to external files.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_information.htm" }, "response": [ { "id": "38103d91-178e-42b5-92c2-d1dd3f801dba", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID" ], "variable": [ { "key": "FILE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"checksum\": \"\",\n \"contentHubRepository\": \"\",\n \"contentModifiedDate\": \"\",\n \"contentSize\": \"\",\n \"contentUrl\": \"\",\n \"createdDate\": \"\",\n \"description\": \"\",\n \"downloadUrl\": \"\",\n \"externalDocumentUrl\": \"\",\n \"externalFilePermissionInformation\": \"\",\n \"fileAsset\": \"\",\n \"fileExtension\": \"\",\n \"fileType\": \"\",\n \"flashRenditionStatus\": \"\",\n \"id\": \"\",\n \"isFileAsset\": \"\",\n \"isInMyFileSync\": \"\",\n \"isMajorVersion\": \"\",\n \"mimeType\": \"\",\n \"moderationFlags\": \"\",\n \"modifiedDate\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"origin\": \"\",\n \"owner\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"pageCount\": \"\",\n \"parentFolder\": \"\",\n \"pdfRenditionStatus\": \"\",\n \"publishStatus\": \"\",\n \"renditionUrl\": \"\",\n \"renditionUrl240By180\": \"\",\n \"renditionUrl720By480\": \"\",\n \"repositoryFileId\": \"\",\n \"repositoryFileUrl\": \"\",\n \"sharingOption\": \"\",\n \"sharingPrivacy\": \"\",\n \"sharingRole\": \"\",\n \"systemModstamp\": \"\",\n \"textPreview\": \"\",\n \"thumb120By90RenditionStatus\": \"\",\n \"thumb240By180RenditionStatus\": \"\",\n \"thumb720By480RenditionStatus\": \"\",\n \"title\": \"\",\n \"topics\": {\n \"currentPageUrl\": \"\",\n \"nextPageUrl\": \"\",\n \"topics\": [\n \"\",\n \"\"\n ]\n },\n \"type\": \"\",\n \"url\": \"\",\n \"versionNumber\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-38103d91-178e-42b5-92c2-d1dd3f801dba" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-afd8e72e-f8e6-4826-8d53-b39e5592adb4" }, { "name": "Salesforce File Information - Delete", "id": "a37240e7-826f-4651-a0b3-4c192cfcdd84", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID" ], "variable": [ { "id": "a0fefcb5-da45-471c-8d21-9db9e2433f80", "key": "FILE_ID", "value": "", "description": "(Required) " } ] }, "description": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified file, including references to external files.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_information.htm" }, "response": [ { "id": "e8227c06-325d-4cae-8dff-f62d079a5937", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/files/:FILE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "files", ":FILE_ID" ], "variable": [ { "key": "FILE_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e8227c06-325d-4cae-8dff-f62d079a5937" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a37240e7-826f-4651-a0b3-4c192cfcdd84" } ], "id": "b2bbe8e6-bafe-4356-8a2e-166bdaa3e168", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b2bbe8e6-bafe-4356-8a2e-166bdaa3e168" } ], "id": "fa13aba8-9410-449e-a1f9-0a1cf29c677f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fa13aba8-9410-449e-a1f9-0a1cf29c677f" }, { "name": "user-profiles", "item": [ { "name": "me", "item": [ { "name": "photo", "item": [ { "name": "Salesforce User Photo", "id": "8e4b882b-120f-4bb0-a548-be0d9d89a88e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "json", "value": "[object Object]", "type": "text" }, { "description": "(Required) ", "key": "fileUpload", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/connect/user-profiles/me/photo", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "user-profiles", "me", "photo" ] }, "description": "Get, post, and crop a user photo.\nTo use an image from the Files page as a user photo, pass the file ID in the fileId property of the request body or in the fileId request parameter. Images uploaded on the User page don\u2019t have a file ID and can\u2019t be used as the fileId.\n\nTo upload a binary file as the user photo, you must send it in a multipart/form-data message. For information about how to create the multipart/form-data message, see Uploading Binary Files.\n\nTo display user profile photos in a feed, cache the user photos. Then use the photoVersionId property of the Photo response body to determine when you need to update a photo. This technique helps you avoid running over limits and may improve mobile client performance." }, "response": [ { "id": "271c733b-739b-476c-8f60-319545cc7d5b", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "json", "value": "[object Object]", "type": "text" }, { "description": "(Required) ", "key": "fileUpload", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/data/v64.0/connect/user-profiles/me/photo", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "user-profiles", "me", "photo" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-271c733b-739b-476c-8f60-319545cc7d5b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8e4b882b-120f-4bb0-a548-be0d9d89a88e" } ], "id": "230cfc6f-1b25-4bd1-9b13-14f8a5f6ada2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-230cfc6f-1b25-4bd1-9b13-14f8a5f6ada2" } ], "id": "b8ad6b69-cec2-4acd-80bc-575e58234114", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b8ad6b69-cec2-4acd-80bc-575e58234114" } ], "id": "54a65e92-2eef-48c2-90b6-a3a07c149961", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-54a65e92-2eef-48c2-90b6-a3a07c149961" }, { "name": "business-rules", "item": [ { "name": "expression-set", "item": [ { "name": "version", "item": [ { "name": "{expressionSetVersionId}", "item": [ { "name": "dependencies", "item": [ { "name": "Salesforce Retrieve Expression Set Version Dependencies", "id": "905cc3f0-2367-447b-8759-3beff2e4fd9d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/version/:expressionSetVersionId/dependencies", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", "version", ":expressionSetVersionId", "dependencies" ], "variable": [ { "id": "50a1c81e-f21a-4fcd-a890-23c13915a26d", "key": "expressionSetVersionId", "value": "", "description": "(Required) Expression Set Version Id: For Example 9QLHo000000LBjEOAW" } ] }, "description": "[https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_resources_expression_set_dependencies.htm](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_resources_expression_set_dependencies.htm)\n\n# Expression Set Version Dependencies (GET)\n\nRetrieve expression set version dependencies.Resource\n\n```\n/connect/business-rules/expression-set/version/${expressionSetVersionId}/dependencies\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v58.0/connect/business-rules/expression-set/version/9QARN000000016v4AA/dependencies\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nGET\n\nResponse body for GET\n\n[Expression Set Version Dependency](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_expression_set_version_dependency_output.htm)" }, "response": [ { "id": "c0b7d10f-22b9-43f6-ab16-ce4e683ce66a", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/version/:expressionSetVersionId/dependencies", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", "version", ":expressionSetVersionId", "dependencies" ], "variable": [ { "key": "expressionSetVersionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c0b7d10f-22b9-43f6-ab16-ce4e683ce66a" }, { "id": "5cd76d7f-cfc1-4b73-9498-95645ccece6d", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/version/:expressionSetVersionId/dependencies", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", "version", ":expressionSetVersionId", "dependencies" ], "variable": [ { "key": "expressionSetVersionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5cd76d7f-cfc1-4b73-9498-95645ccece6d" }, { "id": "3162b84f-3305-474c-8cc6-87847e4fc892", "name": "Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/version/:expressionSetVersionId/dependencies", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", "version", ":expressionSetVersionId", "dependencies" ], "variable": [ { "key": "expressionSetVersionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3162b84f-3305-474c-8cc6-87847e4fc892" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-905cc3f0-2367-447b-8759-3beff2e4fd9d" } ], "id": "ad995666-3749-44b7-b9db-1f31c6faaaba", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ad995666-3749-44b7-b9db-1f31c6faaaba" } ], "id": "855584da-886a-4c20-906d-4bddbdfbddb8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-855584da-886a-4c20-906d-4bddbdfbddb8" } ], "id": "9b1b17d2-d152-4e7e-bd59-49a969bd157e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9b1b17d2-d152-4e7e-bd59-49a969bd157e" }, { "name": "{expressionSetId}", "item": [ { "name": "Salesforce Expression Set Retrieve", "id": "809649c7-363e-44ad-aabe-908e1382769c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "id": "eddad201-476f-405f-8e3d-260980f34895", "key": "expressionSetId", "value": "", "description": "(Required) Expression Set Id: For Example 9QLHo000000LBjEOAW" } ] }, "description": "# Expression Set Retrieve and Delete (DELETE, GET)\n\nEndpoints to read, and delete 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\n\nRequest body for GET\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\u200bDefinitions | [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\u200bType | String | Usage type of the expression set.

Valid values are:

\\- AiAccelerator\u200bSubscriberChurn\u200bPrediction\u2014Used for Industries Einstein

\\- Bre\u2014Used for Business Rules Engine

\\- CustomLoyalty\u2014Used for Loyalty Management

\\- DefaultPricing\u2014Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

\\- Qualification\u2014Used for Industries Communications, Media, and Energy (CME)

\\- RecordAlert\u2014Used for Financial Services Cloud

\\- ShipAndDebit\u2014Used for Manufacturing Cloud

\\- TierProcessing\u2014Used for Loyalty Management

\\- TransactionJournal\u2014Used for Loyalty Management

\\- WarrantyClaim\u2014Used 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 GET[Expression Set Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_expression_set_output.htm)" }, "response": [ { "id": "e5c35cd8-71cf-4ac7-8611-909ee1ff2c9b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"description\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"rank\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n {\n \"actionType\": \"\",\n \"assignment\": {\n \"assignedParameter\": \"\",\n \"expression\": \"\"\n },\n \"description\": \"\",\n \"name\": \"\",\n \"resultIncluded\": \"\",\n \"sequenceNumber\": \"\",\n \"shouldExposeConditionDetails\": \"\",\n \"shouldExposeExecPathMsgOnly\": \"\",\n \"shouldShowExplExternally\": \"\",\n \"stepType\": \"\"\n },\n {\n \"actionType\": \"\",\n \"assignment\": {\n \"assignedParameter\": \"\",\n \"expression\": \"\"\n },\n \"description\": \"\",\n \"name\": \"\",\n \"resultIncluded\": \"\",\n \"sequenceNumber\": \"\",\n \"shouldExposeConditionDetails\": \"\",\n \"shouldExposeExecPathMsgOnly\": \"\",\n \"shouldShowExplExternally\": \"\",\n \"stepType\": \"\"\n }\n ],\n \"variables\": [\n {\n \"collection\": \"\",\n \"dataType\": \"\",\n \"description\": \"\",\n \"input\": \"\",\n \"name\": \"\",\n \"output\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"collection\": \"\",\n \"dataType\": \"\",\n \"description\": \"\",\n \"input\": \"\",\n \"name\": \"\",\n \"output\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"description\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"rank\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n {\n \"actionType\": \"\",\n \"assignment\": {\n \"assignedParameter\": \"\",\n \"expression\": \"\"\n },\n \"description\": \"\",\n \"name\": \"\",\n \"resultIncluded\": \"\",\n \"sequenceNumber\": \"\",\n \"shouldExposeConditionDetails\": \"\",\n \"shouldExposeExecPathMsgOnly\": \"\",\n \"shouldShowExplExternally\": \"\",\n \"stepType\": \"\"\n },\n {\n \"actionType\": \"\",\n \"assignment\": {\n \"assignedParameter\": \"\",\n \"expression\": \"\"\n },\n \"description\": \"\",\n \"name\": \"\",\n \"resultIncluded\": \"\",\n \"sequenceNumber\": \"\",\n \"shouldExposeConditionDetails\": \"\",\n \"shouldExposeExecPathMsgOnly\": \"\",\n \"shouldShowExplExternally\": \"\",\n \"stepType\": \"\"\n }\n ],\n \"variables\": [\n {\n \"collection\": \"\",\n \"dataType\": \"\",\n \"description\": \"\",\n \"input\": \"\",\n \"name\": \"\",\n \"output\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"collection\": \"\",\n \"dataType\": \"\",\n \"description\": \"\",\n \"input\": \"\",\n \"name\": \"\",\n \"output\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e5c35cd8-71cf-4ac7-8611-909ee1ff2c9b" }, { "id": "1eccfc5c-0c4f-4824-b538-e879e6f0a45d", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1eccfc5c-0c4f-4824-b538-e879e6f0a45d" }, { "id": "ba74a185-c102-4ac9-b82f-82ae3e3a5600", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ba74a185-c102-4ac9-b82f-82ae3e3a5600" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-809649c7-363e-44ad-aabe-908e1382769c" }, { "name": "Salesforce Expression Set Update", "id": "29c386b2-7590-4a24-85d3-d7ea9a6110b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "id": "cd8bfc5f-e73d-436a-bcef-3f9487713d58", "key": "expressionSetId", "value": "", "description": "(Required) Expression Set Id: For Example 9QLHo000000LBjEOAW" } ] }, "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\u200bDefinitions | [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\u200bType | String | Usage type of the expression set.

Valid values are:

- AiAccelerator\u200bSubscriberChurn\u200bPrediction\u2014Used for Industries Einstein

- Bre\u2014Used for Business Rules Engine

- CustomLoyalty\u2014Used for Loyalty Management

- DefaultPricing\u2014Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

- Qualification\u2014Used for Industries Communications, Media, and Energy (CME)

- RecordAlert\u2014Used for Financial Services Cloud

- ShipAndDebit\u2014Used for Manufacturing Cloud

- TierProcessing\u2014Used for Loyalty Management

- TransactionJournal\u2014Used for Loyalty Management

- WarrantyClaim\u2014Used 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)" }, "response": [ { "id": "b6aba5cd-5ed6-428e-9aee-53b1ab72aacb", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b6aba5cd-5ed6-428e-9aee-53b1ab72aacb" }, { "id": "a05454c7-f5f3-4447-8d75-c4236a1ffaa7", "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a05454c7-f5f3-4447-8d75-c4236a1ffaa7" }, { "id": "fb13b3a7-a8fa-4dc2-ad3d-18e54344b297", "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fb13b3a7-a8fa-4dc2-ad3d-18e54344b297" }, { "id": "e9f62f49-5277-4f20-9a87-960d24ec68ad", "name": "Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e9f62f49-5277-4f20-9a87-960d24ec68ad" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-29c386b2-7590-4a24-85d3-d7ea9a6110b6" }, { "name": "Salesforce Expression Set Delete", "id": "638feb9d-4af1-4676-9abf-74920bebe239", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "id": "5b1ebb9c-ba8d-439f-825d-f3d749c2e56e", "key": "expressionSetId", "value": "", "description": "(Required) Expression Set Id: For Example 9QLHo000000LBjEOAW" } ] }, "description": "# Expression Set Retrieve and Delete (DELETE, GET)\n\nEndpoints to read, and delete 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\n\nRequest body for GET\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\u200bDefinitions | [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\u200bType | String | Usage type of the expression set.

Valid values are:

\\- AiAccelerator\u200bSubscriberChurn\u200bPrediction\u2014Used for Industries Einstein

\\- Bre\u2014Used for Business Rules Engine

\\- CustomLoyalty\u2014Used for Loyalty Management

\\- DefaultPricing\u2014Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

\\- Qualification\u2014Used for Industries Communications, Media, and Energy (CME)

\\- RecordAlert\u2014Used for Financial Services Cloud

\\- ShipAndDebit\u2014Used for Manufacturing Cloud

\\- TierProcessing\u2014Used for Loyalty Management

\\- TransactionJournal\u2014Used for Loyalty Management

\\- WarrantyClaim\u2014Used 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 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)" }, "response": [ { "id": "5fb8af40-77e6-4665-8c20-ef2cfe7b8616", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5fb8af40-77e6-4665-8c20-ef2cfe7b8616" }, { "id": "9cd02db2-5b38-40b7-8fcf-396dc4f4d90c", "name": "Bad Request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9cd02db2-5b38-40b7-8fcf-396dc4f4d90c" }, { "id": "798244d5-4356-4ef2-9ac6-6b2b78f9b717", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set", ":expressionSetId" ], "variable": [ { "key": "expressionSetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-798244d5-4356-4ef2-9ac6-6b2b78f9b717" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-638feb9d-4af1-4676-9abf-74920bebe239" } ], "id": "59e8469e-b600-4723-a5bd-aad6993645fe", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-59e8469e-b600-4723-a5bd-aad6993645fe" }, { "name": "Salesforce Expression Set Creation", "id": "cf95bb07-a6df-41a5-9b1b-0ba0859d00f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set" ] }, "description": "[https://developer.salesforce.com/docs/atlas.en-us.246.0.industries_reference.meta/industries_reference/connect_resources_bre_create_expression_set.htm](https://developer.salesforce.com/docs/atlas.en-us.246.0.industries_reference.meta/industries_reference/connect_resources_bre_create_expression_set.htm)\n\n# Expression Set Creation (POST)\n\nCreates an expression set in Business Rules Engine. An expression set performs a series of calculations by using lookup tables and user-defined variables and constants.Resource\n\n```\n/connect/business-rules/expression-set\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect\n/business-rules/expression-set\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\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\u200bDefinitions | [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\u200bType | String | Usage type of the expression set.

Valid values are:

- AiAccelerator\u200bSubscriberChurn\u200bPrediction\u2014Used for Industries Einstein

- Bre\u2014Used for Business Rules Engine

- CustomLoyalty\u2014Used for Loyalty Management

- DefaultPricing\u2014Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

- Qualification\u2014Used for Industries Communications, Media, and Energy (CME)

- RecordAlert\u2014Used for Financial Services Cloud

- ShipAndDebit\u2014Used for Manufacturing Cloud

- TierProcessing\u2014Used for Loyalty Management

- TransactionJournal\u2014Used for Loyalty Management

- WarrantyClaim\u2014Used 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 POST\n\n[Expression Set Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_expression_set_output.htm)" }, "response": [ { "id": "cfd4cb92-b629-4020-9604-3ec21d2310ad", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cfd4cb92-b629-4020-9604-3ec21d2310ad" }, { "id": "b66bf51b-9f99-4fd1-bcb4-dd7923045f50", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b66bf51b-9f99-4fd1-bcb4-dd7923045f50" }, { "id": "09d3ee30-9fac-4c28-9660-70ddd32768e4", "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"contextDefinitions\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"usageType\": \"\",\n \"versions\": [\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n },\n {\n \"apiName\": \"\",\n \"enabled\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"showExplExternally\": \"\",\n \"startDate\": \"\",\n \"steps\": [\n \"\",\n \"\"\n ],\n \"variables\": [\n \"\",\n \"\"\n ],\n \"versionNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expression-set", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expression-set" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-09d3ee30-9fac-4c28-9660-70ddd32768e4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cf95bb07-a6df-41a5-9b1b-0ba0859d00f7" } ], "id": "212fbeb4-c3c6-493a-8348-75d9fe728fcd", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-212fbeb4-c3c6-493a-8348-75d9fe728fcd" }, { "name": "expressionset", "item": [ { "name": "{expressionSetAPIName}", "item": [ { "name": "Salesforce Expression Set Invocation", "id": "19009c5e-382a-4e80-b98a-45eff3811de6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expressionset/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expressionset", ":expressionSetAPIName" ], "variable": [ { "id": "1de06015-21e1-4788-9ce8-1ab595c4e3df", "key": "expressionSetAPIName", "value": "", "description": "(Required) The API name of an expression set is unique within your Salesforce instance." } ] }, "description": "[https://developer.salesforce.com/docs/atlas.en-us.246.0.industries_reference.meta/industries_reference/connect_resources_bre_expression_set.htm](https://developer.salesforce.com/docs/atlas.en-us.246.0.industries_reference.meta/industries_reference/connect_resources_bre_expression_set.htm)\n\n**WATCH OUT**: path **expressionSet** has no dash [gjeffcock@salesforce.com](https://gjeffcock@salesforce.com)\n\n# Expression Set Invocation (POST)\n\nInvokes expression sets in Business Rule Engine.Resource\n\n```\n/connect/business-rules/expressionSet/${expressionSetName}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/vXX.X/connect\n/business-rules/expressionSet/${expressionSetName}\n\n ```\n\nAvailable version\n\n55.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\n\nJSON example 1\n\n```\n{\n \"inputs\": [\n {\n \"age\": \"25\",\n \"state\": \"CA\"\n \"PatientId\":\"001xx000003GYjnAAG\"\n }\n \n ],\n \"options\": {\n \"effectiveDate\": \"2022-12-03T10:15:30Z\",\n \"useDatesOnly\": \"true\"\n }\n}\n\n ```\n\nJSON example 2\n\n```\n{\n \"inputs\": [\n {\n \"age\": \"25\",\n \"state\": \"CA\"\n \"PatientId\":\"001xx000003GYjnAAG\"\n \"__actionContextCode\":\"001xx000003GYjnAAG\" }\n \n ],\n \"options\": {\n \"effectiveDate\": \"2022-12-03T10:15:30Z\",\n \"useDatesOnly\": \"true\"\n }\n}\n\n ```\n\nNote\n\nYou can use more than one\u00a0actionContextCode\u00a0for multiple sets of inputs, passed in a single API call.\n\nProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| inputs | Map\\[\\] | List of inputs passed to an expression set. An input may contain multiple variables.

Note

If the expression set uses a field alias as a variable, append Id to the object alias to which the field alias belongs, and pass the ID of the source object linked to the object alias. | Required | 55.0 |\n| options | [Expression Set Options Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_options.htm) | The options for executing an expression set. | Optional | 55.0 |\n\nResponse body for POST\n\n[Business Rules Result](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_business_rules_result.htm)" }, "response": [ { "id": "401a28ac-063c-489c-904d-02a5198f8e32", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expressionset/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expressionset", ":expressionSetAPIName" ], "variable": [ { "key": "expressionSetAPIName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"aggregationResults\": {\n \"results\": {}\n },\n \"executionId\": \"\",\n \"outputs\": [\n {\n \"results\": {\n \"output\": \"\"\n }\n },\n {\n \"results\": {\n \"output\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-401a28ac-063c-489c-904d-02a5198f8e32" }, { "id": "16ed954f-ce4f-45b4-8a9e-06a3541bd8e8", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expressionset/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expressionset", ":expressionSetAPIName" ], "variable": [ { "key": "expressionSetAPIName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-16ed954f-ce4f-45b4-8a9e-06a3541bd8e8" }, { "id": "d12350f7-5855-43ef-9d04-a4e6bbe89dd7", "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/expressionset/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "expressionset", ":expressionSetAPIName" ], "variable": [ { "key": "expressionSetAPIName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d12350f7-5855-43ef-9d04-a4e6bbe89dd7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-19009c5e-382a-4e80-b98a-45eff3811de6" } ], "id": "224648ba-29e3-46a0-aec4-dec057a701ce", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-224648ba-29e3-46a0-aec4-dec057a701ce" } ], "id": "9130a2e2-c838-4739-8f48-0fb6b31e287e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9130a2e2-c838-4739-8f48-0fb6b31e287e" }, { "name": "decision-matrices", "item": [ { "name": "{matrixUniqueName}", "item": [ { "name": "Salesforce Lookup Table", "id": "2fceb8a1-7fac-417a-b344-774b7b114349", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-matrices/:matrixUniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-matrices", ":matrixUniqueName" ], "variable": [ { "id": "ed2e36a9-b3af-4d54-a89a-bf8a6f0f108f", "key": "matrixUniqueName", "value": "", "description": "(Required) The value of Unique Name is the unique identifier of the record, which is sourced from the name of a decision matrix." } ] }, "description": "# Decision Matrix (Lookup Table)\n\nPerforms a lookup on decision matrix rows based on the input values provided, and returns the row\u2019s output.Resource\n\n```\n/connect/business-rules/decision-matrices/${matrixName}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/vXX.X/connect\n/business-rules/decision-matrices/InsurancePremium\n\n ```\n\nAvailable version\n\n55.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\n\nJSON example\n\n```\n{\n \"inputs\": [\n {\n \"input\": [\n {\n \"name\": \"premium\",\n \"value\": \"2400\"\n }\n ]\n }\n ],\n \"options\": {\n \"effectiveDate\": \"2022-12-03T10:15:30Z\"\n }\n}\n\n ```\n\nHere, premium is a column header in the matrix, and 2400 is a value of a cell in the column.Properties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| inputs | [Decision Matrix Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_matrix_input.htm) | List of inputs passed to a decision matrix. An input may contain multiple variables. | Required | 55.0 |\n| options | [Decision Matrix Options Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_matrix_options.htm) | The lookup options for a decision matrix. | Optional | 55.0 |\n\nResponse body for POST\n\n[Decision Matrix Lookup Result](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_bre_decision_matrix_lookup_result.htm)" }, "response": [ { "id": "999e1bd8-7aed-4432-90e8-450b5a2719c4", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-matrices/:matrixUniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-matrices", ":matrixUniqueName" ], "variable": [ { "key": "matrixUniqueName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"outputs\": [\n {\n \"error\": \"\",\n \"results\": [\n \"\",\n \"\"\n ]\n },\n {\n \"error\": \"\",\n \"results\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-999e1bd8-7aed-4432-90e8-450b5a2719c4" }, { "id": "08e2c465-3bad-41d4-ad96-89b7bf013858", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-matrices/:matrixUniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-matrices", ":matrixUniqueName" ], "variable": [ { "key": "matrixUniqueName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08e2c465-3bad-41d4-ad96-89b7bf013858" }, { "id": "9a1641c8-c54e-4c29-892c-d3df4434fe35", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"input\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"options\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-matrices/:matrixUniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-matrices", ":matrixUniqueName" ], "variable": [ { "key": "matrixUniqueName" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "WWW-Authenticate", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a1641c8-c54e-4c29-892c-d3df4434fe35" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2fceb8a1-7fac-417a-b344-774b7b114349" } ], "id": "d0ccbbbc-b86b-4b8c-b41d-933a4de1bd3b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d0ccbbbc-b86b-4b8c-b41d-933a4de1bd3b" } ], "id": "a7709110-e131-47ce-b7d3-193286e1c9ee", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a7709110-e131-47ce-b7d3-193286e1c9ee" }, { "name": "decision-models", "item": [ { "name": "export", "item": [ { "name": "Salesforce Decision Model Notation Export", "id": "b0e960ce-5f04-4bb8-9388-f84abcb03a4a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"decisionModelEntityIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-models/export", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-models", "export" ] }, "description": "# Decision Model Notation Export (POST)\n\nExport decision matrix data to a file in the [DMN (Decision Model Notation)](https://www.omg.org/dmn/#:~:text=DMN%20is%20a%20modeling%20language,monitor%20their%20application;%20business%20analysts.) format, an easily readable format for business rules designed by Object Management Group.Resource\n\n```\n/connect/business-rules/decision-models/export\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-models/export\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\n\nJSON example\n\n```\n{\n \"decisionModelEntityIds\":[\n \u201c0lNRO00000004f72AA\u201d,\n \u201c0lNRO000000rfn27AA\u201d\n ]\n}\n\n ```\n\nProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| decisionModelEntityIds | String\\[\\] | A list of decision matrix version IDs to export data from. | Required | 58.0 |\n\nResponse body for POST\n\n[Decision Model Export Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_model_export_output.htm)\n\n# Decision Model Export Output\n\nOutput representation of a completed DMN (Decision Model Notation) export request.JSON example\n\n```\n{\n \"message\":\"OK\",\n \"success\":true,\n \"errors\":[\n {\n \"errorCode\":\"BAD_REQUEST\",\n \"errorMessage\":\"We couldn\u2019t find this record. Specify a valid ID for decisionModelEntityIds parameter.\",\n \"recordId\":\"0lNRO00000004fsdfAA\"\n }\n ]\n}\n\n ```\n\n| Property Name | Type | Description | Filter Group and Version | Available Version |\n| --- | --- | --- | --- | --- |\n| errors | [Decision Model Export Error](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_model_export_error.htm)\\[\\] | List of errors corresponding to a failed export request. | Small, 58.0 | 58.0 |\n| message | String | Response message from the completed export request. | Small, 58.0 | 58.0 |\n| success | Boolean | Indicates whether the export request was successful (true) or not (false). | Small, 58.0 | 58.0 |" }, "response": [ { "id": "a9389f5c-aafd-4ef0-bced-8b9c2f87d3e7", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"decisionModelEntityIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-models/export", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-models", "export" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"errorCode\": \"\",\n \"errorMessage\": \"\",\n \"recordId\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"errorMessage\": \"\",\n \"recordId\": \"\"\n }\n ],\n \"message\": \"\",\n \"success\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a9389f5c-aafd-4ef0-bced-8b9c2f87d3e7" }, { "id": "40087738-4eb7-4482-8bfc-eff11f8263c2", "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"decisionModelEntityIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-models/export", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-models", "export" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-40087738-4eb7-4482-8bfc-eff11f8263c2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b0e960ce-5f04-4bb8-9388-f84abcb03a4a" } ], "id": "2ef3a695-f6c3-43e5-820d-73e8623cecab", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-2ef3a695-f6c3-43e5-820d-73e8623cecab" } ], "id": "12a1a6d0-7be1-44a5-b1e5-ba2b6bf16bd3", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-12a1a6d0-7be1-44a5-b1e5-ba2b6bf16bd3" }, { "name": "decision-table", "item": [ { "name": "lookup", "item": [ { "name": "{decisionTableId}", "item": [ { "name": "Salesforce Invoke", "id": "92060636-f086-4b00-818a-ed0feee1fd83", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"datasetLinkName\": \"\",\n \"conditions\": [\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n },\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/lookup/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "lookup", ":decisionTableId" ], "variable": [ { "id": "f7729d28-9053-4c46-a071-eda2262ef7a0", "key": "decisionTableId", "value": "", "description": "(Required) Decision Table Id" } ] }, "description": "# Invoke Decision Tables\n\nInvoke a decision table by passing multiple input conditions within the same request.Resource\n\n```\n/connect/business-rules/decision-table/lookup/${decisionTableId}\n\n ```\n\nResource example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect\n/business-rules/decision-table/lookup/${0lDD2000000004NMAQ}\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\n\nJSON example\n\n```\n{\n \"datasetLinkName\" : \"transactionMapping\",\n \u201cconditions\u201d :[\n {\n \u201cconditionsList\u201d: [\n {\n \"fieldName\": \"Product__c\",\n \"value\": \"Nike\",\n \"operator\": \"Matches\" //Operator is optional\n },\n {\n \"fieldName\": \"Price__c\",\n \"value\": 1000,\n \"operator\": \"GreaterThan\"\n }\n ]\n },\n {\n \u201cconditionsList\u201d: [\n {\n \"fieldName\": \"Product__c\",\n \"value\": \"Adidas\",\n \"operator\": \"Matches\" //Operator is optional\n },\n {\n \"fieldName\": \"Price__c\",\n \"value\": 1500,\n \"operator\": \"GreaterThan\"\n }\n ]\n\n ```\n\nProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| conditions | [Decision Table Condition List](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_condition_list_input.htm) | The list of decision table conditions on which the decision table executes and provides outcomes. | Required | 58.0 |\n| datasetLinkName | String | The API name of the dataset link provided as an input for the decision table execution. | Optional | 58.0 |\n\nResponse body for POST\n\n[Decision Table Bulk Outcome](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_bulk_outcome.htm)\n\n# Decision Table Bulk Outcome\n\nOutput representation of the decision table bulk look-up.\n\n| Property Name | Type | Description | Filter Group and Version | Available Version |\n| --- | --- | --- | --- | --- |\n| outputs | [Decision Table Outcome](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_outcome.htm) | List of the output of the Decision Table bulk lookup. | Small, 58.0 | 58.0 |" }, "response": [ { "id": "d8efcf04-f6cb-4089-a9c2-060396639d56", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"datasetLinkName\": \"\",\n \"conditions\": [\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n },\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/lookup/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "lookup", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"outputs\": [\n {\n \"errorCode\": \"\",\n \"errorMessage\": \"\",\n \"outcomeList\": [\n \"\",\n \"\"\n ],\n \"outcomeType\": \"\",\n \"successStatus\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"errorMessage\": \"\",\n \"outcomeList\": [\n \"\",\n \"\"\n ],\n \"outcomeType\": \"\",\n \"successStatus\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d8efcf04-f6cb-4089-a9c2-060396639d56" }, { "id": "72f5ee7b-8ecc-4757-86f9-016851894a6a", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"datasetLinkName\": \"\",\n \"conditions\": [\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n },\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/lookup/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "lookup", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-72f5ee7b-8ecc-4757-86f9-016851894a6a" }, { "id": "eebfa021-accf-400e-9955-93a74814bae7", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"datasetLinkName\": \"\",\n \"conditions\": [\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n },\n {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\",\n \"operator\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/lookup/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "lookup", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-eebfa021-accf-400e-9955-93a74814bae7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-92060636-f086-4b00-818a-ed0feee1fd83" } ], "id": "b0ca67b9-4eea-4627-9b18-19055a122e9b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b0ca67b9-4eea-4627-9b18-19055a122e9b" } ], "id": "b743fbc6-953b-457b-8688-3023e76a2589", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b743fbc6-953b-457b-8688-3023e76a2589" }, { "name": "definitions", "item": [ { "name": "{decisionTableId}", "item": [ { "name": "Salesforce Get Table", "id": "75f9989f-0b16-45f8-a9dc-2d4107f3c6e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "id": "4b4a2edf-d79d-4750-b607-0815d229b278", "key": "decisionTableId", "value": "", "description": "(Required) Decision Table Id" } ] }, "description": "# Decision Table Definitions ( GET)\n\nGet details of a decision table definition.\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\nGET\n\nResponse body for GET\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 |" }, "response": [ { "id": "ebfa5e1f-ce2a-4bcc-942b-1af4792b5fcc", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"decisionTable\": {\n \"conditionCriteria\": \"\",\n \"conditionType\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"parameters\": [\n {\n \"fieldName\": \"\",\n \"isGroupByField\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"isGroupByField\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n }\n ],\n \"setupName\": \"\",\n \"sourceCriteria\": [\n \"\",\n \"\"\n ],\n \"sourceObject\": \"\",\n \"status\": \"\"\n },\n \"isSuccess\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ebfa5e1f-ce2a-4bcc-942b-1af4792b5fcc" }, { "id": "c48ddd18-9bb6-41c5-92bd-efc52ce6a588", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c48ddd18-9bb6-41c5-92bd-efc52ce6a588" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-75f9989f-0b16-45f8-a9dc-2d4107f3c6e7" }, { "name": "Salesforce Delete Table", "id": "67f4e9c2-e74c-4450-8226-2757430cf03a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "id": "4cecd26e-0671-43af-bce4-892f93090b05", "key": "decisionTableId", "value": "", "description": "(Required) Decision Table Id" } ] }, "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 |" }, "response": [ { "id": "fe447af8-9a90-4443-ac2f-c5db3557c15d", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fe447af8-9a90-4443-ac2f-c5db3557c15d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-67f4e9c2-e74c-4450-8226-2757430cf03a" }, { "name": "Salesforce Update Table", "id": "a4692297-8d41-414e-a1b3-1ffac3fe7521", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"setupName\": \"\",\n \"fullName\": \"\",\n \"description\": \"\",\n \"usageType\": \"\",\n \"sourceType\": \"\",\n \"sourceObject\": \"\",\n \"status\": \"\",\n \"decisionResultPolicy\": \"\",\n \"collectOperator\": \"\",\n \"conditionType\": \"\",\n \"conditionCriteria\": \"\",\n \"parameters\": [\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "id": "bfd13ded-b84f-4c7c-9f42-bdca692fad81", "key": "decisionTableId", "value": "", "description": "(Required) Decision Table Id" } ] }, "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 |" }, "response": [ { "id": "475e5045-4ec1-4087-a250-64e3120fc945", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"setupName\": \"\",\n \"fullName\": \"\",\n \"description\": \"\",\n \"usageType\": \"\",\n \"sourceType\": \"\",\n \"sourceObject\": \"\",\n \"status\": \"\",\n \"decisionResultPolicy\": \"\",\n \"collectOperator\": \"\",\n \"conditionType\": \"\",\n \"conditionCriteria\": \"\",\n \"parameters\": [\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"isSuccess\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-475e5045-4ec1-4087-a250-64e3120fc945" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a4692297-8d41-414e-a1b3-1ffac3fe7521" } ], "id": "fb36d64a-ce61-4dfa-b1c7-8c92a1695df8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fb36d64a-ce61-4dfa-b1c7-8c92a1695df8" }, { "name": "Salesforce Create Table", "id": "89410785-272b-4c29-b802-43b151821224", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"setupName\": \"\",\n \"fullName\": \"\",\n \"description\": \"\",\n \"sourceObject\": \"\",\n \"status\": \"\",\n \"conditionType\": \"\",\n \"conditionCriteria\": \"\",\n \"parameters\": [\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions" ] }, "description": "# 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\":\"Product Qualificiation eligibility\",\n \"fullName\":\"ProductQualificationEligibility\",\n \"description\":\"Eligiblity of Products using Qualification Rules\",\n \"usageType\":\"ProductEligibility\",\n \"sourceType\":\"SingleSobject\",\n \"sourceObject\":\"AccountFeed\",\n \"status\":\"Draft\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"collectOperator\":\"Count\",\n \"conditionType\":\"Any\",\n \"conditionCriteria\":\"1 OR 2 OR 3\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"1\"\n },\n {\n \"fieldName\":\"Id\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"2\"\n },\n {\n \"fieldName\":\"Title\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"3\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"usage\":\"OUTPUT\"\n }\n ]\n}\n\n ```\n\nJSON example for a multi-object source\n\n```\n{\n \"setupName\":\"Jumbo Pricing Definition\",\n \"fullName\":\"JumboPricingDefinition\",\n \"description\":\"Join all the DT definitions into one jumbo pricing definition\",\n \"usageType\":\"ProductEligibility\",\n \"type\":\"LowVolume\",\n \"sourceType\":\"MultipleSobjects\",\n \"sourceObject\":\"AccountFeed\",\n \"status\":\"Draft\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"collectOperator\":\"Count\",\n \"sourceconditionLogic\":\"1 AND 2 AND 3\",\n \"conditionType\":\"Any\",\n \"conditionCriteria\":\"1 OR 2 OR 3 OR 4 OR 5\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"1\",\n \"columnMapping\":\"IsDeleted\"\n },\n {\n \"fieldName\":\"Id\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"2\",\n \"columnMapping\":\"Id\"\n },\n {\n \"fieldName\":\"Title\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"3\",\n \"columnMapping\":\"Title\"\n },\n {\n \"fieldName\":\"OldvalNumber\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"4\",\n \"columnMapping\":\"AccountHistory.OldvalNumber\"\n },\n {\n \"fieldName\":\"OldvalString\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"5\",\n \"columnMapping\":\"AccountHistory.OldvalString\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"CreatedById\"\n },\n {\n \"fieldName\":\"NewvalNumber\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"AccountHistory.NewvalNumber\"\n },\n {\n \"fieldName\":\"NewvalString\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"AccountHistory.NewvalString\"\n }\n ]\n \"sourceCriteria\":[\n {\n \"sourceFieldName\":\"OldvalString\",\n \"value\":\"5\",\n \"operator\":\"Equals\",\n \"valueType\":\"Parameter\",\n \"sequenceNumber\":\"1\"\n }\n ]\n}\n\n ```\n\nRequest body for POSTProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| collectOperator | String | Operator to apply a filter to outputs. Possible values are:

\\- Count

\\- Maximum

\\- Minimum

\\- None

\\- Sum | Optional | 58.0 |\n| conditionCriteria | String | Custom logic applied on the decision table columns to decide how the input fields are processed. | Optional

Required when the condition type is Custom. | 58.0 |\n| conditionType | String | Condition logic for input fields. Possible values are:

\\- All

\\- Any

\\- Custom | Optional | 58.0 |\n| description | String | Description of the decision table. | Optional | 58.0 |\n| decisionResultPolicy | String | Results policy to filter results of the decision table. Possible values are:

\\- AnyValue

\\- CollectOperator

\\- FirstMatch

\\- OutputOrder

\\- Priority

\\- RuleOrder

\\- UniqueValues | Optional | |\n| fullName | String | Unique name of the rule definition. | Required | 58.0 |\n| isSetCollectOperator | Boolean | For internal use only.

Indicates whether the collectOperator is enabled (true) or not (false). | Optional | 58.0 |\n| isSetConditionCriteria | Boolean | For internal use only.

Indicates whether the conditionCriteria field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetConditionType | Boolean | For internal use only.

Indicates whether the conditionType field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetDescription | Boolean | For internal use only.

Indicates whether the description field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetDecisionResultPolicy | Boolean | For internal use only.

Indicates whether the DecisionResultPolicy field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetFullName | Boolean | For internal use only.

Indicates whether the FullName field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetParameters | Boolean | For internal use only. Indicates whether the parameters field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSetupName | Boolean | For internal use only.

Indicates whether the setupName field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceconditionLogic | Boolean | For internal use only.

Indicates whether the sourceConditionLogic field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceCriteria | Boolean | For internal use only.

Indicates whether the sourceCriteria field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceObject | Boolean | For internal use only.

Indicates whether the sourceObject field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceType | Boolean | For internal use only.

Indicates whether the sourceType is enabled (true) or not (false). | Optional | 58.0 |\n| isSetType | Boolean | For internal use only.

Indicates whether the type field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetUsageType | Boolean | For internal use only.

Indicates whether the UsageType field is enabled (true) or not (false). | Optional | 58.0 |\n| parameters | [Decision Table Parameter Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_parameter_input.htm)\\[\\] | Array of input and output fields for the decision table. | Optional | 58.0 |\n| setupName | String | Name of the decision table. | Required | 58.0 |\n| sourceconditionLogic | String | Custom logic to filter the decision table rows. | Optional | 58.0 |\n| sourceCriteria | [Decision Table Source Criteria Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_source_criteria_input.htm)\\[\\] | Output array representation of source filters for the decision table rows, such as, fieldName, operators, valueType, and more. | Optional | 58.0 |\n| sourceObject | String | Object containing business rules for the decision table to read. | Required | 58.0 |\n| sourceType | String | Type of source to obtain decision table data. Possible values are:

\\- CsvUpload

\\- MultipleSobjects

\\- SingleSobject | Required | 58.0 |\n| status | String | Status of the decision table. Possible values are:

\\- ActivationInProgress

\\- ActivationInProgress

\\- Draft

\\- Inactive | Required | 58.0 |\n| type | String | Type of the decision table. Possible values are:

\\- HighVolume

\\- LowVolume | Optional | 58.0 |\n| usageType | String | Process type that uses the decision table. Possible values are:

\\- Pricing

\\- ProductEligibility | Optional | 58.0 |\n\nResponse body for POST\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 |" }, "response": [ { "id": "79601587-581b-4cbc-b7da-0e2e3e6b0221", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"setupName\": \"\",\n \"fullName\": \"\",\n \"description\": \"\",\n \"sourceObject\": \"\",\n \"status\": \"\",\n \"conditionType\": \"\",\n \"conditionCriteria\": \"\",\n \"parameters\": [\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"usage\": \"\",\n \"operator\": \"\",\n \"sequence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/definitions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", "definitions" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"decisionTable\": {\n \"id\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"sourceCriteria\": [\n \"\",\n \"\"\n ]\n },\n \"isSuccess\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-79601587-581b-4cbc-b7da-0e2e3e6b0221" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-89410785-272b-4c29-b802-43b151821224" } ], "id": "e3892873-af86-4129-b125-cb5f85977786", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e3892873-af86-4129-b125-cb5f85977786" }, { "name": "{decisionTableId}", "item": [ { "name": "Salesforce Lookup Table", "id": "78eafa65-4c60-41ea-90b6-eb48bc8d2949", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", ":decisionTableId" ], "variable": [ { "id": "6e41d780-2e2c-4b61-967c-d7ed91f86833", "key": "decisionTableId", "value": "", "description": "(Required) Decision Table Id" } ] }, "description": "# Decision Table (Lookup Table)\n\nPerforms a lookup on a decision table.Resource\n\n```\n/connect/business-rules/decision-table/${decisionTableId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v55.0/connect\n/decision-table/0lDB0000000TNQzMAO\n\n ```\n\nAvailable version\n\n55.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nRequest body for POST\n\nJSON example\n\n```\n{\n \"conditions\" : {\n \"conditionsList\" : [\n {\n \"fieldName\": \"state__c\",\n \"value\": \"MH\"\n },\n {\n \"fieldName\": \"validity__c\",\n \"value\": 30\n }\n ]\n }\n}\n\n ```\n\nProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| conditions | [Decision Table Condition](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_condition.htm)\\[\\] | The list of decision table conditions on which the decision table executes and provides outcomes. | Required | 55.0 |\n| datasetLinkName | String | The API name of the dataset link provided as an input for the decision table execution. | Optional | 55.0 |\n\nResponse body for POST\n\n[Decision Table Outcome](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_outcome.htm)\n\n# Decision Table Outcome\n\nOutput representation of the decision table execution.JSON example\n\n```\n{\n \"errorCode\" : null,\n \"errorMessage\" : null,\n \"outcomeList\" : [ {\n \"values\" : {\n \"amount__c\" : \"399\",\n \"Name\" : \"MH 005\"\n }\n }, {\n \"values\" : {\n \"amount__c\" : \"499\",\n \"Name\" : \"MH 006\"\n }\n }, {\n \"values\" : {\n \"amount__c\" : \"379\",\n \"Name\" : \"MH 007\"\n }\n }, {\n \"values\" : {\n \"amount__c\" : \"1498\",\n \"Name\" : \"MH 008\"\n }\n }, {\n \"values\" : {\n \"amount__c\" : \"98\",\n \"Name\" : \"MH 009\"\n }\n }, {\n \"values\" : {\n \"amount__c\" : \"251\",\n \"Name\" : \"MH 010\"\n }\n } ],\n \"outcomeType\" : \"Multiple Matches\",\n \"successStatus\" : true\n}\n\n ```\n\n| Property Name | Type | Description | Filter Group and Version | Available Version |\n| --- | --- | --- | --- | --- |\n| errorCode | Integer | The error code if transaction fails for any reason. | Small, 55.0 | 55.0 |\n| errorMessage | String | The error message if transaction fails for any reason. | Small, 55.0 | 55.0 |\n| outcomeList | [Decision Table Outcome Item](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_outcome_item.htm)\\[\\] | Outcome list that stores two or more outcomes provided by the decision table. | Small, 55.0 | 55.0 |\n| outcomeType | String | The outcome type after the request is successful. | Small, 55.0 | 55.0 |\n| successStatus | Boolean | Indicates the status of the decision table execution. | Small, 55.0 | 55.0 |" }, "response": [ { "id": "458de372-a1cc-4e43-8be8-1122d70078b8", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"errorMessage\": \"\",\n \"outcomeList\": [\n \"\",\n \"\"\n ],\n \"outcomeType\": \"\",\n \"successStatus\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-458de372-a1cc-4e43-8be8-1122d70078b8" }, { "id": "40616893-e1c0-44fc-a36f-173c6a1370db", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-40616893-e1c0-44fc-a36f-173c6a1370db" }, { "id": "d0fb94b5-30db-4e35-a4a4-c292206d3b97", "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": {\n \"conditionsList\": [\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/business-rules/decision-table/:decisionTableId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "decision-table", ":decisionTableId" ], "variable": [ { "key": "decisionTableId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n },\n {\n \"message\": \"\",\n \"errorCode\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d0fb94b5-30db-4e35-a4a4-c292206d3b97" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-78eafa65-4c60-41ea-90b6-eb48bc8d2949" } ], "id": "48280067-a3ad-43e4-bba2-693efc40a7b8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-48280067-a3ad-43e4-bba2-693efc40a7b8" } ], "id": "510f205d-31bc-48be-9519-7386daa31c3a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-510f205d-31bc-48be-9519-7386daa31c3a" }, { "name": "lookup-tables", "item": [ { "name": "Salesforce Retrieve Lookup Tables", "id": "09020e85-7e6c-4fa6-8871-726a432d9255", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/lookup-tables?searchKey=&usageType=&lookupTypes=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "lookup-tables" ], "query": [ { "description": "(Required) ", "key": "searchKey", "value": "" }, { "description": "(Required) ", "key": "usageType", "value": "" }, { "description": "(Required) Optional: Type of lookup table. Valid values are: DecisionMatrix, DecisionTable", "key": "lookupTypes", "value": "" } ] }, "description": "# Lookup Tables (GET)\n\nRetrieve lookup tables.Resource\n\n```\n/connect/business-rules/lookup-tables\n\n ```\n\nResource example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/lookup-tables?searchKey=D&usageType=Bre&lookupTypes=DecisionTable,DecisionMatrix\n\n ```\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/lookup-tables?searchKey=D&usageType=Bre\n\n ```\n\nAvailable version59.0Requires ChatterNoHTTP methodsGETRequest parameters for GET\n\n| Parameter Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| lookupTypes | String | Type of lookup table. Valid values are:

- DecisionMatrix

- DecisionTable | Optional | 59.0 |\n| searchKey | String | The search text entered by the user to retrieve a list of lookup tables. | Required | 59.0 |\n| usageType | String | Usage type of the lookup table. Valid values are:

- AiAccelerator\u200bSubscriberChurn\u200bPrediction\u2014Used for Industries Einstein

- Bre\u2014Used for Business Rules Engine

- CustomLoyalty\u2014Used for Loyalty Management

- DefaultPricing\u2014Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud

- Qualification\u2014Used for Industries Communications, Media, and Energy (CME)

- RecordAlert\u2014Used for Financial Services Cloud

- ShipAndDebit\u2014Used for Manufacturing Cloud

- TierProcessing\u2014Used for Loyalty Management

- TransactionJournal\u2014Used for Loyalty Management

- WarrantyClaim\u2014Used for Manufacturing Cloud | Required | 59.0 |\n\nResponse body for GET[Lookup Tables Result List](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_lookup_tables_result_list.htm)" }, "response": [ { "id": "4aee7f85-c27f-48ed-aa57-4f29bcc3f271", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/business-rules/lookup-tables?searchKey=&usageType=&lookupTypes=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "business-rules", "lookup-tables" ], "query": [ { "description": "(Required) ", "key": "searchKey", "value": "" }, { "description": "(Required) ", "key": "usageType", "value": "" }, { "description": "(Required) Optional: Type of lookup table. Valid values are: DecisionMatrix, DecisionTable", "key": "lookupTypes", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4aee7f85-c27f-48ed-aa57-4f29bcc3f271" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-09020e85-7e6c-4fa6-8871-726a432d9255" } ], "id": "1dc0caae-8ca3-447b-b4d5-05a4a5a206e1", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1dc0caae-8ca3-447b-b4d5-05a4a5a206e1" } ], "id": "cb3ab768-40d0-4eb2-af83-cdacf8d312bf", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-cb3ab768-40d0-4eb2-af83-cdacf8d312bf" }, { "name": "fundraising", "item": [ { "name": "gifts", "item": [ { "name": "Salesforce Create Gifts", "id": "3c902b85-3d9c-4c31-a183-10f50b2ee488", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"gifts\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/gifts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "gifts" ] }, "description": "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 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" }, "response": [ { "id": "00ac1ab2-5ff3-4148-8764-0f2e045c587d", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"gifts\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/gifts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "gifts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransactiondesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ]\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransactiondesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ]\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-00ac1ab2-5ff3-4148-8764-0f2e045c587d" }, { "id": "222fab6a-b5df-4a8c-a6fc-f75294e1bc9c", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"gifts\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/gifts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "gifts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-222fab6a-b5df-4a8c-a6fc-f75294e1bc9c" }, { "id": "71647b1d-595c-4566-ae2b-b7b1adc88147", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"gifts\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"commitmentId\": \"\",\n \"paymentIdentifier\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\",\n \"amount\": \"\"\n }\n ],\n \"giftTransactionCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/gifts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "gifts" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransactiondesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ]\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"gifttransactiondesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ]\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-71647b1d-595c-4566-ae2b-b7b1adc88147" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3c902b85-3d9c-4c31-a183-10f50b2ee488" } ], "id": "dcee73a4-1a6b-442c-be87-fb0daa9a04e6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-dcee73a4-1a6b-442c-be87-fb0daa9a04e6" }, { "name": "transactions", "item": [ { "name": "payment-updates", "item": [ { "name": "Salesforce Update Gift Transaction Payments", "id": "dca41b65-2afb-4eee-9aa0-8f6ec129d235", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n },\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/transactions/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "transactions", "payment-updates" ] }, "description": "Update the gateway and processor metadata for gift transactions.\n\n## Required Attributes:\n\n- giftTransactionId\n \n- transactionStatus" }, "response": [ { "id": "1cbefcdf-3b47-4695-8b42-a2fb8f417d41", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n },\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/transactions/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "transactions", "payment-updates" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1cbefcdf-3b47-4695-8b42-a2fb8f417d41" }, { "id": "f87cd290-d897-4247-95a3-9a6d33097e1a", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n },\n {\n \"giftTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\",\n \"processorTransactionFee\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"donorCoverAmount\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/transactions/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "transactions", "payment-updates" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f87cd290-d897-4247-95a3-9a6d33097e1a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dca41b65-2afb-4eee-9aa0-8f6ec129d235" } ], "id": "a41ef2d6-b6df-48f0-bbed-c3f8b82ed619", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a41ef2d6-b6df-48f0-bbed-c3f8b82ed619" } ], "id": "a3a0b015-baac-461d-bf74-c27bf585cbfb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a3a0b015-baac-461d-bf74-c27bf585cbfb" }, { "name": "commitments", "item": [ { "name": "{commitmentId}", "item": [ { "name": "Salesforce Update Commitments", "id": "5c1633c9-def4-40c4-aa4c-153768609d24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/:commitmentId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", ":commitmentId" ], "variable": [ { "id": "3efa1408-adef-4d1a-8430-aaaf2c5d61bd", "key": "commitmentId", "value": "", "description": "(Required) " } ] }, "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" }, "response": [ { "id": "684e1590-b80e-4a06-bf91-94d9f2541cdc", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/:commitmentId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", ":commitmentId" ], "variable": [ { "key": "commitmentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitmentschedule\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-684e1590-b80e-4a06-bf91-94d9f2541cdc" }, { "id": "c4354c43-6ce4-4992-bada-6e141f5a6c18", "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"organizationName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/:commitmentId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", ":commitmentId" ], "variable": [ { "key": "commitmentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c4354c43-6ce4-4992-bada-6e141f5a6c18" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5c1633c9-def4-40c4-aa4c-153768609d24" } ], "id": "1f7153c5-83d1-4727-8514-f0e21f71b39c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1f7153c5-83d1-4727-8514-f0e21f71b39c" }, { "name": "payment-updates", "item": [ { "name": "Salesforce Update Commitment Payments", "id": "f6e16c9b-e56d-4ea9-81c1-0cc97668e6e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n },\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", "payment-updates" ] }, "description": "Update the future payment instrument metadata for active gift commitments.\n\n## Required Attributes:\n\n- giftCommitmentId\n \n- paymentInstrument.type" }, "response": [ { "id": "f9b1cb63-8def-4be3-8a73-dfbffb3ed029", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n },\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", "payment-updates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f9b1cb63-8def-4be3-8a73-dfbffb3ed029" }, { "id": "ca13f273-4f82-4d78-93aa-60d9f631a919", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n },\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", "payment-updates" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"errors\": {\n \"field\": \"\",\n \"message\": \"\"\n },\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"errors\": {\n \"field\": \"\",\n \"message\": \"\"\n },\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ca13f273-4f82-4d78-93aa-60d9f631a919" }, { "id": "ddcd70d4-35c9-45b0-8114-6a24fb080bca", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"updates\": [\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n },\n {\n \"giftCommitmentId\": \"\",\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments/payment-updates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments", "payment-updates" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ddcd70d4-35c9-45b0-8114-6a24fb080bca" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f6e16c9b-e56d-4ea9-81c1-0cc97668e6e9" } ], "id": "11de8980-a4dd-4f14-b42a-7c3f16013695", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-11de8980-a4dd-4f14-b42a-7c3f16013695" }, { "name": "Salesforce Create Commitments", "id": "2efc0f2e-37ee-483a-af1e-3b1be4b55ba2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"commitments\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments" ] }, "description": "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 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 wit 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- Date - YYYY-MM-DD\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- 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- Do not include an empty collection or an empty fieldName in the request body" }, "response": [ { "id": "7ebccacc-86a4-4353-9f3c-06ba7e668245", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"commitments\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitmentschedule\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftdefaultdesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ],\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitmentschedule\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftdefaultdesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ],\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7ebccacc-86a4-4353-9f3c-06ba7e668245" }, { "id": "f63b2894-a6c4-47f6-a8e5-492b17fb74cc", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"commitments\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f63b2894-a6c4-47f6-a8e5-492b17fb74cc" }, { "id": "2ac52a9b-6729-490d-919f-be4951018af8", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processingOptions\": {\n \"donorOptions\": {\n \"defaultUpdateLogic\": \"\"\n }\n },\n \"commitments\": [\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n {\n \"amount\": \"\",\n \"currencyIsoCode\": \"\",\n \"transactionPeriod\": \"\",\n \"transactionInterval\": \"\",\n \"transactionDay\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"campaign\": {\n \"id\": \"\"\n },\n \"outreachSourceCode\": {\n \"id\": \"\",\n \"sourceCode\": \"\"\n },\n \"donor\": {\n \"donorType\": \"\",\n \"id\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": [\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n },\n {\n \"addressType\": \"\",\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\"\n }\n ],\n \"accountCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n },\n \"paymentInstrument\": {\n \"type\": \"\",\n \"accountHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"last4\": \"\",\n \"cardBrand\": \"\",\n \"bankName\": \"\",\n \"digitalWalletProvider\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountType\": \"\",\n \"bankAccountNumber\": \"\",\n \"bankCode\": \"\",\n \"gatewayName\": \"\",\n \"processorName\": \"\",\n \"processorPaymentReference\": \"\",\n \"gatewayReference\": \"\"\n },\n \"designations\": [\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n },\n {\n \"designationId\": \"\",\n \"percent\": \"\"\n }\n ],\n \"firstTransaction\": {\n \"amount\": \"\",\n \"receivedDate\": \"\",\n \"donorCoverAmount\": \"\",\n \"transactionStatus\": \"\",\n \"gatewayTransactionFee\": \"\",\n \"processorTransactionFee\": \"\",\n \"processorReference\": \"\",\n \"gatewayReference\": \"\",\n \"lastGatewayResponseCode\": \"\",\n \"lastGatewayErrorMessage\": \"\",\n \"lastGatewayProcessedDateTime\": \"\"\n },\n \"giftCommitmentCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ],\n \"giftCommitmentScheduleCustomFields\": [\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n },\n {\n \"fieldName\": \"\",\n \"fieldValue\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/fundraising/commitments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "fundraising", "commitments" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"successes\": \"\",\n \"failures\": \"\",\n \"notProcessed\": \"\",\n \"details\": [\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitmentschedule\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftdefaultdesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ],\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n },\n {\n \"success\": \"\",\n \"links\": {\n \"giftcommitment\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftcommitmentschedule\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"giftdefaultdesignation\": [\n {\n \"href\": \"\",\n \"id\": \"\"\n },\n {\n \"href\": \"\",\n \"id\": \"\"\n }\n ],\n \"gifttransaction\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"paymentinstrument\": {\n \"href\": \"\",\n \"id\": \"\"\n },\n \"account\": {\n \"href\": \"\",\n \"id\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2ac52a9b-6729-490d-919f-be4951018af8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2efc0f2e-37ee-483a-af1e-3b1be4b55ba2" } ], "id": "3ec71bb7-598f-4793-bc75-e4ac9670475e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3ec71bb7-598f-4793-bc75-e4ac9670475e" } ], "id": "76364197-73b5-413b-a895-37569d4dc7e7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-76364197-73b5-413b-a895-37569d4dc7e7" }, { "name": "conversation", "item": [ { "name": "{conversationIdentifier}", "item": [ { "name": "entries", "item": [ { "name": "Salesforce Get Conversation Entries", "id": "633dbdac-a3e0-4d07-9523-95003fb6f5c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/conversation/:conversationIdentifier/entries", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "conversation", ":conversationIdentifier", "entries" ], "variable": [ { "id": "7077c6d0-2e45-4ff0-a774-e932e2d32f9e", "key": "conversationIdentifier", "value": "", "description": "(Required) Conversation identifier UUID" } ] }, "description": "Gets in-app messaging conversation entries.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_conversation_entries.htm" }, "response": [ { "id": "c74f53d1-a7bf-4028-8c5e-040dd6dc9d9e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/conversation/:conversationIdentifier/entries", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "conversation", ":conversationIdentifier", "entries" ], "variable": [ { "key": "conversationIdentifier" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Server", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Edge-Cache", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"conversationEntries\": [\n {\n \"clientDuration\": \"\",\n \"clientTimestamp\": \"\",\n \"identifier\": \"\",\n \"messageText\": \"\",\n \"relatedRecords\": [\n \"\",\n \"\"\n ],\n \"sender\": {\n \"appType\": \"\",\n \"role\": \"\",\n \"subject\": \"\"\n },\n \"serverReceivedTimestamp\": \"\"\n },\n {\n \"clientDuration\": \"\",\n \"clientTimestamp\": \"\",\n \"identifier\": \"\",\n \"messageText\": \"\",\n \"relatedRecords\": [\n \"\",\n \"\"\n ],\n \"sender\": {\n \"appType\": \"\",\n \"role\": \"\",\n \"subject\": \"\"\n },\n \"serverReceivedTimestamp\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c74f53d1-a7bf-4028-8c5e-040dd6dc9d9e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-633dbdac-a3e0-4d07-9523-95003fb6f5c6" } ], "id": "8086de27-c92d-428d-846d-7a7cb45e2fda", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8086de27-c92d-428d-846d-7a7cb45e2fda" } ], "id": "df667c73-b9f1-4dfe-9a9d-4bb70301ca32", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-df667c73-b9f1-4dfe-9a9d-4bb70301ca32" } ], "id": "4263a19c-5502-4023-b606-5c83cdcac633", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4263a19c-5502-4023-b606-5c83cdcac633" }, { "name": "loyalty", "item": [ { "name": "member", "item": [ { "name": "{memberId}", "item": [ { "name": "memberbenefits", "item": [ { "name": "Salesforce Member Benefits", "id": "543859d6-3b2b-4943-9b29-1ce089105010", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/connect/loyalty/member/:memberId/memberbenefits", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "member", ":memberId", "memberbenefits" ], "variable": [ { "id": "32ba8f03-9e91-44ee-a40e-8e21b4ad9d37", "key": "memberId", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_member_benefits.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_member_benefits.htm)" }, "response": [ { "id": "d4e618ea-f5bd-471b-93b0-3d036ac55213", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/connect/loyalty/member/:memberId/memberbenefits", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "member", ":memberId", "memberbenefits" ], "variable": [ { "key": "memberId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"memberBenefits\": [\n {\n \"benefitId\": \"\",\n \"benefitName\": \"\",\n \"benefitTypeId\": \"\",\n \"benefitTypeName\": \"\",\n \"createdRecordId\": \"\",\n \"createdRecordName\": \"\",\n \"description\": \"\",\n \"endDate\": \"\",\n \"isActive\": \"\",\n \"memberBenefitStatus\": \"\",\n \"startDate\": \"\"\n },\n {\n \"benefitId\": \"\",\n \"benefitName\": \"\",\n \"benefitTypeId\": \"\",\n \"benefitTypeName\": \"\",\n \"createdRecordId\": \"\",\n \"createdRecordName\": \"\",\n \"description\": \"\",\n \"endDate\": \"\",\n \"isActive\": \"\",\n \"memberBenefitStatus\": \"\",\n \"startDate\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d4e618ea-f5bd-471b-93b0-3d036ac55213" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-543859d6-3b2b-4943-9b29-1ce089105010" } ], "id": "26a1a276-ad3d-4262-b5df-ba4b3398ed39", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-26a1a276-ad3d-4262-b5df-ba4b3398ed39" } ], "id": "fa8fccf9-3ba8-4be0-a113-a52bb3bef3e0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fa8fccf9-3ba8-4be0-a113-a52bb3bef3e0" } ], "id": "adf1da9d-472a-4495-9d40-cde975e5448d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-adf1da9d-472a-4495-9d40-cde975e5448d" }, { "name": "programs", "item": [ { "name": "{loyaltyProgramName}", "item": [ { "name": "transaction-history", "item": [ { "name": "Salesforce Transaction History", "id": "24e151a0-063c-4cea-a0db-b77d29f00e22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"membershipNumber\": \"\",\n \"journalType\": \"\",\n \"journalSubType\": \"\",\n \"periodStartDate\": \"\",\n \"periodEndDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/loyalty/programs/:loyaltyProgramName/transaction-history?page=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "programs", ":loyaltyProgramName", "transaction-history" ], "query": [ { "description": "(Required) ", "key": "page", "value": "" } ], "variable": [ { "id": "3b6302cc-3422-4f98-b2a1-4f186974799b", "key": "loyaltyProgramName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_transaction_history.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_transaction_history.htm)" }, "response": [ { "id": "91a5ba9a-8ba1-4b60-a5fb-7e0789c2a751", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"membershipNumber\": \"\",\n \"journalType\": \"\",\n \"journalSubType\": \"\",\n \"periodStartDate\": \"\",\n \"periodEndDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/loyalty/programs/:loyaltyProgramName/transaction-history?page=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "programs", ":loyaltyProgramName", "transaction-history" ], "query": [ { "description": "(Required) ", "key": "page", "value": "" } ], "variable": [ { "key": "loyaltyProgramName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": \"\",\n \"totalCount\": \"\",\n \"transactionJournals\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-91a5ba9a-8ba1-4b60-a5fb-7e0789c2a751" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-24e151a0-063c-4cea-a0db-b77d29f00e22" } ], "id": "239c4d8f-b26c-4ad0-83bf-10113a35731e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-239c4d8f-b26c-4ad0-83bf-10113a35731e" }, { "name": "program-processes", "item": [ { "name": "{processName}", "item": [ { "name": "Salesforce Cancel a Voucher", "id": "c1a1001c-8552-42ff-8003-fbdf4a8b7db1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"processParameters\": [\n {\n \"MemberId\": \"\",\n \"VoucherId\": \"\"\n },\n {\n \"MemberId\": \"\",\n \"VoucherId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/loyalty/programs/:loyaltyProgramName/program-processes/:processName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "programs", ":loyaltyProgramName", "program-processes", ":processName" ], "variable": [ { "id": "f4a81473-acee-464c-8dd1-791551672f9b", "key": "loyaltyProgramName", "value": "", "description": "(Required) " }, { "id": "c894b7ce-8137-4753-b9af-37940ae0e9af", "key": "processName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_cancel_voucher.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_cancel_voucher.htm)\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "4015523c-1a19-40d3-8e3c-fe2b1d46b3de", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processParameters\": [\n {\n \"MemberId\": \"\",\n \"VoucherId\": \"\"\n },\n {\n \"MemberId\": \"\",\n \"VoucherId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/loyalty/programs/:loyaltyProgramName/program-processes/:processName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "loyalty", "programs", ":loyaltyProgramName", "program-processes", ":processName" ], "variable": [ { "key": "loyaltyProgramName" }, { "key": "processName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4015523c-1a19-40d3-8e3c-fe2b1d46b3de" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c1a1001c-8552-42ff-8003-fbdf4a8b7db1" } ], "id": "abc5bfc3-ea45-44e6-97f4-6c08ddc9b2f5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-abc5bfc3-ea45-44e6-97f4-6c08ddc9b2f5" } ], "id": "b48da9de-2e45-4101-ae8c-1788c3563874", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b48da9de-2e45-4101-ae8c-1788c3563874" } ], "id": "ab3cfeb8-0043-47fa-a266-ddebd91e52fc", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ab3cfeb8-0043-47fa-a266-ddebd91e52fc" } ], "id": "c5678bb8-63dd-4f6e-bb1d-73b16c53ae64", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c5678bb8-63dd-4f6e-bb1d-73b16c53ae64" } ], "id": "e16d76f8-0e0c-49ca-b0b8-699733099c74", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e16d76f8-0e0c-49ca-b0b8-699733099c74" }, { "name": "realtime", "item": [ { "name": "loyalty", "item": [ { "name": "programs", "item": [ { "name": "{loyaltyProgramName}", "item": [ { "name": "Salesforce Transaction Journals Execution", "id": "a4dee833-c2e1-45bd-b40c-bcd8bf1e5d34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transactionJournals\": [\n {\n \"ActivityDate\": \"\",\n \"JournalTypeId\": \"\",\n \"LoyaltyProgramId\": \"\",\n \"MemberId\": \"\",\n \"Status\": \"\",\n \"appliedPromotions\": [\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n },\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"ActivityDate\": \"\",\n \"JournalTypeId\": \"\",\n \"LoyaltyProgramId\": \"\",\n \"MemberId\": \"\",\n \"Status\": \"\",\n \"appliedPromotions\": [\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n },\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/realtime/loyalty/programs/:loyaltyProgramName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "realtime", "loyalty", "programs", ":loyaltyProgramName" ], "variable": [ { "id": "edd82615-900f-4cd5-ae42-b9019c1305c4", "key": "loyaltyProgramName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_loyalty_program_realtime.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_loyalty_program_realtime.htm)" }, "response": [ { "id": "402d5d11-9ce1-4a59-abba-6132181b570d", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"transactionJournals\": [\n {\n \"ActivityDate\": \"\",\n \"JournalTypeId\": \"\",\n \"LoyaltyProgramId\": \"\",\n \"MemberId\": \"\",\n \"Status\": \"\",\n \"appliedPromotions\": [\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n },\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"ActivityDate\": \"\",\n \"JournalTypeId\": \"\",\n \"LoyaltyProgramId\": \"\",\n \"MemberId\": \"\",\n \"Status\": \"\",\n \"appliedPromotions\": [\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n },\n {\n \"promotionId\": \"\",\n \"rewards\": [\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n },\n {\n \"rewardType\": \"\",\n \"discountAmount\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"points\": \"\",\n \"relatedInformation\": \"\",\n \"notes\": \"\",\n \"voucherDefinitionName\": \"\",\n \"voucherExpirationDate\": \"\",\n \"voucherEffectiveDate\": \"\",\n \"loyaltyProgramBadgeName\": \"\",\n \"memberBadgeStatus\": \"\",\n \"badgeValidityEndDate\": \"\",\n \"reason\": \"\",\n \"gameDefinitionName\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/connect/realtime/loyalty/programs/:loyaltyProgramName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "connect", "realtime", "loyalty", "programs", ":loyaltyProgramName" ], "variable": [ { "key": "loyaltyProgramName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-402d5d11-9ce1-4a59-abba-6132181b570d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a4dee833-c2e1-45bd-b40c-bcd8bf1e5d34" } ], "id": "f4179e2c-88ea-47df-9ab9-052beb0d98c5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f4179e2c-88ea-47df-9ab9-052beb0d98c5" } ], "id": "87243bef-d7d8-4fa8-8c94-4f5075d21a80", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-87243bef-d7d8-4fa8-8c94-4f5075d21a80" } ], "id": "584183cf-6b43-49e3-9940-00bfb7c74b5f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-584183cf-6b43-49e3-9940-00bfb7c74b5f" } ], "id": "f30c6c85-9120-4ba2-8eb4-c46c356e656b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f30c6c85-9120-4ba2-8eb4-c46c356e656b" } ], "id": "5be0d3ff-db1c-44dc-bc87-ce2609105142", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5be0d3ff-db1c-44dc-bc87-ce2609105142" }, { "name": "named-credentials", "item": [ { "name": "credential", "item": [ { "name": "Salesforce Get Credential", "id": "5eed70b8-fa9a-4a6a-b0b7-83b8c23bfbdc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/credential?externalCredential=&principalName=&principalType=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ], "query": [ { "description": "(Required) Fully qualified developer name of the external credential.", "key": "externalCredential", "value": "" }, { "description": "(Required) Name of the external credential named principal.", "key": "principalName", "value": "" }, { "description": "(Required) Type of credential principal. Values are:\n* AwsStsPrincipal\n* NamedPrincipal\n* PerUserPrincipal", "key": "principalType", "value": "" } ] }, "description": "Get a credential." }, "response": [ { "id": "9f19d109-ab9f-496a-a789-604880b75c75", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/credential?externalCredential=&principalName=&principalType=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ], "query": [ { "description": "(Required) Fully qualified developer name of the external credential.", "key": "externalCredential", "value": "" }, { "description": "(Required) Name of the external credential named principal.", "key": "principalName", "value": "" }, { "description": "(Required) Type of credential principal. Values are:\n* AwsStsPrincipal\n* NamedPrincipal\n* PerUserPrincipal", "key": "principalType", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"authenticationProtocol\": \"\",\n \"authenticationProtocolVariant\": \"\",\n \"authenticationStatus\": \"\",\n \"credentials\": {},\n \"externalCredential\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9f19d109-ab9f-496a-a789-604880b75c75" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5eed70b8-fa9a-4a6a-b0b7-83b8c23bfbdc" }, { "name": "Salesforce Create Credential", "id": "bb72f5b0-b166-4d2b-8679-28e05c725eb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"authenticationProtocol\": \"\",\n \"credentials\": {},\n \"externalCredential\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] }, "description": "Create a credential." }, "response": [ { "id": "5fd67b4e-2dba-4cc8-b96e-245f148de2d6", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"authenticationProtocol\": \"\",\n \"credentials\": {},\n \"externalCredential\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"authenticationProtocol\": \"\",\n \"authenticationStatus\": \"\",\n \"credentials\": {},\n \"externalCredential\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5fd67b4e-2dba-4cc8-b96e-245f148de2d6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bb72f5b0-b166-4d2b-8679-28e05c725eb3" }, { "name": "Salesforce Update Credential", "id": "f3d7300b-bba9-49ca-8b0e-03ee614b0f5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"externalCredential\": \"\",\n \"authenticationProtocol\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"credentials\": {\n \"testCredential\": {\n \"value\": \"\",\n \"encrypted\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] }, "description": "Update a credential." }, "response": [ { "id": "d105eb1c-508f-41b2-9196-0e1be9a35f61", "name": "response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"externalCredential\": \"\",\n \"authenticationProtocol\": \"\",\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"credentials\": {\n \"testCredential\": {\n \"value\": \"\",\n \"encrypted\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d105eb1c-508f-41b2-9196-0e1be9a35f61" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f3d7300b-bba9-49ca-8b0e-03ee614b0f5f" }, { "name": "Salesforce Delete Credential", "id": "60817930-346e-4db2-bdd8-0284e83bbdff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"externalCredential\": \"\",\n \"principalType\": \"\",\n \"principalName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] }, "description": "Delete a credential." }, "response": [ { "id": "ec34e487-b49f-4682-b1f0-3cc2910904c9", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"externalCredential\": \"\",\n \"principalType\": \"\",\n \"principalName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/credential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "credential" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ec34e487-b49f-4682-b1f0-3cc2910904c9" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-60817930-346e-4db2-bdd8-0284e83bbdff" } ], "id": "cc7fcc9b-f8a4-4253-aaf9-e8bdb58f00ad", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-cc7fcc9b-f8a4-4253-aaf9-e8bdb58f00ad" }, { "name": "external-credentials", "item": [ { "name": "{DEVELOPER_NAME}", "item": [ { "name": "Salesforce Get External Credentials by Developer Name", "id": "2e7f8c29-5640-4583-a1b9-b573581aa104", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "id": "1ff4d9dd-4be1-4e84-8d56-4396f828d96e", "key": "DEVELOPER_NAME", "value": "", "description": "(Required) " } ] }, "description": "Get an external credential, including the named credentials and principals associated with it and the type and status of each principal." }, "response": [ { "id": "110f4a5e-e739-4c17-be7e-bb17cd9dd967", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "key": "DEVELOPER_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"authenticationProtocol\": \"\",\n \"authenticationProtocolVariant\": \"\",\n \"authenticationStatus\": \"\",\n \"customHeaders\": [\n \"\",\n \"\"\n ],\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principals\": [\n \"\",\n \"\"\n ],\n \"relatedNamedCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-110f4a5e-e739-4c17-be7e-bb17cd9dd967" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2e7f8c29-5640-4583-a1b9-b573581aa104" }, { "name": "Salesforce Update External Credential", "id": "4ab91986-3a02-4fd4-9850-8cfd60418b56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"masterLabel\": \"\",\n \"authenticationProtocol\": \"\",\n \"principals\": [\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "id": "afefd506-be49-4702-9580-bc0b058f87fa", "key": "DEVELOPER_NAME", "value": "", "description": "(Required) " } ] }, "description": "Update an external credential." }, "response": [ { "id": "c7d4d1e8-3831-4621-9cb0-7f1391e0c64e", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"masterLabel\": \"\",\n \"authenticationProtocol\": \"\",\n \"principals\": [\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "key": "DEVELOPER_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"authenticationProtocol\": \"\",\n \"authenticationStatus\": \"\",\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principals\": [\n {\n \"authenticationStatus\": \"\",\n \"id\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principalAccess\": [\n \"\",\n \"\"\n ],\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"authenticationStatus\": \"\",\n \"id\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principalAccess\": [\n \"\",\n \"\"\n ],\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"relatedNamedCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c7d4d1e8-3831-4621-9cb0-7f1391e0c64e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4ab91986-3a02-4fd4-9850-8cfd60418b56" }, { "name": "Salesforce Delete External Credential", "id": "1b06bcaa-20e6-42e6-bf29-fc2551e80bce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "id": "9299d7d8-6971-4f35-becb-8e957dc99107", "key": "DEVELOPER_NAME", "value": "", "description": "(Required) " } ] }, "description": "Delete an external credential." }, "response": [ { "id": "bbebddba-4035-4011-82c8-f388acffd762", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials", ":DEVELOPER_NAME" ], "variable": [ { "key": "DEVELOPER_NAME" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bbebddba-4035-4011-82c8-f388acffd762" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1b06bcaa-20e6-42e6-bf29-fc2551e80bce" } ], "id": "badb8f20-923f-491f-abf4-87a5aefdbaa5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-badb8f20-923f-491f-abf4-87a5aefdbaa5" }, { "name": "Salesforce List External Credentials", "id": "b6888334-1336-4a23-8039-41e7b9f7bf59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials" ] }, "description": "Get external credentials that the user can authenticate to." }, "response": [ { "id": "ce77a825-30d1-42c2-9df0-558a3b306e85", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"externalCredentials\": [\n {\n \"authenticationProtocol\": \"\",\n \"authenticationProtocolVariant\": \"\",\n \"authenticationStatus\": \"\",\n \"customHeaders\": [\n \"\",\n \"\"\n ],\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principals\": [\n \"\",\n \"\"\n ],\n \"relatedNamedCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n {\n \"authenticationProtocol\": \"\",\n \"authenticationProtocolVariant\": \"\",\n \"authenticationStatus\": \"\",\n \"customHeaders\": [\n \"\",\n \"\"\n ],\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principals\": [\n \"\",\n \"\"\n ],\n \"relatedNamedCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ce77a825-30d1-42c2-9df0-558a3b306e85" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b6888334-1336-4a23-8039-41e7b9f7bf59" }, { "name": "Salesforce Create External Credential", "id": "1ba6ccec-9db9-459a-992b-6ed5c8c9d1e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"developerName\": \"\",\n \"masterLabel\": \"\",\n \"authenticationProtocol\": \"\",\n \"principals\": [\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials" ] }, "description": "Create an external credential." }, "response": [ { "id": "18f538fe-fe5f-45d0-acc0-0e532b4f284c", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"developerName\": \"\",\n \"masterLabel\": \"\",\n \"authenticationProtocol\": \"\",\n \"principals\": [\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/external-credentials", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "external-credentials" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"authenticationProtocol\": \"\",\n \"authenticationStatus\": \"\",\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principals\": [\n {\n \"authenticationStatus\": \"\",\n \"id\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principalAccess\": [\n \"\",\n \"\"\n ],\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"authenticationStatus\": \"\",\n \"id\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"principalAccess\": [\n \"\",\n \"\"\n ],\n \"principalName\": \"\",\n \"principalType\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"relatedNamedCredentials\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-18f538fe-fe5f-45d0-acc0-0e532b4f284c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1ba6ccec-9db9-459a-992b-6ed5c8c9d1e6" } ], "id": "e16384c5-1219-4f02-8909-86dbc2f1db6f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e16384c5-1219-4f02-8909-86dbc2f1db6f" }, { "name": "named-credential-setup", "item": [ { "name": "{DEVELOPER_NAME}", "item": [ { "name": "Salesforce Get Named Credential by Developer Name", "id": "299bee9d-74a2-4a28-a0c2-a37991880f26", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup", ":DEVELOPER_NAME" ], "variable": [ { "id": "04d55e5f-ab9c-4afc-9b9d-ce70cf955d00", "key": "DEVELOPER_NAME", "value": "", "description": "(Required) " } ] }, "description": "Get a named credential." }, "response": [ { "id": "2f428984-f1c5-4da1-a0ab-18a63d03c94d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup", ":DEVELOPER_NAME" ], "variable": [ { "key": "DEVELOPER_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n },\n \"calloutUrl\": \"\",\n \"customHeaders\": [\n \"\",\n \"\"\n ],\n \"developerName\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"type\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2f428984-f1c5-4da1-a0ab-18a63d03c94d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-299bee9d-74a2-4a28-a0c2-a37991880f26" }, { "name": "Salesforce Update Named Credential", "id": "26906454-3d74-4052-bfc8-e92148cfcadc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"calloutUrl\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\"\n },\n {\n \"developerName\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup", ":DEVELOPER_NAME" ], "variable": [ { "id": "c4d253fa-befc-4650-8930-b79f075afaf0", "key": "DEVELOPER_NAME", "value": "", "description": "(Required) " } ] }, "description": "Update a named credential." }, "response": [ { "id": "91482369-16a4-47c2-a242-e8c3b3c3f719", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"calloutUrl\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\"\n },\n {\n \"developerName\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup", ":DEVELOPER_NAME" ], "variable": [ { "key": "DEVELOPER_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n },\n \"calloutUrl\": \"\",\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"developerName\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"type\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-91482369-16a4-47c2-a242-e8c3b3c3f719" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-26906454-3d74-4052-bfc8-e92148cfcadc" } ], "id": "427005ea-248a-4868-9921-93af2eede2e4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-427005ea-248a-4868-9921-93af2eede2e4" }, { "name": "Salesforce List Named Credentials", "id": "f76391d3-4629-44c8-ac6e-5ebcedb0b2da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup" ] }, "description": "Get a list of named credentials in the org." }, "response": [ { "id": "6fe673bc-0150-4f15-9a03-d2107e2515b7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"namedCredentials\": [\n {\n \"calloutUrl\": \"\",\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"calloutUrl\": \"\",\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6fe673bc-0150-4f15-9a03-d2107e2515b7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f76391d3-4629-44c8-ac6e-5ebcedb0b2da" }, { "name": "Salesforce Create Named Credential", "id": "c70410c3-1eda-4955-875c-f8c0e5c6e6f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"developerName\": \"\",\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"calloutUrl\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\"\n },\n {\n \"developerName\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup" ] }, "description": "Create a named credential." }, "response": [ { "id": "cb06180a-f6dd-422d-b948-99655968a0d4", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"developerName\": \"\",\n \"masterLabel\": \"\",\n \"type\": \"\",\n \"calloutUrl\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\"\n },\n {\n \"developerName\": \"\"\n }\n ],\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/named-credentials/named-credential-setup", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "named-credentials", "named-credential-setup" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"calloutOptions\": {\n \"allowMergeFieldsInBody\": \"\",\n \"allowMergeFieldsInHeader\": \"\",\n \"generateAuthorizationHeader\": \"\"\n },\n \"calloutUrl\": \"\",\n \"customHeaders\": [\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n },\n {\n \"headerName\": \"\",\n \"headerValue\": \"\",\n \"id\": \"\",\n \"sequenceNumber\": \"\"\n }\n ],\n \"developerName\": \"\",\n \"externalCredentials\": [\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n },\n {\n \"developerName\": \"\",\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"url\": \"\"\n }\n ],\n \"id\": \"\",\n \"masterLabel\": \"\",\n \"parameters\": [\n \"\",\n \"\"\n ],\n \"type\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cb06180a-f6dd-422d-b948-99655968a0d4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c70410c3-1eda-4955-875c-f8c0e5c6e6f4" } ], "id": "11347d6d-63af-4219-9ee0-ff553319e7db", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-11347d6d-63af-4219-9ee0-ff553319e7db" } ], "id": "3b278130-8827-4c05-8f28-8e97144c2372", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3b278130-8827-4c05-8f28-8e97144c2372" }, { "name": "tooling", "item": [ { "name": "query", "item": [ { "name": "Salesforce List Named Credentials", "id": "45de9fda-42f0-48f8-89a3-d7d40dd07dd8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/query?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "query" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] } }, "response": [ { "id": "2e7e5525-6005-4861-9c2c-f8148283b495", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/query?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "query" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"size\": \"\",\n \"totalSize\": \"\",\n \"done\": \"\",\n \"queryLocator\": \"\",\n \"entityTypeName\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"IsDeleted\": \"\",\n \"DeveloperName\": \"\",\n \"Language\": \"\",\n \"MasterLabel\": \"\",\n \"NamespacePrefix\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"Endpoint\": \"\",\n \"PrincipalType\": \"\",\n \"JwtIssuer\": \"\",\n \"JwtFormulaSubject\": \"\",\n \"JwtTextSubject\": \"\",\n \"JwtValidityPeriodSeconds\": \"\",\n \"JwtAudience\": \"\",\n \"AuthTokenEndpointUrl\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"IsDeleted\": \"\",\n \"DeveloperName\": \"\",\n \"Language\": \"\",\n \"MasterLabel\": \"\",\n \"NamespacePrefix\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"Endpoint\": \"\",\n \"PrincipalType\": \"\",\n \"JwtIssuer\": \"\",\n \"JwtFormulaSubject\": \"\",\n \"JwtTextSubject\": \"\",\n \"JwtValidityPeriodSeconds\": \"\",\n \"JwtAudience\": \"\",\n \"AuthTokenEndpointUrl\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2e7e5525-6005-4861-9c2c-f8148283b495" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-45de9fda-42f0-48f8-89a3-d7d40dd07dd8" } ], "id": "256d7fc4-759d-48fd-86b6-97e96cc19a47", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-256d7fc4-759d-48fd-86b6-97e96cc19a47" }, { "name": "sobjects", "item": [ { "name": "NamedCredential", "item": [ { "name": "{NAMED_CREDENTIAL_ID}", "item": [ { "name": "Salesforce Get Named Credential", "id": "9dd3bc2d-8fff-4f5d-9926-ffd9678efe24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "id": "812446a5-6110-416f-8c33-91e648b0897d", "key": "NAMED_CREDENTIAL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7132ad1b-57ad-4fb7-9e36-7882d53feed0", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "key": "NAMED_CREDENTIAL_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7132ad1b-57ad-4fb7-9e36-7882d53feed0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9dd3bc2d-8fff-4f5d-9926-ffd9678efe24" }, { "name": "Salesforce Delete Named Credential", "id": "bab373eb-64f6-41c5-8695-3afac51d6ad5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "id": "0f73edaa-b004-4ebc-855a-b11c9dd19c86", "key": "NAMED_CREDENTIAL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4998c0a3-aae8-4331-998b-31f31e5efeb1", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "key": "NAMED_CREDENTIAL_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4998c0a3-aae8-4331-998b-31f31e5efeb1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bab373eb-64f6-41c5-8695-3afac51d6ad5" }, { "name": "Salesforce Update Named Credential", "id": "e861df18-bba8-41fe-ac09-628ab21b11d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"endpoint\": \"\",\n \"principalType\": \"\",\n \"protocol\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "id": "b933af1c-156d-405b-9f76-6c6d02a8f06d", "key": "NAMED_CREDENTIAL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "61dd00e1-507e-4697-9960-798a99ed272b", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"endpoint\": \"\",\n \"principalType\": \"\",\n \"protocol\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential", ":NAMED_CREDENTIAL_ID" ], "variable": [ { "key": "NAMED_CREDENTIAL_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-61dd00e1-507e-4697-9960-798a99ed272b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e861df18-bba8-41fe-ac09-628ab21b11d1" } ], "id": "bf121a6c-f38b-4493-8167-4666c2abcc1e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bf121a6c-f38b-4493-8167-4666c2abcc1e" }, { "name": "Salesforce Create Named Credential1", "id": "9bfe7abf-3854-4a49-89fd-5c37c0663797", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"endpoint\": \"\",\n \"principalType\": \"\",\n \"protocol\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential" ] } }, "response": [ { "id": "4283bb60-6e83-4549-9c73-f9e9f8bd593a", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"endpoint\": \"\",\n \"principalType\": \"\",\n \"protocol\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/NamedCredential", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "NamedCredential" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4283bb60-6e83-4549-9c73-f9e9f8bd593a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9bfe7abf-3854-4a49-89fd-5c37c0663797" } ], "id": "481a5a11-fbc6-429c-80c6-9540681703e6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-481a5a11-fbc6-429c-80c6-9540681703e6" }, { "name": "PlatformEventChannel", "item": [ { "name": "{PLATFORM_EVENT_CHANNEL_ID}", "item": [ { "name": "Salesforce Update Channel", "id": "5aff72b4-dc0c-42cd-9cae-b61bd04371e5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"channelType\": \"\",\n \"label\": \"\",\n \"urls\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "id": "b40a49cb-393a-4234-bcd5-23e69d644a9e", "key": "PLATFORM_EVENT_CHANNEL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8ace1ba5-165a-4e67-b866-5eb3bb8a3366", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"channelType\": \"\",\n \"label\": \"\",\n \"urls\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8ace1ba5-165a-4e67-b866-5eb3bb8a3366" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5aff72b4-dc0c-42cd-9cae-b61bd04371e5" }, { "name": "Salesforce Get Event Channel", "id": "9164ffcb-c151-4739-ba82-ea33c46c125f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "id": "6eafd06b-8d4d-4c92-b90c-e45044df4755", "key": "PLATFORM_EVENT_CHANNEL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "25d8b2dc-1d9e-4361-940e-7a42a9323253", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"IsDeleted\": \"\",\n \"DeveloperName\": \"\",\n \"Language\": \"\",\n \"MasterLabel\": \"\",\n \"NamespacePrefix\": \"\",\n \"ManageableState\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"ChannelType\": \"\",\n \"FullName\": \"\",\n \"Metadata\": {\n \"channelType\": \"\",\n \"label\": \"\",\n \"urls\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-25d8b2dc-1d9e-4361-940e-7a42a9323253" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9164ffcb-c151-4739-ba82-ea33c46c125f" }, { "name": "Salesforce Delete Event Channel", "id": "84eb0e0c-8527-4b08-89ca-3c4936690a54", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "id": "60046e9f-0319-4ec0-9a5b-5680272f4720", "key": "PLATFORM_EVENT_CHANNEL_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "50eea92b-fab5-4ecb-985b-91eec6ecbd71", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", ":PLATFORM_EVENT_CHANNEL_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-50eea92b-fab5-4ecb-985b-91eec6ecbd71" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-84eb0e0c-8527-4b08-89ca-3c4936690a54" } ], "id": "62008818-80d6-4b57-b8e8-810af5e1fab2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-62008818-80d6-4b57-b8e8-810af5e1fab2" }, { "name": "describe", "item": [ { "name": "Salesforce Describe Event Channel", "id": "f9348321-3d10-4efc-9c53-5fd7570efa37", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", "describe" ] } }, "response": [ { "id": "08e26b1e-b684-4da2-b9e1-53c0cabe0926", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel", "describe" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actionOverrides\": [\n \"\",\n \"\"\n ],\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n \"\",\n \"\"\n ],\n \"compactLayoutable\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"defaultImplementation\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"extendedBy\": \"\",\n \"extendsInterfaces\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": [\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n },\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n }\n ],\n \"hasSubtypes\": \"\",\n \"implementedBy\": \"\",\n \"implementsInterfaces\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"listviewable\": \"\",\n \"lookupLayoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"namedLayoutInfos\": [\n \"\",\n \"\"\n ],\n \"networkScopeFieldName\": \"\",\n \"queryable\": \"\",\n \"recordTypeInfos\": [\n \"\",\n \"\"\n ],\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchLayoutable\": \"\",\n \"searchable\": \"\",\n \"sobjectDescribeOption\": \"\",\n \"supportedScopes\": [\n {\n \"label\": \"\",\n \"name\": \"\"\n },\n {\n \"label\": \"\",\n \"name\": \"\"\n }\n ],\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"rowTemplate\": \"\",\n \"describe\": \"\",\n \"sobject\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08e26b1e-b684-4da2-b9e1-53c0cabe0926" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f9348321-3d10-4efc-9c53-5fd7570efa37" } ], "id": "418b7d9e-7c26-4cde-a19d-a08686300895", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-418b7d9e-7c26-4cde-a19d-a08686300895" }, { "name": "Salesforce Create Channel", "id": "95265035-65f3-40f6-a7de-7de654532a62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"channelType\": \"\",\n \"label\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel" ] } }, "response": [ { "id": "38e2686c-75b6-4c37-ae3b-72f394732a01", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"channelType\": \"\",\n \"label\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannel", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannel" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-38e2686c-75b6-4c37-ae3b-72f394732a01" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-95265035-65f3-40f6-a7de-7de654532a62" } ], "id": "7395c5d6-94ee-4a90-906e-d93ccd93eacc", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7395c5d6-94ee-4a90-906e-d93ccd93eacc" }, { "name": "PlatformEventChannelMember", "item": [ { "name": "{PLATFORM_EVENT_CHANNEL_MEMBER_ID}", "item": [ { "name": "Salesforce Add Enriched Fields to Channel Member", "id": "a4fbb0a4-2ea2-44c0-b5dd-fec8250a8230", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"enrichedFields\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"eventChannel\": \"\",\n \"selectedEntity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "id": "e8a1267d-b463-4f42-a149-30cc0ca25f71", "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "61c8db2a-a645-40b9-be6f-0e96daaedb32", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"enrichedFields\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"eventChannel\": \"\",\n \"selectedEntity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-61c8db2a-a645-40b9-be6f-0e96daaedb32" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a4fbb0a4-2ea2-44c0-b5dd-fec8250a8230" }, { "name": "Salesforce Get Channel Member", "id": "9a9b3649-8502-4005-a048-3311ec03d838", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "id": "33863e5a-d74c-4a2d-a060-6b1c45255376", "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "43c2c52d-9fb5-4568-868f-09fb6f278e4b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"IsDeleted\": \"\",\n \"DeveloperName\": \"\",\n \"Language\": \"\",\n \"MasterLabel\": \"\",\n \"NamespacePrefix\": \"\",\n \"ManageableState\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"FullName\": \"\",\n \"Metadata\": {\n \"enrichedFields\": [\n \"\",\n \"\"\n ],\n \"eventChannel\": \"\",\n \"filterExpression\": \"\",\n \"selectedEntity\": \"\",\n \"urls\": \"\"\n },\n \"EventChannel\": \"\",\n \"SelectedEntity\": \"\",\n \"FilterExpression\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-43c2c52d-9fb5-4568-868f-09fb6f278e4b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a9b3649-8502-4005-a048-3311ec03d838" }, { "name": "Salesforce Delete Channel Member", "id": "fe42eda6-168c-4d86-86fd-53bc56279545", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "id": "7de98c4f-21fa-45a2-9369-e475c854bae4", "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3c09e9e9-280e-4e9c-a24d-a12fa433ff50", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember", ":PLATFORM_EVENT_CHANNEL_MEMBER_ID" ], "variable": [ { "key": "PLATFORM_EVENT_CHANNEL_MEMBER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3c09e9e9-280e-4e9c-a24d-a12fa433ff50" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fe42eda6-168c-4d86-86fd-53bc56279545" } ], "id": "5574edbf-2a61-4d9f-bc27-980febf4317f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5574edbf-2a61-4d9f-bc27-980febf4317f" }, { "name": "Salesforce Create Channel Member", "id": "c5fb1b95-1d09-4393-9780-60ac3f82b1f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"eventChannel\": \"\",\n \"selectedEntity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember" ] } }, "response": [ { "id": "8bea2ccb-9255-4cb4-9fbb-991509b1e128", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"eventChannel\": \"\",\n \"selectedEntity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/PlatformEventChannelMember", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "PlatformEventChannelMember" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8bea2ccb-9255-4cb4-9fbb-991509b1e128" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c5fb1b95-1d09-4393-9780-60ac3f82b1f6" } ], "id": "d4aff02d-8623-4209-ac31-96a418ce0ebb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d4aff02d-8623-4209-ac31-96a418ce0ebb" }, { "name": "EventRelayConfig", "item": [ { "name": "describe", "item": [ { "name": "Salesforce Describe Event Relay", "id": "b06d29c6-e1b7-4d27-91d9-5ae48e0275cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", "describe" ] } }, "response": [ { "id": "3ec40a2e-afa8-4c1a-a9fa-6591b7ec3911", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", "describe" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3ec40a2e-afa8-4c1a-a9fa-6591b7ec3911" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b06d29c6-e1b7-4d27-91d9-5ae48e0275cb" } ], "id": "511d8411-fcba-4c02-97ca-991fc55ef4f6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-511d8411-fcba-4c02-97ca-991fc55ef4f6" }, { "name": "{EVENT_RELAY_CONFIG_ID}", "item": [ { "name": "Salesforce Delete Event Relay", "id": "f7e4c004-79cd-46d4-85b2-9db2535ca33b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "id": "ca22f231-98c0-4259-ac9a-ce7b100e4a96", "key": "EVENT_RELAY_CONFIG_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3f437fcb-35bf-4241-b5b3-a6f7e1f015a0", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "key": "EVENT_RELAY_CONFIG_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3f437fcb-35bf-4241-b5b3-a6f7e1f015a0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f7e4c004-79cd-46d4-85b2-9db2535ca33b" }, { "name": "Salesforce Get Event Relay", "id": "0cb6d1dd-beaf-404c-8c86-d7b01976c9c4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "id": "b01825b0-a880-4dbd-8ce8-37bee0683fb4", "key": "EVENT_RELAY_CONFIG_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3132baa7-3c34-4cbd-b30e-771eec3121f6", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "key": "EVENT_RELAY_CONFIG_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3132baa7-3c34-4cbd-b30e-771eec3121f6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0cb6d1dd-beaf-404c-8c86-d7b01976c9c4" }, { "name": "Salesforce Change Event Relay State", "id": "139db73a-85ff-4f35-ba5f-1651fdc429ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Metadata\": {\n \"state\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "id": "70804477-55aa-4bca-a152-83d9b24f6822", "key": "EVENT_RELAY_CONFIG_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d141b75c-c59f-47e0-aacc-b415577001f0", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Metadata\": {\n \"state\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig", ":EVENT_RELAY_CONFIG_ID" ], "variable": [ { "key": "EVENT_RELAY_CONFIG_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d141b75c-c59f-47e0-aacc-b415577001f0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-139db73a-85ff-4f35-ba5f-1651fdc429ad" } ], "id": "bdff6711-77b5-409b-9af4-3f621044bc2a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bdff6711-77b5-409b-9af4-3f621044bc2a" }, { "name": "Salesforce Create Event Relay", "id": "b614d2b1-9082-4327-95d3-ee1a22c2e5b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"eventChannel\": \"\",\n \"destinationResourceName\": \"\",\n \"label\": \"\",\n \"relayOption\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig" ] } }, "response": [ { "id": "c0c4c508-28a2-4e2a-a94d-d5486e4210c2", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"eventChannel\": \"\",\n \"destinationResourceName\": \"\",\n \"label\": \"\",\n \"relayOption\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/EventRelayConfig", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "EventRelayConfig" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c0c4c508-28a2-4e2a-a94d-d5486e4210c2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b614d2b1-9082-4327-95d3-ee1a22c2e5b3" } ], "id": "7dd120b0-8b8f-4d0d-b271-c8fe79d14f73", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7dd120b0-8b8f-4d0d-b271-c8fe79d14f73" }, { "name": "ManagedEventSubscription", "item": [ { "name": "{managedEventSubscriptionId}", "item": [ { "name": "Salesforce Get Managed Event Subscription by Id", "id": "e3db1a52-1a2d-42e4-a841-3c312c60b878", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "id": "320f00a3-3c02-4036-ae2e-cc15f955e915", "key": "managedEventSubscriptionId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "c2fc4708-af5c-4739-a33d-d6d0744ad2a2", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "key": "managedEventSubscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c2fc4708-af5c-4739-a33d-d6d0744ad2a2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e3db1a52-1a2d-42e4-a841-3c312c60b878" }, { "name": "Salesforce Update Managed Event Subscription", "id": "c90e9f57-6b8c-4edb-8c58-2be1b908d081", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"state\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "id": "b9d89cdf-cd6f-4f33-a6d7-eaa1aaed849c", "key": "managedEventSubscriptionId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4f5091b4-7c74-4ce4-b94c-7160605f7551", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"state\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "key": "managedEventSubscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4f5091b4-7c74-4ce4-b94c-7160605f7551" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c90e9f57-6b8c-4edb-8c58-2be1b908d081" }, { "name": "Salesforce Delete Managed Event Subscription", "id": "b0466d22-f3de-49d2-b7bd-ad533afd7029", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "id": "a16876c5-7bd6-404c-bc98-058996eb03ce", "key": "managedEventSubscriptionId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "471b3fe0-46ef-434f-b620-2e0b80074662", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", ":managedEventSubscriptionId" ], "variable": [ { "key": "managedEventSubscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-471b3fe0-46ef-434f-b620-2e0b80074662" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b0466d22-f3de-49d2-b7bd-ad533afd7029" } ], "id": "bbcefca9-d67e-47c8-b295-3a54481f3d16", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bbcefca9-d67e-47c8-b295-3a54481f3d16" }, { "name": "describe", "item": [ { "name": "Salesforce Describe Managed Event Subscription", "id": "5701ac6c-2cdc-4da4-8c56-ba41edbfcaa1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", "describe" ] } }, "response": [ { "id": "785cbcfe-6a02-47a5-a160-1739b83e48a6", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription", "describe" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-785cbcfe-6a02-47a5-a160-1739b83e48a6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5701ac6c-2cdc-4da4-8c56-ba41edbfcaa1" } ], "id": "4df8cb78-7620-4b15-8497-8dcf5293a272", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4df8cb78-7620-4b15-8497-8dcf5293a272" }, { "name": "Salesforce Create Managed Event Subscription", "id": "cd60209e-cc31-49dc-9296-83f19bd1d352", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"topicName\": \"\",\n \"defaultReplay\": \"\",\n \"state\": \"\",\n \"errorRecoveryReplay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription" ] } }, "response": [ { "id": "0bab32b8-32ff-44a8-816e-b2fd10695fa4", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"FullName\": \"\",\n \"Metadata\": {\n \"label\": \"\",\n \"topicName\": \"\",\n \"defaultReplay\": \"\",\n \"state\": \"\",\n \"errorRecoveryReplay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/ManagedEventSubscription", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "ManagedEventSubscription" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0bab32b8-32ff-44a8-816e-b2fd10695fa4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cd60209e-cc31-49dc-9296-83f19bd1d352" } ], "id": "738c5a5b-3745-420e-aead-dc5c0e9eff06", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-738c5a5b-3745-420e-aead-dc5c0e9eff06" }, { "name": "SandboxInfo", "item": [ { "name": "{SANDBOX_INFO_ID}", "item": [ { "name": "Salesforce Get Sandbox", "id": "229e492c-df45-4453-83c8-af24c7a3734f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "id": "c17dd18f-497b-4fbc-8cc7-473c37f061e8", "key": "SANDBOX_INFO_ID", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a sandbox record." }, "response": [ { "id": "c2a44b0b-7104-4660-bb10-3efd29c3abb7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "key": "SANDBOX_INFO_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"IsDeleted\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"SandboxName\": \"\",\n \"LicenseType\": \"\",\n \"TemplateId\": \"\",\n \"HistoryDays\": \"\",\n \"CopyChatter\": \"\",\n \"AutoActivate\": \"\",\n \"ApexClassId\": \"\",\n \"Description\": \"\",\n \"SourceId\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c2a44b0b-7104-4660-bb10-3efd29c3abb7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-229e492c-df45-4453-83c8-af24c7a3734f" }, { "name": "Salesforce Refresh Sandbox", "id": "d649a746-ec13-438d-91e9-a28efd42d17c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"LicenseType\": \"\",\n \"AutoActivate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "id": "e1c8e1e8-103f-4038-b08f-f9b5c8e06da5", "key": "SANDBOX_INFO_ID", "value": "", "description": "(Required) " } ] }, "description": "Refreshes a sandbox." }, "response": [ { "id": "00aa1784-a239-4968-8012-84fd71fb15ba", "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"LicenseType\": \"\",\n \"AutoActivate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "key": "SANDBOX_INFO_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-00aa1784-a239-4968-8012-84fd71fb15ba" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d649a746-ec13-438d-91e9-a28efd42d17c" }, { "name": "Salesforce Delete Sandbox", "id": "28d68747-18f3-4c7b-a535-2abe4d7f4c49", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "id": "c89bdf9b-4371-4c1b-b16b-56731992180d", "key": "SANDBOX_INFO_ID", "value": "", "description": "(Required) " } ] }, "description": "Deletes a sandbox." }, "response": [ { "id": "90b58e3b-2975-4135-b70a-724ecb75ac1a", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo", ":SANDBOX_INFO_ID" ], "variable": [ { "key": "SANDBOX_INFO_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-90b58e3b-2975-4135-b70a-724ecb75ac1a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-28d68747-18f3-4c7b-a535-2abe4d7f4c49" } ], "id": "ac4534e3-71e7-4a3a-8750-cf5ac86c28a4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ac4534e3-71e7-4a3a-8750-cf5ac86c28a4" }, { "name": "Salesforce Create/clone Sandbox", "id": "a6b3b7ab-1bcb-4270-a37e-3645799f46bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"SandboxName\": \"\",\n \"LicenseType\": \"\",\n \"TemplateId\": \"\",\n \"HistoryDays\": \"\",\n \"CopyChatter\": \"\",\n \"AutoActivate\": \"\",\n \"ApexClassId\": \"\",\n \"Description\": \"\",\n \"SourceId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo" ] }, "description": "Creates or clones a sandbox. If you wish to clone, fill the SourceId body field with the org Id of the source sandbox." }, "response": [ { "id": "3e2964f5-10e6-41c0-95e8-0dad6a7457e9", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"SandboxName\": \"\",\n \"LicenseType\": \"\",\n \"TemplateId\": \"\",\n \"HistoryDays\": \"\",\n \"CopyChatter\": \"\",\n \"AutoActivate\": \"\",\n \"ApexClassId\": \"\",\n \"Description\": \"\",\n \"SourceId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/SandboxInfo", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", "SandboxInfo" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"warnings\": [\n \"\",\n \"\"\n ],\n \"infos\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3e2964f5-10e6-41c0-95e8-0dad6a7457e9" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a6b3b7ab-1bcb-4270-a37e-3645799f46bd" } ], "id": "f6840b8f-2792-4933-869a-b3615010909e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f6840b8f-2792-4933-869a-b3615010909e" }, { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "describe", "item": [ { "name": "Salesforce Get Tooling Describe Sobject", "id": "6a270791-1a1f-42cc-929f-3c2efb115600", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME", "describe" ], "variable": [ { "id": "20135a76-c213-49c8-b9c0-32bb33e829f8", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b38262b1-5de9-4a28-88c7-68e69cf06f30", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME", "describe" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actionOverrides\": [\n \"\",\n \"\"\n ],\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"cascadeDelete\": \"\",\n \"childSObject\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"field\": \"\",\n \"junctionIdListNames\": [\n \"\",\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"restrictedDelete\": \"\"\n },\n {\n \"cascadeDelete\": \"\",\n \"childSObject\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"field\": \"\",\n \"junctionIdListNames\": [\n \"\",\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"restrictedDelete\": \"\"\n }\n ],\n \"compactLayoutable\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"defaultImplementation\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"extendedBy\": \"\",\n \"extendsInterfaces\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": [\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n },\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n }\n ],\n \"hasSubtypes\": \"\",\n \"implementedBy\": \"\",\n \"implementsInterfaces\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"listviewable\": \"\",\n \"lookupLayoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"namedLayoutInfos\": [\n \"\",\n \"\"\n ],\n \"networkScopeFieldName\": \"\",\n \"queryable\": \"\",\n \"recordTypeInfos\": [\n \"\",\n \"\"\n ],\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchLayoutable\": \"\",\n \"searchable\": \"\",\n \"sobjectDescribeOption\": \"\",\n \"supportedScopes\": [\n {\n \"label\": \"\",\n \"name\": \"\"\n },\n {\n \"label\": \"\",\n \"name\": \"\"\n }\n ],\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"compactLayouts\": \"\",\n \"rowTemplate\": \"\",\n \"uiDetailTemplate\": \"\",\n \"uiEditTemplate\": \"\",\n \"describe\": \"\",\n \"uiNewRecord\": \"\",\n \"layouts\": \"\",\n \"sobject\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b38262b1-5de9-4a28-88c7-68e69cf06f30" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6a270791-1a1f-42cc-929f-3c2efb115600" } ], "id": "86bfc006-be77-47c5-911f-a611420c4cba", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-86bfc006-be77-47c5-911f-a611420c4cba" }, { "name": "{RECORD_ID}", "item": [ { "name": "Salesforce Access Records", "id": "9fd1b536-08c1-4e17-8a93-fa4f94115323", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "id": "641e4fdb-5aaf-4b0c-9fc1-9cd689d1b0b9", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "9fc28e09-895d-4a7d-97ce-fc35ef03ca47", "key": "RECORD_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b4448ad3-b7eb-4aad-ac60-93f21ebabc8a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Id\": \"\",\n \"NamespacePrefix\": \"\",\n \"Name\": \"\",\n \"ApiVersion\": \"\",\n \"Status\": \"\",\n \"IsValid\": \"\",\n \"BodyCrc\": \"\",\n \"Body\": \"\",\n \"LengthWithoutComments\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedById\": \"\",\n \"LastModifiedDate\": \"\",\n \"LastModifiedById\": \"\",\n \"SystemModstamp\": \"\",\n \"ManageableState\": \"\",\n \"SymbolTable\": {\n \"constructors\": [\n {\n \"annotations\": [\n \"\",\n \"\"\n ],\n \"location\": {\n \"column\": \"\",\n \"line\": \"\"\n },\n \"modifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"references\": [\n \"\",\n \"\"\n ],\n \"type\": \"\"\n },\n {\n \"annotations\": [\n \"\",\n \"\"\n ],\n \"location\": {\n \"column\": \"\",\n \"line\": \"\"\n },\n \"modifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"references\": [\n \"\",\n \"\"\n ],\n \"type\": \"\"\n }\n ],\n \"externalReferences\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"innerClasses\": [\n \"\",\n \"\"\n ],\n \"interfaces\": [\n \"\",\n \"\"\n ],\n \"key\": \"\",\n \"methods\": [\n {\n \"annotations\": [\n \"\",\n \"\"\n ],\n \"location\": {\n \"column\": \"\",\n \"line\": \"\"\n },\n \"modifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"references\": [\n \"\",\n \"\"\n ],\n \"returnType\": \"\",\n \"type\": \"\"\n },\n {\n \"annotations\": [\n \"\",\n \"\"\n ],\n \"location\": {\n \"column\": \"\",\n \"line\": \"\"\n },\n \"modifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"references\": [\n \"\",\n \"\"\n ],\n \"returnType\": \"\",\n \"type\": \"\"\n }\n ],\n \"name\": \"\",\n \"namespace\": \"\",\n \"parentClass\": \"\",\n \"properties\": [\n \"\",\n \"\"\n ],\n \"tableDeclaration\": {\n \"annotations\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"location\": {\n \"column\": \"\",\n \"line\": \"\"\n },\n \"modifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"type\": \"\"\n },\n \"variables\": [\n \"\",\n \"\"\n ]\n },\n \"Metadata\": {\n \"apiVersion\": \"\",\n \"packageVersions\": [\n \"\",\n \"\"\n ],\n \"status\": \"\",\n \"urls\": \"\"\n },\n \"FullName\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b4448ad3-b7eb-4aad-ac60-93f21ebabc8a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9fd1b536-08c1-4e17-8a93-fa4f94115323" } ], "id": "62ee0ce3-07b8-4cd2-a88d-96e171c33505", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-62ee0ce3-07b8-4cd2-a88d-96e171c33505" }, { "name": "Salesforce Get Tooling Metadata Sobject", "id": "3e5437ca-959a-4027-9214-868a7d6ee7f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "id": "0bfe2ff4-a762-4753-bd57-e0e77eccad60", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fb775d72-2e7c-46d4-8893-30bc65d7a7b9", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"objectDescribe\": {\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"feedEnabled\": \"\",\n \"hasSubtypes\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"queryable\": \"\",\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchable\": \"\",\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"compactLayouts\": \"\",\n \"rowTemplate\": \"\",\n \"describe\": \"\",\n \"layouts\": \"\",\n \"sobject\": \"\"\n }\n },\n \"recentItems\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fb775d72-2e7c-46d4-8893-30bc65d7a7b9" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3e5437ca-959a-4027-9214-868a7d6ee7f3" }, { "name": "Salesforce Post Tooling Sobject", "id": "4420f43e-66d8-4be5-9e00-1f4e180a6a24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "id": "2f591ff5-9802-43fe-a6ba-e4801d553ed1", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ad6be976-50d5-4e6c-8689-4a975615cc19", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ad6be976-50d5-4e6c-8689-4a975615cc19" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4420f43e-66d8-4be5-9e00-1f4e180a6a24" } ], "id": "d9e49620-5c77-4077-b45c-05964cbc5c7f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d9e49620-5c77-4077-b45c-05964cbc5c7f" }, { "name": "Salesforce Get Tooling Describe", "id": "672329c5-ffbb-466e-9f51-8bdf4eddf1bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects" ] }, "description": "Lists the available Tooling API objects and their metadata." }, "response": [ { "id": "cc91b0c4-7c4d-42fd-bb55-df96c207b330", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "sobjects" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"encoding\": \"\",\n \"maxBatchSize\": \"\",\n \"sobjects\": [\n {\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"feedEnabled\": \"\",\n \"hasSubtypes\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"queryable\": \"\",\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchable\": \"\",\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"rowTemplate\": \"\",\n \"describe\": \"\",\n \"sobject\": \"\"\n }\n },\n {\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"feedEnabled\": \"\",\n \"hasSubtypes\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"queryable\": \"\",\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchable\": \"\",\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"rowTemplate\": \"\",\n \"describe\": \"\",\n \"sobject\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cc91b0c4-7c4d-42fd-bb55-df96c207b330" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-672329c5-ffbb-466e-9f51-8bdf4eddf1bd" } ], "id": "16ff4424-f7b3-4168-b7bd-fc0d84183a3a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-16ff4424-f7b3-4168-b7bd-fc0d84183a3a" }, { "name": "completions", "item": [ { "name": "Salesforce Tooling Completion", "id": "4a01a064-e977-40d9-a59e-4b30d0b800ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/tooling/completions?type=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "completions" ], "query": [ { "description": "(Required) apex or visualforce", "key": "type", "value": "" } ] }, "description": "Retrieves available code completions of the referenced type for Apex system method symbols (type=apex). Available from API version 28.0 or later." }, "response": [ { "id": "2bbb07c8-b3a6-473a-b672-26b50b3cdd78", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/completions?type=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "completions" ], "query": [ { "description": "(Required) apex or visualforce", "key": "type", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2bbb07c8-b3a6-473a-b672-26b50b3cdd78" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4a01a064-e977-40d9-a59e-4b30d0b800ff" } ], "id": "f70e9885-2003-4c1a-9d41-b18dad3f11cb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f70e9885-2003-4c1a-9d41-b18dad3f11cb" }, { "name": "executeAnonymous", "item": [ { "name": "Salesforce Tooling Executeanonymous", "id": "73078edc-306b-421b-a966-2c9b7f77391f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/executeAnonymous?anonymousBody=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "executeAnonymous" ], "query": [ { "description": "(Required) ", "key": "anonymousBody", "value": "" } ] }, "description": "Executes Apex code anonymously. Available from API version 29.0 or later." }, "response": [ { "id": "b8a03224-136e-4e94-93ea-a2c0dd4201ba", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/executeAnonymous?anonymousBody=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "executeAnonymous" ], "query": [ { "description": "(Required) ", "key": "anonymousBody", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"line\": \"\",\n \"column\": \"\",\n \"compiled\": \"\",\n \"success\": \"\",\n \"compileProblem\": \"\",\n \"exceptionStackTrace\": \"\",\n \"exceptionMessage\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b8a03224-136e-4e94-93ea-a2c0dd4201ba" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-73078edc-306b-421b-a966-2c9b7f77391f" } ], "id": "c456f0bf-199e-406c-9a6d-449b43b7fbf5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c456f0bf-199e-406c-9a6d-449b43b7fbf5" }, { "name": "runTestsAsynchronous", "item": [ { "name": "Salesforce Tooling Run Tests Async", "id": "ab53b479-f3ef-439d-9c4f-147518ee7222", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/runTestsAsynchronous", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "runTestsAsynchronous" ] }, "description": "Runs one or more methods within one or more Apex classes, using the asynchronous test execution mechanism. In the request body, you can specify test class names and IDs, suite names and IDs, the maximum number of failed tests to allow, and the test level, as comma-separated lists or as an array. You can also indicate whether to opt out of collecting code coverage information during the test run (available in API version 43.0 and later)." }, "response": [ { "id": "fbe5cdd6-d5aa-41a1-87ec-9a5f92a3b3e7", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/runTestsAsynchronous", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "runTestsAsynchronous" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fbe5cdd6-d5aa-41a1-87ec-9a5f92a3b3e7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ab53b479-f3ef-439d-9c4f-147518ee7222" } ], "id": "79decdfd-4037-4059-8f71-b9016f2dbfa7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-79decdfd-4037-4059-8f71-b9016f2dbfa7" }, { "name": "runTestsSynchronous", "item": [ { "name": "Salesforce Tooling Run Tests Sync", "id": "3d6df251-e06c-4405-ad9e-baefd6987b80", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/runTestsSynchronous", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "runTestsSynchronous" ] }, "description": "Runs one or more methods within one or more Apex classes, using the asynchronous test execution mechanism. In the request body, you can specify test class names and IDs, suite names and IDs, the maximum number of failed tests to allow, and the test level, as comma-separated lists or as an array. You can also indicate whether to opt out of collecting code coverage information during the test run (available in API version 43.0 and later)." }, "response": [ { "id": "61f0cd8a-5950-4960-9f63-1a7cac2f655d", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/tooling/runTestsSynchronous", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "runTestsSynchronous" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apexLogId\": \"\",\n \"codeCoverage\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"numLocations\": \"\",\n \"numLocationsNotCovered\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"numLocations\": \"\",\n \"numLocationsNotCovered\": \"\",\n \"type\": \"\"\n }\n ],\n \"codeCoverageWarnings\": [\n {\n \"id\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"namespace\": \"\"\n },\n {\n \"id\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"namespace\": \"\"\n }\n ],\n \"failures\": [\n \"\",\n \"\"\n ],\n \"flowCoverage\": [\n \"\",\n \"\"\n ],\n \"flowCoverageWarnings\": [\n \"\",\n \"\"\n ],\n \"numFailures\": \"\",\n \"numTestsRun\": \"\",\n \"successes\": [\n {\n \"id\": \"\",\n \"methodName\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"seeAllData\": \"\",\n \"time\": \"\"\n },\n {\n \"id\": \"\",\n \"methodName\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"seeAllData\": \"\",\n \"time\": \"\"\n }\n ],\n \"totalTime\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-61f0cd8a-5950-4960-9f63-1a7cac2f655d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3d6df251-e06c-4405-ad9e-baefd6987b80" } ], "id": "31800af6-ef51-44f8-99fc-d179a82cc7b7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-31800af6-ef51-44f8-99fc-d179a82cc7b7" }, { "name": "search", "item": [ { "name": "Salesforce Tooling Search", "id": "2a2dd5cd-01f0-447b-92fe-f730fff4c973", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tooling/search?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "search" ], "query": [ { "description": "(Required) SOSL search statement", "key": "q", "value": "" } ] }, "description": "Runs one or more methods within one or more Apex classes, using the asynchronous test execution mechanism. In the request body, you can specify test class names and IDs, suite names and IDs, the maximum number of failed tests to allow, and the test level, as comma-separated lists or as an array. You can also indicate whether to opt out of collecting code coverage information during the test run (available in API version 43.0 and later)." }, "response": [ { "id": "f3dc603b-7a48-429f-962f-1f05995a53ee", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tooling/search?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tooling", "search" ], "query": [ { "description": "(Required) SOSL search statement", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "queryId", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"searchRecords\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f3dc603b-7a48-429f-962f-1f05995a53ee" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2a2dd5cd-01f0-447b-92fe-f730fff4c973" } ], "id": "895f47e7-6962-4514-a221-4986374ed1b1", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-895f47e7-6962-4514-a221-4986374ed1b1" } ], "id": "dd261ee4-e9e2-41ea-a8f7-8d0c1c0fe925", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-dd261ee4-e9e2-41ea-a8f7-8d0c1c0fe925" }, { "name": "chatter", "item": [ { "name": "feeds", "item": [ { "name": "news", "item": [ { "name": "me", "item": [ { "name": "feed-elements", "item": [ { "name": "Salesforce News Feed Elements", "id": "ed978911-436d-4852-a2c2-95bc79c1bb99", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/news/me/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "news", "me", "feed-elements" ] }, "description": "All feed elements from all groups the context user either owns or is a member of, as well as all files, records, and users the context user follows. Use this resource to get information about feed elements and to post feed elements.\n\nFor information about posting a feed element, see Feed Elements, Post and Search.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_news.htm#cc_news_feed_elements" }, "response": [ { "id": "f103965d-9e08-450b-9aeb-ca73d02f3aa0", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/news/me/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "news", "me", "feed-elements" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"elements\": [\n \"\",\n \"\"\n ],\n \"isModifiedToken\": \"\",\n \"isModifiedUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"updatesToken\": \"\",\n \"updatesUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f103965d-9e08-450b-9aeb-ca73d02f3aa0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ed978911-436d-4852-a2c2-95bc79c1bb99" } ], "id": "b5921dba-cdc2-468c-94c1-5aff19df745d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b5921dba-cdc2-468c-94c1-5aff19df745d" } ], "id": "a245a1e9-7d07-47f6-9ee4-96797f4fb90c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a245a1e9-7d07-47f6-9ee4-96797f4fb90c" } ], "id": "8841437c-f373-446a-ac99-52cd7df47013", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8841437c-f373-446a-ac99-52cd7df47013" }, { "name": "user-profile", "item": [ { "name": "{USER_ID}", "item": [ { "name": "feed-elements", "item": [ { "name": "Salesforce User Profile Feed Elements", "id": "8c10eab5-6792-4a4e-9aea-0b2f21eb3584", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/user-profile/:USER_ID/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "user-profile", ":USER_ID", "feed-elements" ], "variable": [ { "id": "ec933661-5ac7-420f-a6eb-864fce4f3269", "key": "USER_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns feed elements created when a user changes records that can be tracked in a feed, feed elements whose parent is the user, and feed elements that mention the user. This feed is different than the news feed, which returns more feed items, including group updates. You can post feed items to the user-profile feed. You can get another user\u2019s user profile feed.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_user_profile.htm" }, "response": [ { "id": "18afdaa5-26ba-44e2-8004-41a775517f6f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/user-profile/:USER_ID/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "user-profile", ":USER_ID", "feed-elements" ], "variable": [ { "key": "USER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"elements\": [\n \"\",\n \"\"\n ],\n \"isModifiedToken\": \"\",\n \"isModifiedUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"updatesToken\": \"\",\n \"updatesUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-18afdaa5-26ba-44e2-8004-41a775517f6f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8c10eab5-6792-4a4e-9aea-0b2f21eb3584" } ], "id": "1ed5d027-fcd4-478e-98ba-e9349538c440", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1ed5d027-fcd4-478e-98ba-e9349538c440" } ], "id": "79159bf0-759b-486b-8ddf-0477f52c2c23", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-79159bf0-759b-486b-8ddf-0477f52c2c23" } ], "id": "4fb24e6e-a27b-4e26-83cc-708e39e40cc1", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4fb24e6e-a27b-4e26-83cc-708e39e40cc1" }, { "name": "record", "item": [ { "name": "{RECORD_GROUP_ID}", "item": [ { "name": "feed-elements", "item": [ { "name": "Salesforce Record Feed Elements", "id": "5bc9e869-8ffb-4f3c-a328-fecf28852a9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/record/:RECORD_GROUP_ID/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "record", ":RECORD_GROUP_ID", "feed-elements" ], "variable": [ { "id": "65237ad1-a2d7-4be6-b434-17e164eb291e", "key": "RECORD_GROUP_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns the feed elements for all the records the context user is following, or all the feed elements of the specified recordId. Use this resource to search a feed or to get the feed elements for a specific feed, including another user\u2019s feed. To use this resource to get the feed elements for a group, specify the group ID as the recordId.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_record.htm" }, "response": [ { "id": "28a37597-a7b7-4405-88b1-50932888e1d4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feeds/record/:RECORD_GROUP_ID/feed-elements", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feeds", "record", ":RECORD_GROUP_ID", "feed-elements" ], "variable": [ { "key": "RECORD_GROUP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"elements\": [\n \"\",\n \"\"\n ],\n \"isModifiedToken\": \"\",\n \"isModifiedUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"updatesToken\": \"\",\n \"updatesUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-28a37597-a7b7-4405-88b1-50932888e1d4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5bc9e869-8ffb-4f3c-a328-fecf28852a9f" } ], "id": "45655caf-e711-46a4-bd9f-9604b36b3000", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-45655caf-e711-46a4-bd9f-9604b36b3000" } ], "id": "c29dc5e6-fcec-4b07-bdc2-042ae8f9942f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c29dc5e6-fcec-4b07-bdc2-042ae8f9942f" } ], "id": "5590bbc6-3734-4021-b426-82ff92680f2a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5590bbc6-3734-4021-b426-82ff92680f2a" } ], "id": "5942b4e5-da92-4cdf-bb8a-7ed3d35faa39", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5942b4e5-da92-4cdf-bb8a-7ed3d35faa39" }, { "name": "feed-elements", "item": [ { "name": "batch", "item": [ { "name": "Salesforce Feed Elements, Batch Post", "id": "1919df1d-9b8c-422d-8b97-df49aeb6d191", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"richInput\": {\n \"subjectId\": \"\",\n \"body\": {\n \"messageSegments\": [\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n },\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n }\n ]\n },\n \"feedElementType\": \"\",\n \"capabilities\": {\n \"files\": {\n \"items\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ]\n }\n }\n }\n },\n {\n \"richInput\": {\n \"subjectId\": \"\",\n \"body\": {\n \"messageSegments\": [\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n },\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n }\n ]\n },\n \"feedElementType\": \"\",\n \"capabilities\": {\n \"files\": {\n \"items\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ]\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", "batch" ] }, "description": "Post a batch of up to 500 feed elements.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_batch_post.htm" }, "response": [ { "id": "a63a6e1e-18e9-4518-971b-76a17de70e82", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"richInput\": {\n \"subjectId\": \"\",\n \"body\": {\n \"messageSegments\": [\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n },\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n }\n ]\n },\n \"feedElementType\": \"\",\n \"capabilities\": {\n \"files\": {\n \"items\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ]\n }\n }\n }\n },\n {\n \"richInput\": {\n \"subjectId\": \"\",\n \"body\": {\n \"messageSegments\": [\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n },\n {\n \"type\": \"\",\n \"text\": \"\",\n \"fileId\": \"\",\n \"altText\": \"\"\n }\n ]\n },\n \"feedElementType\": \"\",\n \"capabilities\": {\n \"files\": {\n \"items\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ]\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", "batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"hasErrors\": \"\",\n \"results\": [\n {\n \"result\": {\n \"actor\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"associatedActions\": {\n \"platformActionGroups\": [\n \"\",\n \"\"\n ]\n },\n \"bookmarks\": {\n \"isBookmarkedByCurrentUser\": \"\"\n },\n \"chatterLikes\": {\n \"isLikedByCurrentUser\": \"\",\n \"likesMessage\": \"\",\n \"myLike\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"close\": {\n \"canContextUserUpdateIsClosed\": \"\",\n \"isClosed\": \"\"\n },\n \"comments\": {\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": \"\",\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"interactions\": {\n \"count\": \"\"\n },\n \"mute\": {\n \"isMutedByMe\": \"\"\n },\n \"readBy\": {\n \"isReadByMe\": \"\",\n \"lastReadDateByMe\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"topics\": {\n \"canAssignTopics\": \"\",\n \"items\": [\n \"\",\n \"\"\n ]\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n }\n },\n \"clientInfo\": {\n \"applicationName\": \"\",\n \"applicationUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"event\": \"\",\n \"feedElementType\": \"\",\n \"hasVerifiedComment\": \"\",\n \"header\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"isSharable\": \"\",\n \"modifiedDate\": \"\",\n \"originalFeedItem\": \"\",\n \"originalFeedItemActor\": \"\",\n \"parent\": {\n \"id\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"entityLabel\": {\n \"label\": \"\",\n \"labelPlural\": \"\"\n },\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"userType\": \"\"\n },\n \"photoUrl\": \"\",\n \"relativeCreatedDate\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n },\n \"statusCode\": \"\"\n },\n {\n \"result\": {\n \"actor\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"associatedActions\": {\n \"platformActionGroups\": [\n \"\",\n \"\"\n ]\n },\n \"bookmarks\": {\n \"isBookmarkedByCurrentUser\": \"\"\n },\n \"chatterLikes\": {\n \"isLikedByCurrentUser\": \"\",\n \"likesMessage\": \"\",\n \"myLike\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"close\": {\n \"canContextUserUpdateIsClosed\": \"\",\n \"isClosed\": \"\"\n },\n \"comments\": {\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": \"\",\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"interactions\": {\n \"count\": \"\"\n },\n \"mute\": {\n \"isMutedByMe\": \"\"\n },\n \"readBy\": {\n \"isReadByMe\": \"\",\n \"lastReadDateByMe\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"topics\": {\n \"canAssignTopics\": \"\",\n \"items\": [\n \"\",\n \"\"\n ]\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n }\n },\n \"clientInfo\": {\n \"applicationName\": \"\",\n \"applicationUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"event\": \"\",\n \"feedElementType\": \"\",\n \"hasVerifiedComment\": \"\",\n \"header\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"isSharable\": \"\",\n \"modifiedDate\": \"\",\n \"originalFeedItem\": \"\",\n \"originalFeedItemActor\": \"\",\n \"parent\": {\n \"id\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"entityLabel\": {\n \"label\": \"\",\n \"labelPlural\": \"\"\n },\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"userType\": \"\"\n },\n \"photoUrl\": \"\",\n \"relativeCreatedDate\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n },\n \"statusCode\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a63a6e1e-18e9-4518-971b-76a17de70e82" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1919df1d-9b8c-422d-8b97-df49aeb6d191" } ], "id": "840309bb-c6ca-4350-9db3-83327f38d2f9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-840309bb-c6ca-4350-9db3-83327f38d2f9" }, { "name": "{FEED_ELEMENT_ID}", "item": [ { "name": "capabilities", "item": [ { "name": "comments", "item": [ { "name": "items", "item": [ { "name": "Salesforce Feed Elements Capability, Comments Items", "id": "d9cf2209-d251-4d05-ab57-939a6ccbb405", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID/capabilities/comments/items?text=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", ":FEED_ELEMENT_ID", "capabilities", "comments", "items" ], "query": [ { "description": "(Required) ", "key": "text", "value": "" } ], "variable": [ { "id": "37808e5f-c7e7-4398-b71e-1aa3ff333067", "key": "FEED_ELEMENT_ID", "value": "", "description": "(Required) " } ] }, "description": "Access comments for a feed element, or add a comment to a feed element.\nTo upload a binary file to attach to a comment, you must send it in a multipart/form-data request. To send the text of the comment, you can choose to include a JSON or XML rich input body part in the multipart/form-data request. Alternately, you can choose to pass the information in request parameter parts. For information about how to create the multipart/form-data message, see Uploading Binary Files.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_capability_comments_items.htm#connect_resources_feed_element_capability_comments_items" }, "response": [ { "id": "743f4fc7-0a8c-4edc-8094-57429adeda1e", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID/capabilities/comments/items?text=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", ":FEED_ELEMENT_ID", "capabilities", "comments", "items" ], "query": [ { "description": "(Required) ", "key": "text", "value": "" } ], "variable": [ { "key": "FEED_ELEMENT_ID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": \"\",\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n },\n \"verified\": {\n \"isVerifiableByMe\": \"\",\n \"isVerified\": \"\",\n \"isVerifiedByAnonymized\": \"\",\n \"lastVerifiedByUser\": \"\",\n \"lastVerifiedDate\": \"\"\n }\n },\n \"clientInfo\": {\n \"applicationName\": \"\",\n \"applicationUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"feedElement\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"likes\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n },\n \"likesMessage\": \"\",\n \"moderationFlags\": \"\",\n \"myLike\": \"\",\n \"parent\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"relativeCreatedDate\": \"\",\n \"threadLevel\": \"\",\n \"threadParentId\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-743f4fc7-0a8c-4edc-8094-57429adeda1e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d9cf2209-d251-4d05-ab57-939a6ccbb405" } ], "id": "88ca577a-6bd1-4d0f-ac4e-32b1afe42f16", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-88ca577a-6bd1-4d0f-ac4e-32b1afe42f16" } ], "id": "433137bb-0ae6-40f4-9f90-3dfdd939357e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-433137bb-0ae6-40f4-9f90-3dfdd939357e" } ], "id": "8b21566b-82ba-4a7d-8550-e34451aa3a68", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8b21566b-82ba-4a7d-8550-e34451aa3a68" }, { "name": "Salesforce Feed Element - Delete", "id": "99adedcd-f5d8-437b-babc-00f5c182fe17", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", ":FEED_ELEMENT_ID" ], "variable": [ { "id": "14a670d9-138b-4aa5-b2c4-1eea7fc6e259", "key": "FEED_ELEMENT_ID", "value": "", "description": "(Required) " } ] }, "description": "Access, edit, or delete a feed element. Feed items are the only type of feed element that can be edited.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_specific.htm" }, "response": [ { "id": "1bab6c04-3ded-4a9f-9ae9-28f6e96df069", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements", ":FEED_ELEMENT_ID" ], "variable": [ { "key": "FEED_ELEMENT_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1bab6c04-3ded-4a9f-9ae9-28f6e96df069" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-99adedcd-f5d8-437b-babc-00f5c182fe17" } ], "id": "a033cebd-0ed8-4096-bfe5-563aab3cc711", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a033cebd-0ed8-4096-bfe5-563aab3cc711" }, { "name": "Salesforce Feed Elements, Post and Search", "id": "7d931469-4f07-407e-8916-d76361f27557", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements?feedElementType=&subjectId=&text=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements" ], "query": [ { "description": "(Required) Feed elements are the top-level objects that a feed contains. The feed element type describes the characteristics of that feed element. One of these values:\nBundle\u2014A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.\nFeedItem\u2014A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.\nRecommendation\u2014A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user.", "key": "feedElementType", "value": "" }, { "description": "(Required) ", "key": "subjectId", "value": "" }, { "description": "(Required) ", "key": "text", "value": "" } ] }, "description": "Feed item and comment bodies have a 10,000 character limit. Because this limit can change, we recommend that clients make a describeSObjects() call on the FeedItem or FeedComment object. To determine the maximum number of allowed characters, look at the length of the Body or CommentBody field.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element.htm" }, "response": [ { "id": "b37777d5-0172-48fa-a122-a14d56411e90", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/feed-elements?feedElementType=&subjectId=&text=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "feed-elements" ], "query": [ { "description": "(Required) Feed elements are the top-level objects that a feed contains. The feed element type describes the characteristics of that feed element. One of these values:\nBundle\u2014A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.\nFeedItem\u2014A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.\nRecommendation\u2014A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user.", "key": "feedElementType", "value": "" }, { "description": "(Required) ", "key": "subjectId", "value": "" }, { "description": "(Required) ", "key": "text", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actor\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"associatedActions\": {\n \"platformActionGroups\": [\n \"\",\n \"\"\n ]\n },\n \"bookmarks\": {\n \"isBookmarkedByCurrentUser\": \"\"\n },\n \"chatterLikes\": {\n \"isLikedByCurrentUser\": \"\",\n \"likesMessage\": \"\",\n \"myLike\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"close\": {\n \"canContextUserUpdateIsClosed\": \"\",\n \"isClosed\": \"\"\n },\n \"comments\": {\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": \"\",\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"interactions\": {\n \"count\": \"\"\n },\n \"mute\": {\n \"isMutedByMe\": \"\"\n },\n \"readBy\": {\n \"isReadByMe\": \"\",\n \"lastReadDateByMe\": \"\",\n \"page\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n }\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"topics\": {\n \"canAssignTopics\": \"\",\n \"items\": [\n \"\",\n \"\"\n ]\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n }\n },\n \"clientInfo\": {\n \"applicationName\": \"\",\n \"applicationUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"event\": \"\",\n \"feedElementType\": \"\",\n \"hasVerifiedComment\": \"\",\n \"header\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"reference\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"isSharable\": \"\",\n \"modifiedDate\": \"\",\n \"originalFeedItem\": \"\",\n \"originalFeedItemActor\": \"\",\n \"parent\": {\n \"entityLabel\": {\n \"label\": \"\",\n \"labelPlural\": \"\"\n },\n \"id\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"photoUrl\": \"\",\n \"relativeCreatedDate\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b37777d5-0172-48fa-a122-a14d56411e90" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7d931469-4f07-407e-8916-d76361f27557" } ], "id": "5a008394-2be0-4268-bafd-8f8b2c79f1d9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5a008394-2be0-4268-bafd-8f8b2c79f1d9" }, { "name": "comments", "item": [ { "name": "{COMMENT_ID}", "item": [ { "name": "Salesforce Comment", "id": "93657af7-97d9-468f-9b4e-3a567f9ac74f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "id": "d09afa07-857f-4cdd-bdf0-0fe6ea7607fc", "key": "COMMENT_ID", "value": "", "description": "(Required) " } ] }, "description": "Get information about, edit, or delete a comment.\nTo post a comment, use Feed Elements Capability, Comments Items.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, "response": [ { "id": "c6ccfa58-af89-4adf-acbf-7281c352c749", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "key": "COMMENT_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\",\n \"altText\": \"\",\n \"htmlTag\": \"\",\n \"markupType\": \"\",\n \"url\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\",\n \"altText\": \"\",\n \"htmlTag\": \"\",\n \"markupType\": \"\",\n \"url\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": \"\",\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n },\n \"verified\": {\n \"isVerifiableByMe\": \"\",\n \"isVerified\": \"\",\n \"isVerifiedByAnonymized\": \"\",\n \"lastVerifiedByUser\": \"\",\n \"lastVerifiedDate\": \"\"\n }\n },\n \"clientInfo\": \"\",\n \"createdDate\": \"\",\n \"feedElement\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"likes\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n },\n \"likesMessage\": \"\",\n \"moderationFlags\": \"\",\n \"myLike\": \"\",\n \"parent\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"relativeCreatedDate\": \"\",\n \"threadLevel\": \"\",\n \"threadParentId\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c6ccfa58-af89-4adf-acbf-7281c352c749" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-93657af7-97d9-468f-9b4e-3a567f9ac74f" }, { "name": "Salesforce Comment - Edit", "id": "691ccd05-e586-4173-88cf-45103b9d5126", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"body\": {\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "id": "bcf12e66-d527-4d5f-b383-3663ba553bde", "key": "COMMENT_ID", "value": "", "description": "(Required) " } ] }, "description": "Get information about, edit, or delete a comment.\nTo post a comment, use Feed Elements Capability, Comments Items.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, "response": [ { "id": "1f2a5171-f92c-4cdb-a0e8-8bf08007bdde", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": {\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "key": "COMMENT_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n {\n \"text\": \"\",\n \"type\": \"\"\n },\n {\n \"text\": \"\",\n \"type\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"capabilities\": {\n \"edit\": {\n \"isEditRestricted\": \"\",\n \"isEditableByMeUrl\": \"\",\n \"lastEditedBy\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"lastEditedDate\": \"\",\n \"latestRevision\": \"\",\n \"relativeLastEditedDate\": \"\"\n },\n \"status\": {\n \"feedEntityStatus\": \"\",\n \"isApprovableByMe\": \"\"\n },\n \"upDownVote\": {\n \"downVoteCount\": \"\",\n \"myVote\": \"\",\n \"upVoteCount\": \"\"\n },\n \"verified\": {\n \"isVerifiableByMe\": \"\",\n \"isVerified\": \"\",\n \"isVerifiedByAnonymized\": \"\",\n \"lastVerifiedByUser\": \"\",\n \"lastVerifiedDate\": \"\"\n }\n },\n \"clientInfo\": \"\",\n \"createdDate\": \"\",\n \"feedElement\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"id\": \"\",\n \"isDeleteRestricted\": \"\",\n \"likes\": {\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"items\": [\n \"\",\n \"\"\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n },\n \"likesMessage\": \"\",\n \"moderationFlags\": \"\",\n \"myLike\": \"\",\n \"parent\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"relativeCreatedDate\": \"\",\n \"threadLevel\": \"\",\n \"threadParentId\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1f2a5171-f92c-4cdb-a0e8-8bf08007bdde" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-691ccd05-e586-4173-88cf-45103b9d5126" }, { "name": "Salesforce Comment - Delete", "id": "cf1fb3e6-3f31-47e3-b806-d8d2771d5868", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "id": "105f288c-e5ac-4685-8a00-58dec482a629", "key": "COMMENT_ID", "value": "", "description": "(Required) " } ] }, "description": "Get information about, edit, or delete a comment.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, "response": [ { "id": "75311895-011a-4f70-9e2e-2d26766a2e5b", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/comments/:COMMENT_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "comments", ":COMMENT_ID" ], "variable": [ { "key": "COMMENT_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-75311895-011a-4f70-9e2e-2d26766a2e5b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cf1fb3e6-3f31-47e3-b806-d8d2771d5868" } ], "id": "ebbf959d-9c74-4170-94f6-6d1b27f6b58f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ebbf959d-9c74-4170-94f6-6d1b27f6b58f" } ], "id": "1d7b5b73-a350-46a1-b91e-e6d9e31df287", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1d7b5b73-a350-46a1-b91e-e6d9e31df287" }, { "name": "groups", "item": [ { "name": "{GROUP_ID}", "item": [ { "name": "members", "item": [ { "name": "requests", "item": [ { "name": "Salesforce Group Members\u2014private", "id": "11117dd3-295f-4521-abfc-64d9b472bbab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members/requests", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members", "requests" ], "variable": [ { "id": "966a7245-8d69-421d-b1a2-b283bfbf4c27", "key": "GROUP_ID", "value": "", "description": "(Required) " } ] }, "description": "Request membership in a private group or get the status of requests to a join a private group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_GroupMembersRequests.htm" }, "response": [ { "id": "72ed611d-db47-4370-a2bf-cf457342b184", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members/requests", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members", "requests" ], "variable": [ { "key": "GROUP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"requests\": [\n {\n \"createdDate\": \"\",\n \"id\": \"\",\n \"lastUpdateDate\": \"\",\n \"requestedGroup\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"responseMessage\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n },\n {\n \"createdDate\": \"\",\n \"id\": \"\",\n \"lastUpdateDate\": \"\",\n \"requestedGroup\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"responseMessage\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-72ed611d-db47-4370-a2bf-cf457342b184" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-11117dd3-295f-4521-abfc-64d9b472bbab" }, { "name": "Salesforce Group Members\u2014private - Post", "id": "0b1a3448-bdcd-401f-9a71-590e262dd69e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members/requests", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members", "requests" ], "variable": [ { "id": "c2b7d02c-acb4-4264-90da-18f5ad327d9d", "key": "GROUP_ID", "value": "", "description": "(Required) " } ] }, "description": "Request membership in a private group or get the status of requests to a join a private group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_GroupMembersRequests.htm" }, "response": [ { "id": "82348e76-73d8-43d5-afc1-ebcbbf9a32f7", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members/requests", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members", "requests" ], "variable": [ { "key": "GROUP_ID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"createdDate\": \"\",\n \"id\": \"\",\n \"lastUpdateDate\": \"\",\n \"requestedGroup\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"responseMessage\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-82348e76-73d8-43d5-afc1-ebcbbf9a32f7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0b1a3448-bdcd-401f-9a71-590e262dd69e" } ], "id": "33e9b1cf-647f-48ae-8d8c-56bc369d6847", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-33e9b1cf-647f-48ae-8d8c-56bc369d6847" }, { "name": "Salesforce Group Members", "id": "89ccb68a-5782-4b89-84ae-297263a0b613", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members?userId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members" ], "query": [ { "description": "(Required) ", "key": "userId", "value": "" } ], "variable": [ { "id": "c2550323-5672-44a6-985e-62393408590c", "key": "GROUP_ID", "value": "", "description": "(Required) " } ] }, "description": "Members of a specified group. Get the members and add a member to a group. To add a member, the context user must be the group owner or moderator.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_GroupMembers.htm" }, "response": [ { "id": "d9aa05bc-2c84-416a-9760-33649773fb9b", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups/:GROUP_ID/members?userId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", ":GROUP_ID", "members" ], "query": [ { "description": "(Required) ", "key": "userId", "value": "" } ], "variable": [ { "key": "GROUP_ID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"lastFeedAccessDate\": \"\",\n \"role\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d9aa05bc-2c84-416a-9760-33649773fb9b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-89ccb68a-5782-4b89-84ae-297263a0b613" } ], "id": "31c3622e-bd08-4dbb-aec0-f3bfd78b34c7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-31c3622e-bd08-4dbb-aec0-f3bfd78b34c7" } ], "id": "e2bdabad-4d2f-4ab0-a133-c51a86d0a27c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e2bdabad-4d2f-4ab0-a133-c51a86d0a27c" }, { "name": "group", "item": [ { "name": "{GROUP_ID}", "item": [ { "name": "invite", "item": [ { "name": "Salesforce Group Invites", "id": "01035c7e-c3f7-4b3d-a7a6-b3bac919fdc0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"invitees\": {\n \"emails\": [\n \"\",\n \"\"\n ]\n },\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/groups/group/:GROUP_ID/invite", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", "group", ":GROUP_ID", "invite" ], "variable": [ { "id": "815c322d-7e4b-4689-9339-f7dbd50114ea", "key": "GROUP_ID", "value": "", "description": "(Required) " } ] }, "description": "Invite internal and external users to join a group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_invites.htm#connect_resources_groups_invites" }, "response": [ { "id": "be8cf6ec-c526-43b5-956d-65b17268da0c", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"invitees\": {\n \"emails\": [\n \"\",\n \"\"\n ]\n },\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/chatter/groups/group/:GROUP_ID/invite", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups", "group", ":GROUP_ID", "invite" ], "variable": [ { "key": "GROUP_ID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-be8cf6ec-c526-43b5-956d-65b17268da0c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-01035c7e-c3f7-4b3d-a7a6-b3bac919fdc0" } ], "id": "737e7e9a-1af0-4c21-b9c3-9c9a733e23d9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-737e7e9a-1af0-4c21-b9c3-9c9a733e23d9" } ], "id": "e6d2523c-283c-4d87-89c4-487b7eb5ef29", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e6d2523c-283c-4d87-89c4-487b7eb5ef29" } ], "id": "1a0e622d-4277-4f5e-abdb-e81a0e5246bd", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1a0e622d-4277-4f5e-abdb-e81a0e5246bd" }, { "name": "Salesforce List of Groups", "id": "9f92ce3d-6254-4809-b641-3cf62cc82151", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups" ] }, "description": "A list of all the groups in the organization. Get information about groups or create a group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_ListOfGroups.htm" }, "response": [ { "id": "56e3015e-78c4-4ceb-8b9e-771b004c938d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageUrl\": \"\",\n \"groups\": [\n {\n \"additionalLabel\": \"\",\n \"announcement\": \"\",\n \"bannerPhoto\": {\n \"bannerPhotoUrl\": \"\",\n \"bannerPhotoVersionId\": \"\",\n \"url\": \"\"\n },\n \"canHaveChatterGuests\": \"\",\n \"community\": \"\",\n \"description\": \"\",\n \"emailToChatterAddress\": \"\",\n \"fileCount\": \"\",\n \"id\": \"\",\n \"information\": {\n \"text\": \"\",\n \"title\": \"\"\n },\n \"isArchived\": \"\",\n \"isAutoArchiveDisabled\": \"\",\n \"isBroadcast\": \"\",\n \"lastFeedElementPostDate\": \"\",\n \"memberCount\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"myRole\": \"\",\n \"mySubscription\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"owner\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"pendingRequests\": \"\",\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n },\n {\n \"additionalLabel\": \"\",\n \"announcement\": \"\",\n \"bannerPhoto\": {\n \"bannerPhotoUrl\": \"\",\n \"bannerPhotoVersionId\": \"\",\n \"url\": \"\"\n },\n \"canHaveChatterGuests\": \"\",\n \"community\": \"\",\n \"description\": \"\",\n \"emailToChatterAddress\": \"\",\n \"fileCount\": \"\",\n \"id\": \"\",\n \"information\": {\n \"text\": \"\",\n \"title\": \"\"\n },\n \"isArchived\": \"\",\n \"isAutoArchiveDisabled\": \"\",\n \"isBroadcast\": \"\",\n \"lastFeedElementPostDate\": \"\",\n \"memberCount\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"myRole\": \"\",\n \"mySubscription\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"owner\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"pendingRequests\": \"\",\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n }\n ],\n \"nextPageUrl\": \"\",\n \"previousPageUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-56e3015e-78c4-4ceb-8b9e-771b004c938d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9f92ce3d-6254-4809-b641-3cf62cc82151" }, { "name": "Salesforce List of Groups - Post", "id": "95d7e557-679d-4a3c-b3f5-5def829e7e5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups?name=&visibility=&description=&information=&isArchived=&isAutoArchiveDisabled=&isBroadcast=&canHaveChatterGuests=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups" ], "query": [ { "description": "(Required) ", "key": "name", "value": "" }, { "description": "(Required) PrivateAccess\u2014Only members of the group can see posts to this group.\nPublicAccess\u2014All users within the community can see posts to this group.\nUnlisted\u2014Reserved for future use.", "key": "visibility", "value": "" }, { "description": "(Required) ", "key": "description", "value": "" }, { "description": "(Required) If the group is private, the \u201cInformation\u201d section is visible only to members.", "key": "information", "value": "" }, { "description": "(Required) ", "key": "isArchived", "value": "" }, { "description": "(Required) true if automatic archiving is turned off for the group, false otherwise. Defaults to false. If true, if there are no posts or comments for 90 days the group is archived.", "key": "isAutoArchiveDisabled", "value": "" }, { "description": "(Required) true if only group owners and managers can create posts in the group, false otherwise.", "key": "isBroadcast", "value": "" }, { "description": "(Required) ", "key": "canHaveChatterGuests", "value": "" } ] }, "description": "A list of all the groups in the organization. Get information about groups or create a group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_ListOfGroups.htm" }, "response": [ { "id": "72ba867a-ddf5-4390-bb2b-a39f6211149a", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/groups?name=&visibility=&description=&information=&isArchived=&isAutoArchiveDisabled=&isBroadcast=&canHaveChatterGuests=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "groups" ], "query": [ { "description": "(Required) ", "key": "name", "value": "" }, { "description": "(Required) PrivateAccess\u2014Only members of the group can see posts to this group.\nPublicAccess\u2014All users within the community can see posts to this group.\nUnlisted\u2014Reserved for future use.", "key": "visibility", "value": "" }, { "description": "(Required) ", "key": "description", "value": "" }, { "description": "(Required) If the group is private, the \u201cInformation\u201d section is visible only to members.", "key": "information", "value": "" }, { "description": "(Required) ", "key": "isArchived", "value": "" }, { "description": "(Required) true if automatic archiving is turned off for the group, false otherwise. Defaults to false. If true, if there are no posts or comments for 90 days the group is archived.", "key": "isAutoArchiveDisabled", "value": "" }, { "description": "(Required) true if only group owners and managers can create posts in the group, false otherwise.", "key": "isBroadcast", "value": "" }, { "description": "(Required) ", "key": "canHaveChatterGuests", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"additionalLabel\": \"\",\n \"announcement\": \"\",\n \"bannerPhoto\": {\n \"bannerPhotoUrl\": \"\",\n \"bannerPhotoVersionId\": \"\",\n \"url\": \"\"\n },\n \"canHaveChatterGuests\": \"\",\n \"community\": \"\",\n \"description\": \"\",\n \"emailToChatterAddress\": \"\",\n \"fileCount\": \"\",\n \"id\": \"\",\n \"information\": {\n \"text\": \"\",\n \"title\": \"\"\n },\n \"isArchived\": \"\",\n \"isAutoArchiveDisabled\": \"\",\n \"isBroadcast\": \"\",\n \"lastFeedElementPostDate\": \"\",\n \"memberCount\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"myRole\": \"\",\n \"mySubscription\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"owner\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"pendingRequests\": \"\",\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"type\": \"\",\n \"url\": \"\",\n \"visibility\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-72ba867a-ddf5-4390-bb2b-a39f6211149a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-95d7e557-679d-4a3c-b3f5-5def829e7e5f" } ], "id": "25574091-dbcc-428f-8f1a-36d46160c39e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-25574091-dbcc-428f-8f1a-36d46160c39e" }, { "name": "group-membership-requests", "item": [ { "name": "{CHATTER_GROUP_REQUEST_ID}", "item": [ { "name": "Salesforce Group Membership Requests\u2014private", "id": "b53b6f48-25c5-4cde-8db5-7221b6a81ab8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/group-membership-requests/:CHATTER_GROUP_REQUEST_ID?status=&responseMessage=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "group-membership-requests", ":CHATTER_GROUP_REQUEST_ID" ], "query": [ { "description": "(Required) ", "key": "status", "value": "" }, { "description": "(Required) ", "key": "responseMessage", "value": "" } ], "variable": [ { "id": "0486a567-6d8f-4c3b-a956-8df2c6074c66", "key": "CHATTER_GROUP_REQUEST_ID", "value": "", "description": "(Required) " } ] }, "description": "Update the status of a request by a user to join a private group or get information about a request to join a private group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_group_membership_requests.htm?search_text=group-membership-requests" }, "response": [ { "id": "44be3f1a-58ab-423e-b9b9-638e35355716", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/group-membership-requests/:CHATTER_GROUP_REQUEST_ID?status=&responseMessage=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "group-membership-requests", ":CHATTER_GROUP_REQUEST_ID" ], "query": [ { "description": "(Required) ", "key": "status", "value": "" }, { "description": "(Required) ", "key": "responseMessage", "value": "" } ], "variable": [ { "key": "CHATTER_GROUP_REQUEST_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"createdDate\": \"\",\n \"id\": \"\",\n \"lastUpdateDate\": \"\",\n \"requestedGroup\": {\n \"id\": \"\",\n \"url\": \"\"\n },\n \"responseMessage\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"user\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-44be3f1a-58ab-423e-b9b9-638e35355716" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b53b6f48-25c5-4cde-8db5-7221b6a81ab8" } ], "id": "800c4359-1559-4972-80a0-cab1c61f660a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-800c4359-1559-4972-80a0-cab1c61f660a" } ], "id": "8e4bc59b-bb94-49be-a210-023a7ebbfba8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8e4bc59b-bb94-49be-a210-023a7ebbfba8" }, { "name": "users", "item": [ { "name": "me", "item": [ { "name": "messages", "item": [ { "name": "Salesforce User Messages, General", "id": "fa26a07c-ff93-415f-b3e3-83e5603ee19e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/me/messages?text=&recipients=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", "me", "messages" ], "query": [ { "description": "(Required) ", "key": "text", "value": "" }, { "description": "(Required) Comma-separated list of User IDs", "key": "recipients", "value": "" } ] }, "description": "Returns all the messages for all the private conversations for the context user. Also used to search across all messages and post a message.\nTo return all private conversations for the context user, see User Conversations, General.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_messages_general.htm" }, "response": [ { "id": "f51f336e-7c39-41f2-ab1d-07a6ec3cfba3", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/me/messages?text=&recipients=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", "me", "messages" ], "query": [ { "description": "(Required) ", "key": "text", "value": "" }, { "description": "(Required) Comma-separated list of User IDs", "key": "recipients", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"body\": {\n \"isRichText\": \"\",\n \"messageSegments\": [\n \"\",\n \"\"\n ],\n \"text\": \"\"\n },\n \"conversationId\": \"\",\n \"conversationUrl\": \"\",\n \"id\": \"\",\n \"recipients\": [\n {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n }\n ],\n \"sender\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"sendingCommunity\": \"\",\n \"sentDate\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f51f336e-7c39-41f2-ab1d-07a6ec3cfba3" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fa26a07c-ff93-415f-b3e3-83e5603ee19e" } ], "id": "d9735e5e-6502-460b-afb3-8ef33ae90662", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d9735e5e-6502-460b-afb3-8ef33ae90662" } ], "id": "4359c2ea-16f9-464c-9ecf-05ca098a2da9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4359c2ea-16f9-464c-9ecf-05ca098a2da9" }, { "name": "{USER_ID}", "item": [ { "name": "following", "item": [ { "name": "Salesforce Following", "id": "4b8d7773-7159-4c3d-9408-18863252971e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/:USER_ID/following", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", ":USER_ID", "following" ], "variable": [ { "id": "515a00b8-01e2-41db-8af8-34f8ca6b21a6", "key": "USER_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following" }, "response": [ { "id": "3ffe5c50-6142-4f8d-920f-2fffa774e5cc", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/:USER_ID/following", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", ":USER_ID", "following" ], "variable": [ { "key": "USER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageUrl\": \"\",\n \"following\": [\n \"\",\n \"\"\n ],\n \"nextPageUrl\": \"\",\n \"previousPageUrl\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3ffe5c50-6142-4f8d-920f-2fffa774e5cc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4b8d7773-7159-4c3d-9408-18863252971e" }, { "name": "Salesforce Following - Post", "id": "4fdc3658-083b-43e9-8291-af5e81c75f2c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/:USER_ID/following?subjectId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", ":USER_ID", "following" ], "query": [ { "description": "(Required) ", "key": "subjectId", "value": "" } ], "variable": [ { "id": "6bab786e-c1db-4759-871a-9b158d7e0b61", "key": "USER_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following" }, "response": [ { "id": "aca617a4-86c7-492f-9dc9-26be9f18d878", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/users/:USER_ID/following?subjectId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "users", ":USER_ID", "following" ], "query": [ { "description": "(Required) ", "key": "subjectId", "value": "" } ], "variable": [ { "key": "USER_ID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"community\": \"\",\n \"id\": \"\",\n \"subject\": {\n \"entityLabel\": {\n \"label\": \"\",\n \"labelPlural\": \"\"\n },\n \"id\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"subscriber\": {\n \"additionalLabel\": \"\",\n \"communityNickname\": \"\",\n \"companyName\": \"\",\n \"displayName\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"isActive\": \"\",\n \"isInThisCommunity\": \"\",\n \"lastName\": \"\",\n \"motif\": {\n \"color\": \"\",\n \"largeIconUrl\": \"\",\n \"mediumIconUrl\": \"\",\n \"smallIconUrl\": \"\",\n \"svgIconUrl\": \"\"\n },\n \"mySubscription\": \"\",\n \"name\": \"\",\n \"outOfOffice\": {\n \"message\": \"\"\n },\n \"photo\": {\n \"fullEmailPhotoUrl\": \"\",\n \"largePhotoUrl\": \"\",\n \"mediumPhotoUrl\": \"\",\n \"photoVersionId\": \"\",\n \"smallPhotoUrl\": \"\",\n \"standardEmailPhotoUrl\": \"\",\n \"url\": \"\"\n },\n \"reputation\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"userType\": \"\"\n },\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aca617a4-86c7-492f-9dc9-26be9f18d878" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4fdc3658-083b-43e9-8291-af5e81c75f2c" } ], "id": "737a55f8-21af-4501-9083-8552311c617b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-737a55f8-21af-4501-9083-8552311c617b" } ], "id": "e8834e7d-7ebd-48f7-ae46-15f2afdf2212", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e8834e7d-7ebd-48f7-ae46-15f2afdf2212" } ], "id": "ba4d48eb-31ef-4bf9-8a75-9bbee0a8e967", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ba4d48eb-31ef-4bf9-8a75-9bbee0a8e967" }, { "name": "subscriptions", "item": [ { "name": "{SUBSCRIPTION_ID}", "item": [ { "name": "Salesforce Delete Subscription", "id": "dc712d6d-7430-4290-a965-bf8bd7c2f404", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/chatter/subscriptions/:SUBSCRIPTION_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "subscriptions", ":SUBSCRIPTION_ID" ], "variable": [ { "id": "76fc1f85-9262-4fd9-88fd-b62beae2e412", "key": "SUBSCRIPTION_ID", "value": "", "description": "(Required) " } ] }, "description": "Information about the specified subscription. Also used to delete a subscription, for example, to unfollow a record or a topic.\nA subscription ID is returned as part of the response body for follower and following resources, for example, /records/recordId/followers. In addition, subscriptions IDs are also returned in many summary response bodies, such as group summary or user summary.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_subscriptions.htm" }, "response": [ { "id": "7db0dc7d-b834-4154-bdb6-c5fd12a4110f", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/chatter/subscriptions/:SUBSCRIPTION_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "chatter", "subscriptions", ":SUBSCRIPTION_ID" ], "variable": [ { "key": "SUBSCRIPTION_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7db0dc7d-b834-4154-bdb6-c5fd12a4110f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dc712d6d-7430-4290-a965-bf8bd7c2f404" } ], "id": "a53fc078-217e-485f-a6c1-ebade359dbee", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a53fc078-217e-485f-a6c1-ebade359dbee" } ], "id": "e1e12233-9156-4aa9-86e6-6b93668f1627", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e1e12233-9156-4aa9-86e6-6b93668f1627" } ], "id": "0526e118-58d3-433b-b9c8-d338c4d42f82", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0526e118-58d3-433b-b9c8-d338c4d42f82" }, { "name": "commerce", "item": [ { "name": "webstores", "item": [ { "name": "carts", "item": [ { "name": "{webCartId}", "item": [ { "name": "cart-items", "item": [ { "name": "Salesforce Add an Item to a Cart", "id": "0ec09751-b49f-448d-a34f-1e46c7b3cdf9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"productId\": \"\",\n \"quantity\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/webstores//carts/:webCartId/cart-items?effectiveAccountId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "webstores", "", "carts", ":webCartId", "cart-items" ], "query": [ { "description": "(Required) ", "key": "effectiveAccountId", "value": "" } ], "variable": [ { "id": "c00e2a5e-6b80-4c8a-9c2d-1b1af5a5a66e", "key": "webCartId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "60a6557f-c8c9-4697-9008-59772b0a74e6", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"productId\": \"\",\n \"quantity\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/webstores//carts/:webCartId/cart-items?effectiveAccountId=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "webstores", "", "carts", ":webCartId", "cart-items" ], "query": [ { "description": "(Required) ", "key": "effectiveAccountId", "value": "" } ], "variable": [ { "key": "webCartId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-60a6557f-c8c9-4697-9008-59772b0a74e6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0ec09751-b49f-448d-a34f-1e46c7b3cdf9" } ], "id": "6254a3ab-c0e7-426e-be50-c1691a6ca038", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-6254a3ab-c0e7-426e-be50-c1691a6ca038" } ], "id": "1b082bf7-b4c2-42b0-829a-a6aaa744a691", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1b082bf7-b4c2-42b0-829a-a6aaa744a691" } ], "id": "1d5728b7-bf70-4386-95fb-ca5bcf0ae969", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1d5728b7-bf70-4386-95fb-ca5bcf0ae969" } ], "id": "4fe41a35-0352-4b65-8fcc-f43f482fb065", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4fe41a35-0352-4b65-8fcc-f43f482fb065" }, { "name": "payments", "item": [ { "name": "payment-methods", "item": [ { "name": "Salesforce Create Payment Method", "id": "44f0f4a2-831a-4610-9567-c70659a492af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"paymentGatewayId\": \"\",\n \"cardPaymentMethod\": {\n \"cardHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"cardNumber\": \"\",\n \"cvv\": \"\",\n \"cardCategory\": \"\",\n \"cardType\": \"\",\n \"startYear\": \"\",\n \"startMonth\": \"\",\n \"nickName\": \"\",\n \"accountId\": \"\"\n },\n \"phone\": \"\",\n \"email\": \"\",\n \"additionalData\": {\n \"key1\": \"\",\n \"key2\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/payments/payment-methods", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "payments", "payment-methods" ] } }, "response": [ { "id": "2c965e36-cc1a-4cb5-9319-7f5cd56cf7fc", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"paymentGatewayId\": \"\",\n \"cardPaymentMethod\": {\n \"cardHolderName\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"cardNumber\": \"\",\n \"cvv\": \"\",\n \"cardCategory\": \"\",\n \"cardType\": \"\",\n \"startYear\": \"\",\n \"startMonth\": \"\",\n \"nickName\": \"\",\n \"accountId\": \"\"\n },\n \"phone\": \"\",\n \"email\": \"\",\n \"additionalData\": {\n \"key1\": \"\",\n \"key2\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/payments/payment-methods", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "payments", "payment-methods" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2c965e36-cc1a-4cb5-9319-7f5cd56cf7fc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-44f0f4a2-831a-4610-9567-c70659a492af" } ], "id": "4695fd93-8e8f-4ce6-9d98-6d2a63882753", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4695fd93-8e8f-4ce6-9d98-6d2a63882753" } ], "id": "97754176-9159-4f54-a54b-59d4cbbdb704", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-97754176-9159-4f54-a54b-59d4cbbdb704" }, { "name": "catalog-products", "item": [ { "name": "actions", "item": [ { "name": "get-products", "item": [ { "name": "Salesforce Request Product Information (no Bundles)", "id": "cda007b2-431d-4ac3-8e14-f7fca3f9b556", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"productContexts\": [\n {\n \"product2Id\": \"\",\n \"productSellingModelId\": \"\"\n },\n {\n \"product2Id\": \"\",\n \"productSellingModelId\": \"\"\n }\n ],\n \"fields\": [\n \"\",\n \"\"\n ],\n \"retrievalType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/catalog-products/actions/get-products", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "catalog-products", "actions", "get-products" ] }, "description": "Request information for two products that aren't bundles. For the first product, request only the information about the specified product selling model. For the second product, request information about all related product selling models.\n\nSee [Request Product Information](https://desktop.postman.com/?desktopVersion=10.13.6&webVersion=10.13.7-ui-230522-1730&userId=10709048&teamId=0)." }, "response": [ { "id": "ac9bc02c-4b9c-40f1-9669-5e9ff1c8183f", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"productContexts\": [\n {\n \"product2Id\": \"\",\n \"productSellingModelId\": \"\"\n },\n {\n \"product2Id\": \"\",\n \"productSellingModelId\": \"\"\n }\n ],\n \"fields\": [\n \"\",\n \"\"\n ],\n \"retrievalType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/catalog-products/actions/get-products", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "catalog-products", "actions", "get-products" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ac9bc02c-4b9c-40f1-9669-5e9ff1c8183f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cda007b2-431d-4ac3-8e14-f7fca3f9b556" } ], "id": "740adb9c-b0cb-433a-9b0c-623a8d79e9fb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-740adb9c-b0cb-433a-9b0c-623a8d79e9fb" } ], "id": "7bf2eba2-e002-4fb0-bc81-069558802ed3", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7bf2eba2-e002-4fb0-bc81-069558802ed3" } ], "id": "2c1e125f-484b-4f65-b460-8f44de6f5b12", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-2c1e125f-484b-4f65-b460-8f44de6f5b12" }, { "name": "pricing", "item": [ { "name": "salestransaction", "item": [ { "name": "actions", "item": [ { "name": "calculate-price", "item": [ { "name": "Salesforce Calculate Price (new Sale)", "id": "91ed4bfe-35fe-4f88-b7ca-adb042e8f537", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"listPricebookId\": \"\",\n \"pricingFlow\": \"\",\n \"graph\": {\n \"graphId\": \"\",\n \"records\": [\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\"\n },\n \"CurrencyIsoCode\": \"\",\n \"SalesTransactionShapeId\": \"\",\n \"StartDate\": \"\",\n \"ProductId\": \"\",\n \"ProductSellingModelId\": \"\",\n \"Quantity\": \"\",\n \"PricingTransactionType\": \"\",\n \"EndDate\": \"\"\n }\n },\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\"\n },\n \"CurrencyIsoCode\": \"\",\n \"SalesTransactionShapeId\": \"\",\n \"StartDate\": \"\",\n \"ProductId\": \"\",\n \"ProductSellingModelId\": \"\",\n \"Quantity\": \"\",\n \"PricingTransactionType\": \"\",\n \"EndDate\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/pricing/salestransaction/actions/calculate-price", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "pricing", "salestransaction", "actions", "calculate-price" ] }, "description": "Calculate the price of a new sale that contains two order items: a term-defined subscription order for a bronze-level SLA, and an evergreen subscription order for a virtual router. The payload for the term-defined order contains both a start date and an end date. Instead of an end date, you can also include a start date and a subscription term.\n\nSee [Calculate Price](https://developer.salesforce.com/docs/revenue/subscription-management/references/prices?meta=Summary)." }, "response": [ { "id": "2e599a2d-051e-4dc1-9d78-86f52fe94a17", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"listPricebookId\": \"\",\n \"pricingFlow\": \"\",\n \"graph\": {\n \"graphId\": \"\",\n \"records\": [\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\"\n },\n \"CurrencyIsoCode\": \"\",\n \"SalesTransactionShapeId\": \"\",\n \"StartDate\": \"\",\n \"ProductId\": \"\",\n \"ProductSellingModelId\": \"\",\n \"Quantity\": \"\",\n \"PricingTransactionType\": \"\",\n \"EndDate\": \"\"\n }\n },\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\"\n },\n \"CurrencyIsoCode\": \"\",\n \"SalesTransactionShapeId\": \"\",\n \"StartDate\": \"\",\n \"ProductId\": \"\",\n \"ProductSellingModelId\": \"\",\n \"Quantity\": \"\",\n \"PricingTransactionType\": \"\",\n \"EndDate\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/pricing/salestransaction/actions/calculate-price", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "pricing", "salestransaction", "actions", "calculate-price" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2e599a2d-051e-4dc1-9d78-86f52fe94a17" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-91ed4bfe-35fe-4f88-b7ca-adb042e8f537" } ], "id": "0e7f7cad-5558-4543-8640-8b11530dce99", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0e7f7cad-5558-4543-8640-8b11530dce99" } ], "id": "3eaedbed-8ee8-42c3-bf02-a452dfdff7b3", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3eaedbed-8ee8-42c3-bf02-a452dfdff7b3" } ], "id": "0352836b-9fd5-4483-a434-35f16674c4c8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0352836b-9fd5-4483-a434-35f16674c4c8" } ], "id": "fac946b7-2478-4f6f-9431-3c9c36393199", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fac946b7-2478-4f6f-9431-3c9c36393199" }, { "name": "quotes", "item": [ { "name": "actions", "item": [ { "name": "place", "item": [ { "name": "Salesforce Create or Update Quote", "id": "b206f4e8-3c52-4ff5-a2a3-fbe11fee6100", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"pricingPref\": \"\",\n \"graph\": {\n \"graphId\": \"\",\n \"records\": [\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\",\n \"method\": \"\"\n },\n \"Name\": \"\",\n \"Pricebook2Id\": \"\",\n \"QuoteId\": \"\",\n \"PricebookEntryId\": \"\",\n \"Product2Id\": \"\",\n \"Quantity\": \"\",\n \"UnitPrice\": \"\",\n \"PeriodBoundary\": \"\",\n \"BillingFrequency\": \"\",\n \"StartDate\": \"\",\n \"EndDate\": \"\",\n \"PeriodBoundaryDay\": \"\"\n }\n },\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\",\n \"method\": \"\"\n },\n \"Name\": \"\",\n \"Pricebook2Id\": \"\",\n \"QuoteId\": \"\",\n \"PricebookEntryId\": \"\",\n \"Product2Id\": \"\",\n \"Quantity\": \"\",\n \"UnitPrice\": \"\",\n \"PeriodBoundary\": \"\",\n \"BillingFrequency\": \"\",\n \"StartDate\": \"\",\n \"EndDate\": \"\",\n \"PeriodBoundaryDay\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/quotes/actions/place", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "quotes", "actions", "place" ] }, "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)." }, "response": [ { "id": "04b337d3-7cdc-44da-9db5-40373c1a47ee", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"pricingPref\": \"\",\n \"graph\": {\n \"graphId\": \"\",\n \"records\": [\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\",\n \"method\": \"\"\n },\n \"Name\": \"\",\n \"Pricebook2Id\": \"\",\n \"QuoteId\": \"\",\n \"PricebookEntryId\": \"\",\n \"Product2Id\": \"\",\n \"Quantity\": \"\",\n \"UnitPrice\": \"\",\n \"PeriodBoundary\": \"\",\n \"BillingFrequency\": \"\",\n \"StartDate\": \"\",\n \"EndDate\": \"\",\n \"PeriodBoundaryDay\": \"\"\n }\n },\n {\n \"referenceId\": \"\",\n \"record\": {\n \"attributes\": {\n \"type\": \"\",\n \"method\": \"\"\n },\n \"Name\": \"\",\n \"Pricebook2Id\": \"\",\n \"QuoteId\": \"\",\n \"PricebookEntryId\": \"\",\n \"Product2Id\": \"\",\n \"Quantity\": \"\",\n \"UnitPrice\": \"\",\n \"PeriodBoundary\": \"\",\n \"BillingFrequency\": \"\",\n \"StartDate\": \"\",\n \"EndDate\": \"\",\n \"PeriodBoundaryDay\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/commerce/quotes/actions/place", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "commerce", "quotes", "actions", "place" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-04b337d3-7cdc-44da-9db5-40373c1a47ee" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b206f4e8-3c52-4ff5-a2a3-fbe11fee6100" } ], "id": "4cf3b5a7-4ba3-4f5e-8653-8c5f85408182", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4cf3b5a7-4ba3-4f5e-8653-8c5f85408182" } ], "id": "a43fe437-15f2-417d-a5b8-d84ca838eac2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a43fe437-15f2-417d-a5b8-d84ca838eac2" } ], "id": "135768c2-ebdc-4be5-a5b5-97829ccbe5e4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-135768c2-ebdc-4be5-a5b5-97829ccbe5e4" } ], "id": "ab96d54f-c469-4f9b-a6ac-ae5e066e5ce0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ab96d54f-c469-4f9b-a6ac-ae5e066e5ce0" }, { "name": "einstein", "item": [ { "name": "prompt-templates", "item": [ { "name": "{PROMPT_TEMPLATE_API_NAME}", "item": [ { "name": "generations", "item": [ { "name": "Salesforce Generate Response Based on Prompt Template", "id": "38f51d40-3bfb-46c5-97cc-f6a265d140bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "text/plain" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/data/v64.0/einstein/prompt-templates/:PROMPT_TEMPLATE_API_NAME/generations", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "prompt-templates", ":PROMPT_TEMPLATE_API_NAME", "generations" ], "variable": [ { "id": "d788a4da-dd1f-404b-add7-b1f1fd807a12", "key": "PROMPT_TEMPLATE_API_NAME", "value": "", "description": "(Required) API name of the prompt template to invoke" } ] }, "description": "Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm))." }, "response": [ { "id": "2abcf402-1245-4c72-8635-d94f13bf1a02", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "text/plain" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/data/v64.0/einstein/prompt-templates/:PROMPT_TEMPLATE_API_NAME/generations", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "prompt-templates", ":PROMPT_TEMPLATE_API_NAME", "generations" ], "variable": [ { "key": "PROMPT_TEMPLATE_API_NAME" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Set-Cookie", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Origin-Trial", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Server", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"generations\": [\n {\n \"parameters\": \"\",\n \"responseId\": \"\",\n \"text\": \"\"\n },\n {\n \"parameters\": \"\",\n \"responseId\": \"\",\n \"text\": \"\"\n }\n ],\n \"parameters\": \"\",\n \"prompt\": \"\",\n \"promptTemplateDevName\": \"\",\n \"requestId\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2abcf402-1245-4c72-8635-d94f13bf1a02" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-38f51d40-3bfb-46c5-97cc-f6a265d140bc" } ], "id": "aadcd68e-4809-44e7-b30e-51c46968099e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-aadcd68e-4809-44e7-b30e-51c46968099e" } ], "id": "aefcf153-e597-42db-9337-b9c6a4867c19", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-aefcf153-e597-42db-9337-b9c6a4867c19" } ], "id": "4e21542c-a536-41ee-b93e-7c80d3204318", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4e21542c-a536-41ee-b93e-7c80d3204318" }, { "name": "ai-evaluations", "item": [ { "name": "runs", "item": [ { "name": "{runId}", "item": [ { "name": "results", "item": [ { "name": "Salesforce Get Test Results", "id": "6f3e6581-00e2-4eac-ab46-962ee69f5908", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs/:runId/results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs", ":runId", "results" ], "variable": [ { "id": "9203348c-0e2a-41e8-9995-09b56895772a", "key": "runId", "value": "", "description": "(Required) Evaluation ID" } ] }, "description": "Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm))." }, "response": [ { "id": "6db78239-e2e3-4801-80a5-871af1bd37d1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs/:runId/results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs", ":runId", "results" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Set-Cookie", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Server", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Edge-Cache", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"subjectName\": \"\",\n \"testCases\": [\n {\n \"endTime\": \"\",\n \"generatedData\": {\n \"actionsSequence\": \"\",\n \"invokedActions\": \"\",\n \"outcome\": \"\",\n \"sessionId\": \"\",\n \"topic\": \"\",\n \"citations\": \"\"\n },\n \"inputs\": {\n \"contextVariables\": {},\n \"conversationHistory\": [\n \"\"\n ],\n \"utterance\": \"\"\n },\n \"startTime\": \"\",\n \"status\": \"\",\n \"testNumber\": \"\",\n \"testResults\": [\n {\n \"endTime\": \"\",\n \"errorCode\": \"\",\n \"metricLabel\": \"\",\n \"name\": \"\",\n \"score\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"actualValue\": \"\",\n \"expectedValue\": \"\",\n \"result\": \"\",\n \"metricExplainability\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6db78239-e2e3-4801-80a5-871af1bd37d1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6f3e6581-00e2-4eac-ab46-962ee69f5908" } ], "id": "37fe1359-0c99-425b-b34f-f512b63ae936", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-37fe1359-0c99-425b-b34f-f512b63ae936" }, { "name": "Salesforce Get Test Status", "id": "c843257d-b80f-4fb3-adeb-6c4c7747ec8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs/:runId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs", ":runId" ], "variable": [ { "id": "b5edc8e1-c7a7-49fd-85e8-1a555fca4f8f", "key": "runId", "value": "", "description": "(Required) Evaluation ID" } ] }, "description": "Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm))." }, "response": [ { "id": "c73f393f-3f38-4829-b034-a855f1c99e80", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs/:runId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Set-Cookie", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Server", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Edge-Cache", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"startTime\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c73f393f-3f38-4829-b034-a855f1c99e80" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c843257d-b80f-4fb3-adeb-6c4c7747ec8b" } ], "id": "c7187bb1-0ada-4e63-ab5f-fa5a5bbcacdc", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c7187bb1-0ada-4e63-ab5f-fa5a5bbcacdc" }, { "name": "Salesforce Run Agent Test", "id": "04744290-bc2d-4f01-baf3-3d1ce9a2d4e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"aiEvaluationDefinitionName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs" ] }, "description": "Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm))." }, "response": [ { "id": "fa452e0b-9ede-4282-8b86-921c3c8672b2", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"aiEvaluationDefinitionName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/einstein/ai-evaluations/runs", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "einstein", "ai-evaluations", "runs" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Connection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Set-Cookie", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Server", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-SFDC-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"runId\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fa452e0b-9ede-4282-8b86-921c3c8672b2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-04744290-bc2d-4f01-baf3-3d1ce9a2d4e3" } ], "id": "e83f7dbf-bfb7-4f27-a4a0-a0eec664e2ea", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e83f7dbf-bfb7-4f27-a4a0-a0eec664e2ea" } ], "id": "ec5ad5da-a4eb-489a-9e51-f69958a6b20b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ec5ad5da-a4eb-489a-9e51-f69958a6b20b" } ], "id": "eedf7434-5008-4c18-aafa-8f583e2fa1ab", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-eedf7434-5008-4c18-aafa-8f583e2fa1ab" }, { "name": "smartdatadiscovery", "item": [ { "name": "predict", "item": [ { "name": "Salesforce Predict", "id": "cb08a9a5-fe2a-4d9c-8983-9935d99df3d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"predictionDefinition\": \"\",\n \"type\": \"\",\n \"columnNames\": [\n \"\",\n \"\"\n ],\n \"rows\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predict", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predict" ] }, "description": "Get available prediction definitions." }, "response": [ { "id": "72efdd97-d723-4873-aabb-b4fc5846e638", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"predictionDefinition\": \"\",\n \"type\": \"\",\n \"columnNames\": [\n \"\",\n \"\"\n ],\n \"rows\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predict", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predict" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expect-CT", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"predictionDefinition\": \"\",\n \"predictions\": [\n {\n \"model\": {\n \"id\": \"\"\n },\n \"prediction\": {\n \"middleValues\": [\n \"\",\n \"\"\n ],\n \"total\": \"\"\n },\n \"prescriptions\": [\n \"\",\n \"\"\n ],\n \"status\": \"\"\n },\n {\n \"model\": {\n \"id\": \"\"\n },\n \"prediction\": {\n \"middleValues\": [\n \"\",\n \"\"\n ],\n \"total\": \"\"\n },\n \"prescriptions\": [\n \"\",\n \"\"\n ],\n \"status\": \"\"\n }\n ],\n \"settings\": {\n \"maxMiddleValues\": \"\",\n \"maxPrescriptions\": \"\",\n \"prescriptionImpactPercentage\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-72efdd97-d723-4873-aabb-b4fc5846e638" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cb08a9a5-fe2a-4d9c-8983-9935d99df3d8" } ], "id": "d5fcd86e-d4f4-4315-aa05-25506aa77405", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d5fcd86e-d4f4-4315-aa05-25506aa77405" }, { "name": "predictionDefinitions", "item": [ { "name": "{PREDICTION_DEFINITION_ID}", "item": [ { "name": "models", "item": [ { "name": "Salesforce Prediction Models", "id": "6707fb2c-cc1c-498e-85cd-cef85bd5c296", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions/:PREDICTION_DEFINITION_ID/models", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions", ":PREDICTION_DEFINITION_ID", "models" ], "variable": [ { "id": "120aa80d-6547-4212-b80b-f5f4eeebbd44", "key": "PREDICTION_DEFINITION_ID", "value": "", "description": "(Required) " } ] }, "description": "Get available prediction definitions." }, "response": [ { "id": "749f5b73-3c1b-4dbe-a5ea-10d37dda2576", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions/:PREDICTION_DEFINITION_ID/models", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions", ":PREDICTION_DEFINITION_ID", "models" ], "variable": [ { "key": "PREDICTION_DEFINITION_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expect-CT", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"models\": [\n {\n \"createdBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"fieldMappingList\": [\n {\n \"modelField\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"modelField\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"filters\": [\n \"\",\n \"\"\n ],\n \"historyUrl\": \"\",\n \"id\": \"\",\n \"isRefreshEnabled\": \"\",\n \"label\": \"\",\n \"lastModifiedBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"lastModifiedDate\": \"\",\n \"model\": {\n \"id\": \"\"\n },\n \"modelType\": \"\",\n \"name\": \"\",\n \"predictionDefinitionUrl\": \"\",\n \"prescribableFields\": [\n {\n \"customDefinitions\": [\n \"\",\n \"\"\n ],\n \"field\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"customDefinitions\": [\n \"\",\n \"\"\n ],\n \"field\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"sortOrder\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n },\n {\n \"createdBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"fieldMappingList\": [\n {\n \"modelField\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"modelField\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"filters\": [\n \"\",\n \"\"\n ],\n \"historyUrl\": \"\",\n \"id\": \"\",\n \"isRefreshEnabled\": \"\",\n \"label\": \"\",\n \"lastModifiedBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"lastModifiedDate\": \"\",\n \"model\": {\n \"id\": \"\"\n },\n \"modelType\": \"\",\n \"name\": \"\",\n \"predictionDefinitionUrl\": \"\",\n \"prescribableFields\": [\n {\n \"customDefinitions\": [\n \"\",\n \"\"\n ],\n \"field\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"customDefinitions\": [\n \"\",\n \"\"\n ],\n \"field\": {\n \"label\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"sortOrder\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n }\n ],\n \"totalSize\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-749f5b73-3c1b-4dbe-a5ea-10d37dda2576" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6707fb2c-cc1c-498e-85cd-cef85bd5c296" } ], "id": "ba59cc54-e312-4232-81f3-3932865f8344", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ba59cc54-e312-4232-81f3-3932865f8344" }, { "name": "Salesforce Prediction Definition Metadata", "id": "7b317959-6e10-4af7-a175-79d0cfdd27d3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions/:PREDICTION_DEFINITION_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions", ":PREDICTION_DEFINITION_ID" ], "variable": [ { "id": "7e785467-cc4b-4244-b336-6e01366bf384", "key": "PREDICTION_DEFINITION_ID", "value": "", "description": "(Required) " } ] }, "description": "Get available prediction definitions." }, "response": [ { "id": "88fceaad-6805-43b9-b9a7-1e37eb051638", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions/:PREDICTION_DEFINITION_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions", ":PREDICTION_DEFINITION_ID" ], "variable": [ { "key": "PREDICTION_DEFINITION_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expect-CT", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"countOfActiveModels\": \"\",\n \"countOfModels\": \"\",\n \"createdBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"id\": \"\",\n \"label\": \"\",\n \"lastModifiedBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"lastModifiedDate\": \"\",\n \"modelsUrl\": \"\",\n \"name\": \"\",\n \"outcome\": {\n \"goal\": \"\",\n \"label\": \"\",\n \"name\": \"\"\n },\n \"predictionType\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-88fceaad-6805-43b9-b9a7-1e37eb051638" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7b317959-6e10-4af7-a175-79d0cfdd27d3" } ], "id": "03b8e193-9236-4e59-8a67-929274f7e8a6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-03b8e193-9236-4e59-8a67-929274f7e8a6" }, { "name": "Salesforce Prediction Definitions", "id": "8a28cb0e-4873-4965-a9b5-bfced72a3e26", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions" ] }, "description": "Get available prediction definitions." }, "response": [ { "id": "b7519c17-ca26-4d9b-9d63-11a643bfe2f8", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/smartdatadiscovery/predictionDefinitions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "smartdatadiscovery", "predictionDefinitions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Expect-CT", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"nextPageUrl\": \"\",\n \"predictionDefinitions\": [\n {\n \"countOfActiveModels\": \"\",\n \"countOfModels\": \"\",\n \"createdBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"id\": \"\",\n \"label\": \"\",\n \"lastModifiedBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"lastModifiedDate\": \"\",\n \"modelsUrl\": \"\",\n \"name\": \"\",\n \"outcome\": {\n \"goal\": \"\",\n \"label\": \"\",\n \"name\": \"\"\n },\n \"predictionType\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n },\n {\n \"countOfActiveModels\": \"\",\n \"countOfModels\": \"\",\n \"createdBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"createdDate\": \"\",\n \"id\": \"\",\n \"label\": \"\",\n \"lastModifiedBy\": {\n \"id\": \"\",\n \"name\": \"\",\n \"profilePhotoUrl\": \"\"\n },\n \"lastModifiedDate\": \"\",\n \"modelsUrl\": \"\",\n \"name\": \"\",\n \"outcome\": {\n \"goal\": \"\",\n \"label\": \"\",\n \"name\": \"\"\n },\n \"predictionType\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n }\n ],\n \"totalSize\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b7519c17-ca26-4d9b-9d63-11a643bfe2f8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8a28cb0e-4873-4965-a9b5-bfced72a3e26" } ], "id": "07921ac0-9187-45f5-94a2-9c9bc832a91c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-07921ac0-9187-45f5-94a2-9c9bc832a91c" } ], "id": "ba62e79f-b705-4da6-a262-3565d28f2957", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ba62e79f-b705-4da6-a262-3565d28f2957" }, { "name": "sobjects", "item": [ { "name": "{EventApiName}", "item": [ { "name": "Salesforce Publish Single Event", "id": "cc34aee1-fe06-42ea-ac88-f3b26e77ac41", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"Annual_Mileage__c\": \"\",\n \"Current_Vehicle__c\": \"\",\n \"Model_Year__c\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:EventApiName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":EventApiName" ], "variable": [ { "id": "8cbd157a-92e4-47c2-b829-be27a3e93c1d", "key": "EventApiName", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8e70cba9-5307-45f5-8221-858c08550783", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Annual_Mileage__c\": \"\",\n \"Current_Vehicle__c\": \"\",\n \"Model_Year__c\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:EventApiName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":EventApiName" ], "variable": [ { "key": "EventApiName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n },\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8e70cba9-5307-45f5-8221-858c08550783" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cc34aee1-fe06-42ea-ac88-f3b26e77ac41" } ], "id": "af42606b-9f8c-44ba-b79e-27ba8a58c68e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-af42606b-9f8c-44ba-b79e-27ba8a58c68e" }, { "name": "EventRelayFeedback", "item": [ { "name": "{EVENT_RELAY_FEEDBACK_ID}", "item": [ { "name": "Salesforce Get Event Relay Feedback", "id": "a186c2a5-fc08-4dcd-b9a8-b69298e0ce72", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/EventRelayFeedback/:EVENT_RELAY_FEEDBACK_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventRelayFeedback", ":EVENT_RELAY_FEEDBACK_ID" ], "variable": [ { "id": "a048411b-4bd4-44a6-b07d-f7a6c7230844", "key": "EVENT_RELAY_FEEDBACK_ID", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "cca45201-c7b1-409a-92b8-c8be5e616700", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/EventRelayFeedback/:EVENT_RELAY_FEEDBACK_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventRelayFeedback", ":EVENT_RELAY_FEEDBACK_ID" ], "variable": [ { "key": "EVENT_RELAY_FEEDBACK_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cca45201-c7b1-409a-92b8-c8be5e616700" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a186c2a5-fc08-4dcd-b9a8-b69298e0ce72" } ], "id": "52bde2b8-ca6d-49d0-bb88-837c3fbc238f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-52bde2b8-ca6d-49d0-bb88-837c3fbc238f" }, { "name": "describe", "item": [ { "name": "Salesforce Describe Event Felay Feedback", "id": "d177ebb0-cf56-4303-9de8-4fabecb38db3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/EventRelayFeedback/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventRelayFeedback", "describe" ] } }, "response": [ { "id": "1ade69bb-0b44-419f-bff5-563bef817b10", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/EventRelayFeedback/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventRelayFeedback", "describe" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1ade69bb-0b44-419f-bff5-563bef817b10" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d177ebb0-cf56-4303-9de8-4fabecb38db3" } ], "id": "009fb6e3-5df1-4c8b-83b0-5cef28360cf0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-009fb6e3-5df1-4c8b-83b0-5cef28360cf0" } ], "id": "7a5a2e82-54dc-40dc-86b5-34a2a2f13e2f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7a5a2e82-54dc-40dc-86b5-34a2a2f13e2f" }, { "name": "{EVENT_NAME}", "item": [ { "name": "eventSchema", "item": [ { "name": "Salesforce Platform Event Schema by Event Name", "id": "086b5947-9a94-4167-914b-e0d2efa9fb72", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:EVENT_NAME/eventSchema", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":EVENT_NAME", "eventSchema" ], "variable": [ { "id": "9f582974-c191-4fd3-b144-3519fa38d92a", "key": "EVENT_NAME", "value": "", "description": "(Required) API Name of the event" } ] }, "description": "Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later." }, "response": [ { "id": "9a544692-9501-4d5d-83d8-8fa9927ab2bf", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:EVENT_NAME/eventSchema", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":EVENT_NAME", "eventSchema" ], "variable": [ { "key": "EVENT_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"namespace\": \"\",\n \"type\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"doc\": \"\",\n \"fields\": [\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n },\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"doc\": \"\",\n \"fields\": [\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n },\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"doc\": \"\",\n \"fields\": [\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n },\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"type\": {\n \"type\": \"\",\n \"name\": \"\",\n \"doc\": \"\",\n \"fields\": [\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n },\n {\n \"type\": [\n \"string\",\n \"null\"\n ],\n \"example\": \"example_value\",\n \"default\": \"\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a544692-9501-4d5d-83d8-8fa9927ab2bf" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-086b5947-9a94-4167-914b-e0d2efa9fb72" } ], "id": "e6f0e1ed-0dff-4321-9543-dd3906c2e842", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e6f0e1ed-0dff-4321-9543-dd3906c2e842" } ], "id": "3c4dd819-3dd5-4943-90c9-f974ff401526", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3c4dd819-3dd5-4943-90c9-f974ff401526" }, { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "describe", "item": [ { "name": "namedLayouts", "item": [ { "name": "{LAYOUT_NAME}", "item": [ { "name": "Salesforce Sobject Named Layouts", "id": "7ed487b1-0654-4789-8824-640be44ee258", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/namedLayouts/:LAYOUT_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "namedLayouts", ":LAYOUT_NAME" ], "variable": [ { "id": "d2cfc589-c031-4b4c-8146-998430a7ff77", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "e54c2d31-dcf8-45ae-aeb9-c94d5e5eec8a", "key": "LAYOUT_NAME", "value": "", "description": "(Required) " } ] }, "description": "Retrieves information about alternate named layouts for a given object." }, "response": [ { "id": "76b399fd-e0a4-48b1-8b83-d2c49212c5c8", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/namedLayouts/:LAYOUT_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "namedLayouts", ":LAYOUT_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "LAYOUT_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-76b399fd-e0a4-48b1-8b83-d2c49212c5c8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7ed487b1-0654-4789-8824-640be44ee258" } ], "id": "b2707c65-bba9-4030-9222-81dc4450f164", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b2707c65-bba9-4030-9222-81dc4450f164" } ], "id": "eb370f38-75f2-4800-bb29-874819e1b37e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-eb370f38-75f2-4800-bb29-874819e1b37e" }, { "name": "approvalLayouts", "item": [ { "name": "{APPROVAL_PROCESS_NAME}", "item": [ { "name": "Salesforce Sobject Approvallayouts", "id": "1d87e968-82a5-416e-855d-55a6839a794e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/approvalLayouts/:APPROVAL_PROCESS_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "approvalLayouts", ":APPROVAL_PROCESS_NAME" ], "variable": [ { "id": "249a394b-af18-4ff1-8208-75b596f9f68f", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "13298280-dc30-41ec-893e-c2a2a4e8fe8b", "key": "APPROVAL_PROCESS_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of approval layouts for a specified object. Specify a particular approval process name to limit the return value to one specific approval layout. This resource is available in REST API version 30.0 and later.\n\napprovalProcessName parameter is optional" }, "response": [ { "id": "6b797c7b-92ac-4260-858a-787d45c5b0ac", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/approvalLayouts/:APPROVAL_PROCESS_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "approvalLayouts", ":APPROVAL_PROCESS_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "APPROVAL_PROCESS_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6b797c7b-92ac-4260-858a-787d45c5b0ac" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1d87e968-82a5-416e-855d-55a6839a794e" } ], "id": "fdeb2cf9-57f8-4f49-922d-74719bb3dd46", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fdeb2cf9-57f8-4f49-922d-74719bb3dd46" } ], "id": "b1677749-fbb3-4eaf-98dc-526b86bb2242", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b1677749-fbb3-4eaf-98dc-526b86bb2242" }, { "name": "describe", "item": [ { "name": "compactLayouts", "item": [ { "name": "Salesforce Sobject Compactlayouts", "id": "d43d7e32-4946-4fa9-bd73-3c12e884490a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/describe/compactLayouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "describe", "compactLayouts" ], "variable": [ { "id": "bd1f6eca-1056-4ccf-8cf2-91a7edbdf205", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of compact layouts for a specific object. This resource is available in REST API version 29.0 and later." }, "response": [ { "id": "9b970c5a-0a59-4208-8e1b-e81a04c279ca", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/describe/compactLayouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "describe", "compactLayouts" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9b970c5a-0a59-4208-8e1b-e81a04c279ca" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d43d7e32-4946-4fa9-bd73-3c12e884490a" } ], "id": "b0d37b21-6888-49f6-9799-646371bd204c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b0d37b21-6888-49f6-9799-646371bd204c" } ], "id": "97571b5d-a756-4926-974e-b4b3374cb9ab", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-97571b5d-a756-4926-974e-b4b3374cb9ab" }, { "name": "layouts", "item": [ { "name": "{RECORD_TYPE_ID}", "item": [ { "name": "Salesforce Describe Sobject Layouts Per Record Type", "id": "17e9c07c-9e4f-4cb7-93e2-7adbf072e0f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts/:RECORD_TYPE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "layouts", ":RECORD_TYPE_ID" ], "variable": [ { "id": "5ef00b4d-510b-4a8b-b045-9bc6799f15b9", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "81f5e6e3-d5bf-40ed-b82b-42d8592de381", "key": "RECORD_TYPE_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." }, "response": [ { "id": "dd81746f-95dd-4a0d-bcaf-540b670e0fd5", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts/:RECORD_TYPE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "layouts", ":RECORD_TYPE_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_TYPE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dd81746f-95dd-4a0d-bcaf-540b670e0fd5" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-17e9c07c-9e4f-4cb7-93e2-7adbf072e0f0" } ], "id": "358541ae-531b-49ff-9c7b-5948fd3f361e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-358541ae-531b-49ff-9c7b-5948fd3f361e" }, { "name": "Salesforce Describe Sobject Layouts", "id": "1168e779-79bc-425d-a3c1-105c723b2df0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "layouts" ], "variable": [ { "id": "2c2d8288-10ad-4e06-9383-57738affe2de", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." }, "response": [ { "id": "d94da6aa-beb6-47a6-a388-28e6b677609a", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe", "layouts" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d94da6aa-beb6-47a6-a388-28e6b677609a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1168e779-79bc-425d-a3c1-105c723b2df0" } ], "id": "269c918c-88cd-442e-99b4-46ea55ed803b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-269c918c-88cd-442e-99b4-46ea55ed803b" }, { "name": "Salesforce Sobject Describe", "id": "7ffa3fb6-d178-4d67-9c23-64bca5837edc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe" ], "variable": [ { "id": "8926f272-a29f-44e5-ae89-f76afafb188d", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) Object API name" } ] }, "description": "Describes the individual metadata for the specified object. Can also be used to create a new record for a given object. For example, this can be used to retrieve the metadata for the Account object using the GET method, or create a new Account object using the POST method." }, "response": [ { "id": "b71a647f-1443-4d51-a9b3-da939da83f58", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "describe" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actionOverrides\": [\n {\n \"formFactor\": \"\",\n \"isAvailableInTouch\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"url\": \"\"\n },\n {\n \"formFactor\": \"\",\n \"isAvailableInTouch\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"url\": \"\"\n }\n ],\n \"activateable\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"cascadeDelete\": \"\",\n \"childSObject\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"field\": \"\",\n \"junctionIdListNames\": [\n \"\",\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"restrictedDelete\": \"\"\n },\n {\n \"cascadeDelete\": \"\",\n \"childSObject\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"field\": \"\",\n \"junctionIdListNames\": [\n \"\",\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"restrictedDelete\": \"\"\n }\n ],\n \"compactLayoutable\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"customSetting\": \"\",\n \"deepCloneable\": \"\",\n \"defaultImplementation\": \"\",\n \"deletable\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"extendedBy\": \"\",\n \"extendsInterfaces\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": [\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n },\n {\n \"aggregatable\": \"\",\n \"aiPredictionField\": \"\",\n \"autoNumber\": \"\",\n \"byteLength\": \"\",\n \"calculated\": \"\",\n \"calculatedFormula\": \"\",\n \"cascadeDelete\": \"\",\n \"caseSensitive\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultValue\": \"\",\n \"defaultValueFormula\": \"\",\n \"defaultedOnCreate\": \"\",\n \"dependentPicklist\": \"\",\n \"deprecatedAndHidden\": \"\",\n \"digits\": \"\",\n \"displayLocationInDecimal\": \"\",\n \"encrypted\": \"\",\n \"externalId\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"formulaTreatNullNumberAsZero\": \"\",\n \"groupable\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"idLookup\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"mask\": \"\",\n \"maskType\": \"\",\n \"name\": \"\",\n \"nameField\": \"\",\n \"namePointing\": \"\",\n \"nillable\": \"\",\n \"permissionable\": \"\",\n \"picklistValues\": [\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n },\n {\n \"active\": \"\",\n \"defaultValue\": \"\",\n \"label\": \"\",\n \"validFor\": \"\",\n \"value\": \"\"\n }\n ],\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"queryByDistance\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceTo\": [\n \"\",\n \"\"\n ],\n \"relationshipName\": \"\",\n \"relationshipOrder\": \"\",\n \"restrictedDelete\": \"\",\n \"restrictedPicklist\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"soapType\": \"\",\n \"sortable\": \"\",\n \"type\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\",\n \"writeRequiresMasterRead\": \"\"\n }\n ],\n \"hasSubtypes\": \"\",\n \"implementedBy\": \"\",\n \"implementsInterfaces\": \"\",\n \"isInterface\": \"\",\n \"isSubtype\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"listviewable\": \"\",\n \"lookupLayoutable\": \"\",\n \"mergeable\": \"\",\n \"mruEnabled\": \"\",\n \"name\": \"\",\n \"namedLayoutInfos\": [\n \"\",\n \"\"\n ],\n \"networkScopeFieldName\": \"\",\n \"queryable\": \"\",\n \"recordTypeInfos\": [\n {\n \"active\": \"\",\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"developerName\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\",\n \"urls\": {\n \"layout\": \"\"\n }\n },\n {\n \"active\": \"\",\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"developerName\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\",\n \"urls\": {\n \"layout\": \"\"\n }\n }\n ],\n \"replicateable\": \"\",\n \"retrieveable\": \"\",\n \"searchLayoutable\": \"\",\n \"searchable\": \"\",\n \"sobjectDescribeOption\": \"\",\n \"supportedScopes\": [\n {\n \"label\": \"\",\n \"name\": \"\"\n },\n {\n \"label\": \"\",\n \"name\": \"\"\n }\n ],\n \"triggerable\": \"\",\n \"undeletable\": \"\",\n \"updateable\": \"\",\n \"urls\": {\n \"compactLayouts\": \"\",\n \"rowTemplate\": \"\",\n \"approvalLayouts\": \"\",\n \"uiDetailTemplate\": \"\",\n \"uiEditTemplate\": \"\",\n \"listviews\": \"\",\n \"describe\": \"\",\n \"uiNewRecord\": \"\",\n \"quickActions\": \"\",\n \"layouts\": \"\",\n \"sobject\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b71a647f-1443-4d51-a9b3-da939da83f58" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7ffa3fb6-d178-4d67-9c23-64bca5837edc" } ], "id": "3fa7ef3b-1580-476b-8cb1-41e993beb176", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3fa7ef3b-1580-476b-8cb1-41e993beb176" }, { "name": "deleted", "item": [ { "name": "Salesforce Sobject Get Deleted", "id": "033cb2e6-161a-4230-9690-467ea251e2af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/deleted?start=&end=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "deleted" ], "query": [ { "description": "(Required) ", "key": "start", "value": "" }, { "description": "(Required) ", "key": "end", "value": "" } ], "variable": [ { "id": "5c294f8d-e779-48db-b2a3-3f0b3c74ff1e", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the list of individual records that have been deleted within the given timespan for the specified object. SObject Get Deleted is available in API version 29.0 and later.\n\nThis resource is commonly used in data replication applications. Note the following considerations:\nDeleted records are written to a delete log which this resource accesses. A background process that runs every two hours purges records that have been in an organization's delete log for more than two hours if the number of records is above a certain limit. Starting with the oldest records, the process purges delete log entries until the delete log is back below the limit. This is done to protect Salesforce from performance issues related to massive delete logs\nInformation on deleted records are returned only if the current session user has access to them.\nResults are returned for no more than 15 days previous to the day the call is executed (or earlier if an administrator has purged the Recycle Bin)." }, "response": [ { "id": "6096ca1d-f850-431a-b7ff-d20c2d3f35fd", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/deleted?start=&end=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "deleted" ], "query": [ { "description": "(Required) ", "key": "start", "value": "" }, { "description": "(Required) ", "key": "end", "value": "" } ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6096ca1d-f850-431a-b7ff-d20c2d3f35fd" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-033cb2e6-161a-4230-9690-467ea251e2af" } ], "id": "9fefc5e8-7dee-47eb-b13c-70b88ad55370", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9fefc5e8-7dee-47eb-b13c-70b88ad55370" }, { "name": "updated", "item": [ { "name": "Salesforce Sobject Get Updated", "id": "a4651065-90d9-45ec-924e-edaef0998b6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/updated?start=&end=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "updated" ], "query": [ { "description": "(Required) ", "key": "start", "value": "" }, { "description": "(Required) ", "key": "end", "value": "" } ], "variable": [ { "id": "ba757c3f-55d5-4509-8f54-d17446d60e45", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the list of individual records that have been updated (added or changed) within the given timespan for the specified object. SObject Get Updated is available in API version 29.0 and later.\n\nThis resource is commonly used in data replication applications. Note the following considerations:\nResults are returned for no more than 30 days previous to the day the call is executed.\nYour client application can replicate any objects to which it has sufficient permissions. For example, to replicate all data for your organization, your client application must be logged in with \u201cView All Data\u201d access rights to the specified object. Similarly, the objects must be within your sharing rules.\nThere is a limit of 600,000 IDs returned from this resource. If more than 600,000 IDs would be returned, EXCEEDED_ID_LIMIT is returned. You can correct the error by choosing start and end dates that are closer together." }, "response": [ { "id": "a8cfa3d0-5fbf-488d-ba1e-38fa6cd06260", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/updated?start=&end=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "updated" ], "query": [ { "description": "(Required) ", "key": "start", "value": "" }, { "description": "(Required) ", "key": "end", "value": "" } ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a8cfa3d0-5fbf-488d-ba1e-38fa6cd06260" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a4651065-90d9-45ec-924e-edaef0998b6c" } ], "id": "bf9b3e29-dbfa-47a8-ac0a-58cf03a18bd8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bf9b3e29-dbfa-47a8-ac0a-58cf03a18bd8" }, { "name": "{RECORD_ID}", "item": [ { "name": "{BLOB_FIELD}", "item": [ { "name": "Salesforce Sobject Blob Retrieve", "id": "a2908f1e-b8a9-4abc-bcdc-c0e9de75c398", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/:BLOB_FIELD", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", ":BLOB_FIELD" ], "variable": [ { "id": "ca2b3424-22ad-4a95-86d2-c4240e7438b1", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "babc4270-aa6e-48df-bba4-22609992fd37", "key": "RECORD_ID", "value": "", "description": "(Required) " }, { "id": "41231831-70b9-4324-8b3b-da7fca6658c1", "key": "BLOB_FIELD", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the specified blob field from an individual record." }, "response": [ { "id": "1fa1c3fc-c186-453c-8d92-53b966570556", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/:BLOB_FIELD", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", ":BLOB_FIELD" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" }, { "key": "BLOB_FIELD" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1fa1c3fc-c186-453c-8d92-53b966570556" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a2908f1e-b8a9-4abc-bcdc-c0e9de75c398" } ], "id": "4ff89c54-4cdf-46d2-b78f-73284b90afc9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4ff89c54-4cdf-46d2-b78f-73284b90afc9" }, { "name": "richTextImageFields", "item": [ { "name": "{FIELD_NAME}", "item": [ { "name": "{CONTENT_REFERENCE_ID}", "item": [ { "name": "Salesforce Sobject Rich Text Image Retrieve", "id": "0eb4bc0c-7472-4e3c-b08f-221a62b644a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/richTextImageFields/:FIELD_NAME/:CONTENT_REFERENCE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", "richTextImageFields", ":FIELD_NAME", ":CONTENT_REFERENCE_ID" ], "variable": [ { "id": "093852e5-78e0-4744-9bc8-3149ea5c4a02", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "c1190be4-bd3c-4a8f-b919-9795ac62e962", "key": "RECORD_ID", "value": "", "description": "(Required) " }, { "id": "7e4ee323-5bb3-4539-960f-831ff1429dd0", "key": "FIELD_NAME", "value": "", "description": "(Required) " }, { "id": "757f8d56-f0e4-4002-b43a-eb7e28f17965", "key": "CONTENT_REFERENCE_ID", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the specified image data from a specific rich text area field in a given record.\ncontentReferenceId\tThe reference ID that uniquely identifies an image within a rich text area field.\nYou can obtain the reference by retrieving information for the object. The description will show the contents of the rich text area field" }, "response": [ { "id": "8ea36c56-b728-49ac-a0e0-2f9cbf2dae05", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/richTextImageFields/:FIELD_NAME/:CONTENT_REFERENCE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", "richTextImageFields", ":FIELD_NAME", ":CONTENT_REFERENCE_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" }, { "key": "FIELD_NAME" }, { "key": "CONTENT_REFERENCE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8ea36c56-b728-49ac-a0e0-2f9cbf2dae05" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0eb4bc0c-7472-4e3c-b08f-221a62b644a9" } ], "id": "b0d14656-268f-4a4f-a426-eb06b92b3a8a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b0d14656-268f-4a4f-a426-eb06b92b3a8a" } ], "id": "0b7d12f7-290c-4b9c-b454-502b5371af3c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0b7d12f7-290c-4b9c-b454-502b5371af3c" } ], "id": "3179d1fc-61af-420d-9d0a-1769c8db6328", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3179d1fc-61af-420d-9d0a-1769c8db6328" }, { "name": "{RELATIONSHIP_FIELD_NAME}", "item": [ { "name": "Salesforce Sobject Relationships", "id": "a0a1c242-41ac-4bea-8f91-9a137902ec9b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/:RELATIONSHIP_FIELD_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", ":RELATIONSHIP_FIELD_NAME" ], "variable": [ { "id": "28062ba3-cc47-4b0f-970e-2ec5aa20865c", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "eb5c84d8-3c5b-4643-98fa-977f35fb2bb6", "key": "RECORD_ID", "value": "", "description": "(Required) " }, { "id": "434d7d51-279b-492e-b95c-9e88a7261cd3", "key": "RELATIONSHIP_FIELD_NAME", "value": "", "description": "(Required) " } ] }, "description": "Accesses records by traversing object relationships via friendly URLs. You can retrieve, update, or delete the record associated with the traversed relationship field. If there are multiple related records, you can retrieve the complete set of associated records. This resource is available in REST API version 36.0 and later.\n\nGET, PATCH, DELETE" }, "response": [ { "id": "0e1eeca6-fb28-4d2c-ad9b-9b89a7890786", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID/:RELATIONSHIP_FIELD_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID", ":RELATIONSHIP_FIELD_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" }, { "key": "RELATIONSHIP_FIELD_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0e1eeca6-fb28-4d2c-ad9b-9b89a7890786" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a0a1c242-41ac-4bea-8f91-9a137902ec9b" } ], "id": "2386da23-3bc6-4548-9c35-6eaad881e487", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-2386da23-3bc6-4548-9c35-6eaad881e487" }, { "name": "Salesforce Sobject Rows", "id": "b98b7edb-7fef-4239-abbb-a97711e79109", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "id": "2889dd84-9860-414a-8856-6143073d29f4", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "7bbef78b-dc8d-435e-9712-afb96da3fb33", "key": "RECORD_ID", "value": "", "description": "(Required) " } ] }, "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." }, "response": [ { "id": "bbed0a11-47ae-453e-9d28-4e501f80795c", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bbed0a11-47ae-453e-9d28-4e501f80795c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b98b7edb-7fef-4239-abbb-a97711e79109" }, { "name": "Salesforce Sobject Rows Update", "id": "bb948764-9c14-4e06-a2de-813551ba9449", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"field API name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "id": "01587c46-1339-462c-adc3-b98b9798b426", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "a6d42b04-5eaf-4d27-bc3d-9a90977230e8", "key": "RECORD_ID", "value": "", "description": "(Required) " } ] }, "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." }, "response": [ { "id": "22399a49-27bd-4c14-8a3d-8687e5c46892", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"field API name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-22399a49-27bd-4c14-8a3d-8687e5c46892" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bb948764-9c14-4e06-a2de-813551ba9449" }, { "name": "Salesforce Sobject Rows Delete", "id": "63b6d991-0836-4b9d-a57f-be4aafe737f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "id": "62e6e77e-965f-4037-8327-04831bda23d4", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "922da6c2-5bfa-4b55-8fdc-2c99dc577732", "key": "RECORD_ID", "value": "", "description": "(Required) " } ] }, "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." }, "response": [ { "id": "136e0a94-ed4f-4cd3-8553-8a08fb51afab", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":RECORD_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-136e0a94-ed4f-4cd3-8553-8a08fb51afab" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-63b6d991-0836-4b9d-a57f-be4aafe737f1" } ], "id": "514580bb-8dc9-4395-91b9-0d17c910471d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-514580bb-8dc9-4395-91b9-0d17c910471d" }, { "name": "{FIELD_NAME}", "item": [ { "name": "{FIELD_VALUE}", "item": [ { "name": "Salesforce Sobject Rows by External Id", "id": "cc62963c-6e48-45ed-a8be-b58cedfbd83d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:FIELD_NAME/:FIELD_VALUE", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":FIELD_NAME", ":FIELD_VALUE" ], "variable": [ { "id": "65607f53-7c5e-4b25-af11-4a09ca565988", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "bbc04e8d-5052-4b61-9d60-06e801c6e462", "key": "FIELD_NAME", "value": "", "description": "(Required) " }, { "id": "892e290b-c78b-48ef-975b-7d7a377c8a06", "key": "FIELD_VALUE", "value": "", "description": "(Required) " } ] }, "description": "Creates new records or updates existing records (upserts records) based on the value of a specified external ID field.\n\nIf the specified value doesn't exist, a new record is created.\nIf a record does exist with that value, the field values specified in the request body are updated.\nIf the value is not unique, the REST API returns a 300 response with the list of matching records.\n\nHEAD, GET, PATCH, DELETE, POST" }, "response": [ { "id": "0b52631b-286e-417b-9db7-aecefea0a4f5", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/:FIELD_NAME/:FIELD_VALUE", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", ":FIELD_NAME", ":FIELD_VALUE" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "FIELD_NAME" }, { "key": "FIELD_VALUE" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0b52631b-286e-417b-9db7-aecefea0a4f5" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cc62963c-6e48-45ed-a8be-b58cedfbd83d" } ], "id": "58d88508-36c2-40b8-9e19-a2c060453b31", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-58d88508-36c2-40b8-9e19-a2c060453b31" } ], "id": "4f599f26-ac97-4dbb-93e2-8d7b541774d1", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-4f599f26-ac97-4dbb-93e2-8d7b541774d1" }, { "name": "quickActions", "item": [ { "name": "Salesforce Sobject Quick Actions", "id": "77018d15-2b11-4f9a-aba1-eb2891da0028", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/quickActions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "quickActions" ], "variable": [ { "id": "863af9f7-8f5d-430a-b518-b2f3904f30d7", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of actions and their details. This resource is available in REST API version 28.0 and later. When working with actions, also refer to Quick Actions.\n\nTo return a specific object\u2019s actions as well as global actions, use: /vXX.X/sobjects/object/quickActions/\nTo return a specific action, use /vXX.X/sobjects/object/quickActions/{action name}\nTo return a specific action\u2019s descriptive detail, use /vXX.X/sobjects/object/quickActions/{action name}/describe/\nTo return a specific action\u2019s default values, including default field values, use services/data/vXX.X/sobjects/object/quickActions/{action name}/defaultValues/\nIn API version 28.0, to evaluate the default values for an action, use vXX.X/sobjects/object/quickActions/{action name}/defaultValues/{parent id}\nIn API version 29.0 and greater, to evaluate the default values for an action, use vXX.X/sobjects/object/quickActions/{action name}/defaultValues/{context id}\nThis returns the default values specific to the {context id} object." }, "response": [ { "id": "c59792ac-8160-4f2d-8b3e-6c57668e12c7", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/quickActions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "quickActions" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c59792ac-8160-4f2d-8b3e-6c57668e12c7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-77018d15-2b11-4f9a-aba1-eb2891da0028" } ], "id": "c04004ac-8e3a-4413-92a3-04588767ad73", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c04004ac-8e3a-4413-92a3-04588767ad73" }, { "name": "suggestedArticles", "item": [ { "name": "Salesforce Sobject Suggested Articles", "id": "1e5e907d-66ca-4c4b-9169-ec2408f39de7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/suggestedArticles?description=&language=&subject=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "suggestedArticles" ], "query": [ { "description": "(Required) ", "key": "description", "value": "" }, { "description": "(Required) ", "key": "language", "value": "" }, { "description": "(Required) ", "key": "subject", "value": "" } ], "variable": [ { "id": "d84d4e76-073b-47ff-b870-54adf62ed4fd", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns a list of suggested Salesforce Knowledge articles for a case, work order, or work order line item." }, "response": [ { "id": "11d8fd85-0870-44fe-8460-e7d3e9573528", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/suggestedArticles?description=&language=&subject=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "suggestedArticles" ], "query": [ { "description": "(Required) ", "key": "description", "value": "" }, { "description": "(Required) ", "key": "language", "value": "" }, { "description": "(Required) ", "key": "subject", "value": "" } ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-11d8fd85-0870-44fe-8460-e7d3e9573528" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e5e907d-66ca-4c4b-9169-ec2408f39de7" } ], "id": "7227d35f-0ab0-4536-a6de-80073df9de7b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7227d35f-0ab0-4536-a6de-80073df9de7b" }, { "name": "listviews", "item": [ { "name": "{QUERY_LOCATOR}", "item": [ { "name": "describe", "item": [ { "name": "Salesforce List View Describe", "id": "f6858679-bbe4-472c-ba64-ba9519cd75b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:QUERY_LOCATOR/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", ":QUERY_LOCATOR", "describe" ], "variable": [ { "id": "54b44a98-3497-4f7d-9c9c-e371f90c859e", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "2c3150f5-5a84-4fec-a6b8-11e24f94e655", "key": "QUERY_LOCATOR", "value": "", "description": "(Required) " } ] }, "description": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query." }, "response": [ { "id": "c45680dc-0edd-4e1c-8c9d-ce8abda9e293", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:QUERY_LOCATOR/describe", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", ":QUERY_LOCATOR", "describe" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "QUERY_LOCATOR" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c45680dc-0edd-4e1c-8c9d-ce8abda9e293" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f6858679-bbe4-472c-ba64-ba9519cd75b7" } ], "id": "6ac4cb62-6651-4787-984c-bb232b9c6d0e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-6ac4cb62-6651-4787-984c-bb232b9c6d0e" } ], "id": "1052811d-c5d0-4ae3-ba70-c72a433faa1b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1052811d-c5d0-4ae3-ba70-c72a433faa1b" }, { "name": "{LIST_VIEW_ID}", "item": [ { "name": "results", "item": [ { "name": "Salesforce List View Results", "id": "7122a8b4-1276-470d-b459-87dbb097d94e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:LIST_VIEW_ID/results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", ":LIST_VIEW_ID", "results" ], "variable": [ { "id": "360f341c-1ec1-401b-b6b4-11a0ef341626", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " }, { "id": "fe57eb97-6c7e-4849-85ba-2988de0a0aa4", "key": "LIST_VIEW_ID", "value": "", "description": "(Required) " } ] }, "description": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query." }, "response": [ { "id": "28a9ffb8-2333-4177-babf-53dee636b901", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:LIST_VIEW_ID/results", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", ":LIST_VIEW_ID", "results" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "LIST_VIEW_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-28a9ffb8-2333-4177-babf-53dee636b901" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7122a8b4-1276-470d-b459-87dbb097d94e" } ], "id": "39683040-66ae-4e44-88a3-e38c16008331", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-39683040-66ae-4e44-88a3-e38c16008331" } ], "id": "099be47c-8329-4603-a0d3-075c8dedce27", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-099be47c-8329-4603-a0d3-075c8dedce27" }, { "name": "recent", "item": [ { "name": "Salesforce Recently Viewed Items", "id": "35d6c22b-2a46-490e-b5f2-34497de48776", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/recent?limit=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", "recent" ], "query": [ { "description": "(Required) ", "key": "limit", "value": "" } ], "variable": [ { "id": "b8c352b0-938f-48be-9f82-afb4d9e0bc3a", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Gets the most recently accessed items that were viewed or referenced by the current user. Salesforce stores information about record views in the interface and uses it to generate a list of recently viewed and referenced records, such as in the sidebar and for the auto-complete options in search.\n\nThis resource only accesses most recently used item information. If you want to modify the list of recently viewed items, you\u2019ll need to update recently viewed information directly by using a SOQL Query with a FOR VIEW or FOR REFERENCE clause.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm" }, "response": [ { "id": "c85f290a-2490-4b7e-9b74-c9b68163ac38", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/recent?limit=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews", "recent" ], "query": [ { "description": "(Required) ", "key": "limit", "value": "" } ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c85f290a-2490-4b7e-9b74-c9b68163ac38" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-35d6c22b-2a46-490e-b5f2-34497de48776" } ], "id": "8181dc0b-1ac9-4131-a637-0dc99c460ae6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8181dc0b-1ac9-4131-a637-0dc99c460ae6" }, { "name": "Salesforce List Views", "id": "2e4b3706-04e9-4398-ab16-53c4c6ef7ad7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews" ], "variable": [ { "id": "34aae841-db48-4c1a-8278-92199c0750cf", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID." }, "response": [ { "id": "859cd04c-0eb5-47df-80bd-be812487df1b", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME", "listviews" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-859cd04c-0eb5-47df-80bd-be812487df1b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2e4b3706-04e9-4398-ab16-53c4c6ef7ad7" } ], "id": "d9919f84-3d9f-47b6-85b5-bf8c0d820742", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d9919f84-3d9f-47b6-85b5-bf8c0d820742" }, { "name": "Salesforce Sobject Basic Information", "id": "5c0b7ac0-cfdc-4f54-b9c9-a0b8a60a14b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "id": "5f62844f-27a5-4b12-9419-956a431dbe22", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Describes the individual metadata for the specified object. Can also be used to create a new record for a given object. For example, this can be used to retrieve the metadata for the Account object using the GET method, or create a new Account object using the POST method." }, "response": [ { "id": "f3f391a0-20d9-4638-bc33-747600329d74", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f3f391a0-20d9-4638-bc33-747600329d74" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5c0b7ac0-cfdc-4f54-b9c9-a0b8a60a14b7" }, { "name": "Salesforce Sobject Create", "id": "b00f5be6-d10d-4138-a1d8-81d67b1893aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "id": "01c966cd-0711-48d8-9720-d791d8d662cd", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) SObject API name" } ] } }, "response": [ { "id": "6cc77a06-51dd-40e6-92f2-1340112838ca", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/sobjects/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"success\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6cc77a06-51dd-40e6-92f2-1340112838ca" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b00f5be6-d10d-4138-a1d8-81d67b1893aa" } ], "id": "5167387b-027a-4d8a-8f20-9dabb18d15e8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5167387b-027a-4d8a-8f20-9dabb18d15e8" }, { "name": "Global", "item": [ { "name": "describe", "item": [ { "name": "layouts", "item": [ { "name": "Salesforce Describe Global Layouts", "id": "a9fe43ab-bf61-4968-b653-a73110a15035", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/Global/describe/layouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "Global", "describe", "layouts" ] }, "description": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." }, "response": [ { "id": "6354ea51-480e-49b4-9ffc-12e1b2fd9c32", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/Global/describe/layouts", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "Global", "describe", "layouts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6354ea51-480e-49b4-9ffc-12e1b2fd9c32" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a9fe43ab-bf61-4968-b653-a73110a15035" } ], "id": "6263ecae-80e0-4fd4-92f2-0df8b49159a4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-6263ecae-80e0-4fd4-92f2-0df8b49159a4" } ], "id": "b0f3691a-2aad-42fc-adde-8b092211c858", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b0f3691a-2aad-42fc-adde-8b092211c858" } ], "id": "f24b2651-43bf-4f52-b257-d5b02b912bf6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-f24b2651-43bf-4f52-b257-d5b02b912bf6" }, { "name": "PlatformAction", "item": [ { "name": "Salesforce Sobject Platformaction", "id": "ec823291-7b5e-4aaa-94c6-2e6a8467c64e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/PlatformAction", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "PlatformAction" ] }, "description": "PlatformAction is a virtual read-only object. It enables you to query for actions displayed in the UI, given a user, a context, device format, and a record ID. Examples include standard and custom buttons, quick actions, and productivity actions.\nReturns the description of the PlatformAction." }, "response": [ { "id": "e16ce64e-23ad-411a-9b88-6929dd46530e", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/PlatformAction", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "PlatformAction" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e16ce64e-23ad-411a-9b88-6929dd46530e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ec823291-7b5e-4aaa-94c6-2e6a8467c64e" } ], "id": "abc8a11d-a94f-4d36-80fd-833bb8b3c689", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-abc8a11d-a94f-4d36-80fd-833bb8b3c689" }, { "name": "User", "item": [ { "name": "{USER_ID}", "item": [ { "name": "password", "item": [ { "name": "Salesforce Sobject User Password", "id": "202b06cf-5c04-4b4a-94b4-5645a401b603", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/User/:USER_ID/password", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "User", ":USER_ID", "password" ], "variable": [ { "id": "c8d26d54-5425-411d-b21e-76a075aa81ef", "key": "USER_ID", "value": "", "description": "(Required) " } ] }, "description": "Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later." }, "response": [ { "id": "37b5c5ad-c9cd-45b4-a409-6e171a04b9a8", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/User/:USER_ID/password", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "User", ":USER_ID", "password" ], "variable": [ { "key": "USER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-37b5c5ad-c9cd-45b4-a409-6e171a04b9a8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-202b06cf-5c04-4b4a-94b4-5645a401b603" } ], "id": "087f0770-e8de-41e5-8ecd-4c54b0d2b77a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-087f0770-e8de-41e5-8ecd-4c54b0d2b77a" } ], "id": "25237faf-9413-4bcb-82d4-18231e178b80", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-25237faf-9413-4bcb-82d4-18231e178b80" } ], "id": "51c919b0-6262-4f13-b664-57bd136b3243", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-51c919b0-6262-4f13-b664-57bd136b3243" }, { "name": "SelfServiceUser", "item": [ { "name": "{USER_ID}", "item": [ { "name": "password", "item": [ { "name": "Salesforce Sobject Self Service User Password", "id": "e4796b55-5828-486a-962f-5ea56200e128", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/SelfServiceUser/:USER_ID/password", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "SelfServiceUser", ":USER_ID", "password" ], "variable": [ { "id": "1c6e011b-a8c7-44a2-88dd-16d3997a79af", "key": "USER_ID", "value": "", "description": "(Required) " } ] }, "description": "Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later." }, "response": [ { "id": "52d86cbc-f8bf-4efb-b8c4-c09ddc2d2ad4", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/SelfServiceUser/:USER_ID/password", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "SelfServiceUser", ":USER_ID", "password" ], "variable": [ { "key": "USER_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-52d86cbc-f8bf-4efb-b8c4-c09ddc2d2ad4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e4796b55-5828-486a-962f-5ea56200e128" } ], "id": "77ab345d-f134-437a-9024-bf5385ad8ece", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-77ab345d-f134-437a-9024-bf5385ad8ece" } ], "id": "bd775a0c-cd5d-41a9-8450-629ea50dc853", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bd775a0c-cd5d-41a9-8450-629ea50dc853" } ], "id": "fb3e0ca3-76f1-4927-9d5f-f5224078a5a2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fb3e0ca3-76f1-4927-9d5f-f5224078a5a2" }, { "name": "LightningToggleMetrics", "item": [ { "name": "Salesforce Lightning Toggle Metrics", "id": "66dbe82c-14dc-427e-ac93-6ea6850da692", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/LightningToggleMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningToggleMetrics" ] }, "description": "Return details about users who switched between Salesforce Classic and Lightning Experience.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_togglemetrics.htm" }, "response": [ { "id": "1e627516-ea33-437f-ba9a-b3df9495fcf1", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/LightningToggleMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningToggleMetrics" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e627516-ea33-437f-ba9a-b3df9495fcf1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-66dbe82c-14dc-427e-ac93-6ea6850da692" } ], "id": "dbe10d2f-b719-4f59-9782-9a7082683db7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-dbe10d2f-b719-4f59-9782-9a7082683db7" }, { "name": "LightningUsageByBrowserMetrics", "item": [ { "name": "Salesforce Lightning Usage by Page", "id": "9a27220e-987a-4e99-b4a1-9378dc15aa01", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByBrowserMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByBrowserMetrics" ] }, "description": "Represents standard pages users viewed most frequently in Lightning Experience.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_usagebypagemetrics.htm" }, "response": [ { "id": "f7355a02-0ce7-466f-9b2c-12079be107c2", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByBrowserMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByBrowserMetrics" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f7355a02-0ce7-466f-9b2c-12079be107c2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a27220e-987a-4e99-b4a1-9378dc15aa01" } ], "id": "b8269384-d037-4a46-8f64-b04bcf2eb88e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b8269384-d037-4a46-8f64-b04bcf2eb88e" }, { "name": "LightningUsageByAppTypeMetrics", "item": [ { "name": "Salesforce Lightning Usage by App Type", "id": "2ddec0da-d9fd-4684-b741-b2e5e6158240", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByAppTypeMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByAppTypeMetrics" ] }, "description": "Return the total number of Lightning Experience and Salesforce Mobile users.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_usagebyapptypemetrics.htm" }, "response": [ { "id": "e1ea8af4-14de-4255-968e-04b7bf46c372", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByAppTypeMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByAppTypeMetrics" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e1ea8af4-14de-4255-968e-04b7bf46c372" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2ddec0da-d9fd-4684-b741-b2e5e6158240" } ], "id": "efb00451-5dac-45ae-a4de-8654e03a2d90", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-efb00451-5dac-45ae-a4de-8654e03a2d90" }, { "name": "LightningUsageByFlexiPageMetrics", "item": [ { "name": "Salesforce Lightning Usage by Flexipage", "id": "c3797b62-09ef-41e6-a37e-c6364bb57175", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByFlexiPageMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByFlexiPageMetrics" ] }, "description": "Return details about the custom pages viewed most frequently in Lightning Experience.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_usagebyflexipagemetrics.htm" }, "response": [ { "id": "27342045-eab5-4fa8-808b-bc311e6315a8", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/LightningUsageByFlexiPageMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningUsageByFlexiPageMetrics" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-27342045-eab5-4fa8-808b-bc311e6315a8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c3797b62-09ef-41e6-a37e-c6364bb57175" } ], "id": "ae1c00e5-e7c3-4689-a9e8-0376685f66e4", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ae1c00e5-e7c3-4689-a9e8-0376685f66e4" }, { "name": "LightningExitByPageMetrics", "item": [ { "name": "Salesforce Lightning Exit by Page Metrics", "id": "e2b9c01e-b4b9-4d87-b62a-2fe6f4592395", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/LightningExitByPageMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningExitByPageMetrics" ] }, "description": "Return frequency metrics about the standard pages within which users switched from Lightning Experience to Salesforce Classic.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_exitbypagemetrics.htm" }, "response": [ { "id": "725b1ab4-6dbd-486e-b426-917a8a7f557b", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/LightningExitByPageMetrics", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "LightningExitByPageMetrics" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-725b1ab4-6dbd-486e-b426-917a8a7f557b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e2b9c01e-b4b9-4d87-b62a-2fe6f4592395" } ], "id": "772620f8-629a-4beb-b638-2280355e9f11", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-772620f8-629a-4beb-b638-2280355e9f11" }, { "name": "EventLogFile", "item": [ { "name": "{id}", "item": [ { "name": "LogFile", "item": [ { "name": "Salesforce Get Event Log File", "id": "ac2b2a2a-9a73-457c-9c47-e873e3421f2b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/EventLogFile/:id/LogFile", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventLogFile", ":id", "LogFile" ], "variable": [ { "id": "e322279a-f54c-48b5-9e4a-75e02933ad15", "key": "id", "value": "", "description": "(Required) Log event Id" } ] } }, "response": [ { "id": "e1bf9edf-fff5-4bab-af13-0e2510b802c9", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/EventLogFile/:id/LogFile", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "EventLogFile", ":id", "LogFile" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e1bf9edf-fff5-4bab-af13-0e2510b802c9" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ac2b2a2a-9a73-457c-9c47-e873e3421f2b" } ], "id": "e2241f29-3086-4844-96a9-d330009f05ec", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-e2241f29-3086-4844-96a9-d330009f05ec" } ], "id": "5c4624bd-cacf-4b18-9127-cad10b8285bf", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5c4624bd-cacf-4b18-9127-cad10b8285bf" } ], "id": "9442157c-e837-4dea-b156-f3c84a1248eb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9442157c-e837-4dea-b156-f3c84a1248eb" }, { "name": "relevantItems", "item": [ { "name": "Salesforce Relevant Items", "id": "2a05dad7-f430-4565-98f8-590d4630883e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/relevantItems", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "relevantItems" ] }, "description": "Gets the current user\u2019s most relevant items. Relevant items include records for objects in the user\u2019s global search scope and also most recently used (MRU) objects.\nRelevant items include up to 50 of the most recently viewed or updated records for each object in the user\u2019s global search scope.\nNote\nThe user\u2019s global search scope includes the objects the user interacted with most in the last 30 days, including objects the user pinned from the search results page in the Salesforce Classic.\n\nThen, the resource finds more recent records for each most recently used (MRU) object until the maximum number of records, which is 2,000, is returned.\nThis resource only accesses the relevant item information. Modifying the list of relevant items is not currently supported\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_relevant_items.htm" }, "response": [ { "id": "4efbb2b3-3ba3-4a07-a9d6-eaafd09167d5", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/relevantItems", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "relevantItems" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4efbb2b3-3ba3-4a07-a9d6-eaafd09167d5" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2a05dad7-f430-4565-98f8-590d4630883e" } ], "id": "b957a034-3f79-4d70-82ad-1ff0ffacce15", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b957a034-3f79-4d70-82ad-1ff0ffacce15" }, { "name": "OpportunityLineItem", "item": [ { "name": "{OPPORTUNITY_LINE_ITEM_ID}", "item": [ { "name": "OpportunityLineItemSchedules", "item": [ { "name": "Salesforce Product Schedules", "id": "c79bcda2-8828-4423-8071-a3337dc98002", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects/OpportunityLineItem/:OPPORTUNITY_LINE_ITEM_ID/OpportunityLineItemSchedules", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "OpportunityLineItem", ":OPPORTUNITY_LINE_ITEM_ID", "OpportunityLineItemSchedules" ], "variable": [ { "id": "9a81a1f0-e4a4-4864-94f1-e176dde75987", "key": "OPPORTUNITY_LINE_ITEM_ID", "value": "", "description": "(Required) " } ] }, "description": "Work with revenue and quantity schedules for opportunity products. Establish or reestablish a product schedule with multiple installments for an opportunity product. Delete all installments in a schedule.\nThis resource is available in REST API version 43.0 and later.\n\nIn API version 46.0 and later, established and re-established schedules support custom fields, validation rules, and Apex triggers. Deleting all schedules now also fires delete triggers.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_opportunitylineitemschedules.htm" }, "response": [ { "id": "ee23799d-956b-4be8-9981-5563bd049343", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects/OpportunityLineItem/:OPPORTUNITY_LINE_ITEM_ID/OpportunityLineItemSchedules", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects", "OpportunityLineItem", ":OPPORTUNITY_LINE_ITEM_ID", "OpportunityLineItemSchedules" ], "variable": [ { "key": "OPPORTUNITY_LINE_ITEM_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ee23799d-956b-4be8-9981-5563bd049343" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c79bcda2-8828-4423-8071-a3337dc98002" } ], "id": "a4b1ccec-ae46-4b2d-ad2f-feb9c72c5310", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a4b1ccec-ae46-4b2d-ad2f-feb9c72c5310" } ], "id": "c0a72acc-5835-45cc-969c-64cf0bd62827", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c0a72acc-5835-45cc-969c-64cf0bd62827" } ], "id": "2aa8b174-a99c-48a9-8321-fe6817f2c17e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-2aa8b174-a99c-48a9-8321-fe6817f2c17e" }, { "name": "Salesforce Describe Global", "id": "87cd020e-15e2-4a0f-a5ba-044c50111842", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects" ] }, "description": "Lists the available objects and their metadata for your organization\u2019s data. In addition, it provides the organization encoding, as well as the maximum batch size permitted in queries.\n\nYou can use the If-Modified-Since header with this resource, with the date format EEE, dd MMM yyyy HH:mm:ss z. When using this header, if no available object\u2019s metadata has changed since the provided date, a 304 Not Modified status code is returned with no response body." }, "response": [ { "id": "b1ee48e5-5ef7-4390-aed0-ead4606b4b1a", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/sobjects", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "sobjects" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b1ee48e5-5ef7-4390-aed0-ead4606b4b1a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-87cd020e-15e2-4a0f-a5ba-044c50111842" } ], "id": "b3fb8cf6-2b09-484f-bd6f-f55039783c1d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b3fb8cf6-2b09-484f-bd6f-f55039783c1d" }, { "name": "query", "item": [ { "name": "Salesforce List Event Relay Feedback Items", "id": "92369198-aac0-4eb5-9db9-0516cc10dfe5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/query?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "query" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] } }, "response": [ { "id": "93249fea-9367-4212-8c6d-2d273b285f90", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/query?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "query" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-93249fea-9367-4212-8c6d-2d273b285f90" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-92369198-aac0-4eb5-9db9-0516cc10dfe5" } ], "id": "54ace446-beb5-42f4-87d9-ecc0ff5e7b28", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-54ace446-beb5-42f4-87d9-ecc0ff5e7b28" }, { "name": "event", "item": [ { "name": "eventSchema", "item": [ { "name": "{SCHEMA_ID}", "item": [ { "name": "Salesforce Platform Event Schema by Schema Id", "id": "020117c2-dc4f-4e89-a8b3-27a46d5553f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/event/eventSchema/:SCHEMA_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "event", "eventSchema", ":SCHEMA_ID" ], "variable": [ { "id": "e92f6941-e674-4231-a9be-4f8b044ce555", "key": "SCHEMA_ID", "value": "", "description": "(Required) " } ] }, "description": "Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later." }, "response": [ { "id": "cecd0eb6-cdd3-4474-ac82-c7fdd9e4d011", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/event/eventSchema/:SCHEMA_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "event", "eventSchema", ":SCHEMA_ID" ], "variable": [ { "key": "SCHEMA_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cecd0eb6-cdd3-4474-ac82-c7fdd9e4d011" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-020117c2-dc4f-4e89-a8b3-27a46d5553f1" } ], "id": "bea46dbc-4eda-4cbf-a3ee-76be3a0c89b2", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bea46dbc-4eda-4cbf-a3ee-76be3a0c89b2" } ], "id": "8a639b95-5810-43b5-a1ce-3dc2c75ee24e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-8a639b95-5810-43b5-a1ce-3dc2c75ee24e" } ], "id": "75f9a0d4-47f3-477d-87ff-d4ec7ab35f62", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-75f9a0d4-47f3-477d-87ff-d4ec7ab35f62" }, { "name": "loyalty-programs", "item": [ { "name": "{loyaltyProgramName}", "item": [ { "name": "corporate-member-enrollments", "item": [ { "name": "Salesforce Corporate Member Enrollments", "id": "42d1e1a2-efd9-4394-b779-bc490aeec4e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"enrollmentDate\": \"\",\n \"membershipNumber\": \"\",\n \"associatedAccountDetails\": {\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"allowDuplicateRecords\": \"\"\n },\n \"memberStatus\": \"\",\n \"createTransactionJournals\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/corporate-member-enrollments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "corporate-member-enrollments" ], "variable": [ { "id": "1f62df5b-b67e-4ea6-90df-72fdd9a3d013", "key": "loyaltyProgramName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_enroll_corporate_member.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_enroll_corporate_member.htm)" }, "response": [ { "id": "6d7be68d-9ad8-43e9-89a6-b0ca8a9c5740", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enrollmentDate\": \"\",\n \"membershipNumber\": \"\",\n \"associatedAccountDetails\": {\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\",\n \"allowDuplicateRecords\": \"\"\n },\n \"memberStatus\": \"\",\n \"createTransactionJournals\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/corporate-member-enrollments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "corporate-member-enrollments" ], "variable": [ { "key": "loyaltyProgramName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"loyaltyProgramMemberId\": \"\",\n \"loyaltyProgramName\": \"\",\n \"membershipNumber\": \"\",\n \"transactionJournals\": [\n {\n \"activityDate\": \"\",\n \"journalSubType\": \"\",\n \"journalType\": \"\",\n \"loyaltyProgram\": \"\",\n \"loyaltyProgramMember\": \"\",\n \"referredMember\": \"\",\n \"status\": \"\",\n \"transactionJournalId\": \"\"\n },\n {\n \"activityDate\": \"\",\n \"journalSubType\": \"\",\n \"journalType\": \"\",\n \"loyaltyProgram\": \"\",\n \"loyaltyProgramMember\": \"\",\n \"referredMember\": \"\",\n \"status\": \"\",\n \"transactionJournalId\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6d7be68d-9ad8-43e9-89a6-b0ca8a9c5740" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-42d1e1a2-efd9-4394-b779-bc490aeec4e7" } ], "id": "40c4c045-f568-4c95-adbf-765ab0ef4d5c", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-40c4c045-f568-4c95-adbf-765ab0ef4d5c" }, { "name": "individual-member-enrollments", "item": [ { "name": "Salesforce Individual Member Enrollments", "id": "9ab95daf-2b7c-42b1-aa35-68a22b43a88e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"enrollmentDate\": \"\",\n \"membershipNumber\": \"\",\n \"associatedContactDetails\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\",\n \"allowDuplicateRecords\": \"\"\n },\n \"memberStatus\": \"\",\n \"createTransactionJournals\": \"\",\n \"transactionJournalStatementFrequency\": \"\",\n \"transactionJournalStatementMethod\": \"\",\n \"enrollmentChannel\": \"\",\n \"canReceivePromotions\": \"\",\n \"canReceivePartnerPromotions\": \"\",\n \"membershipEndDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/individual-member-enrollments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "individual-member-enrollments" ], "variable": [ { "id": "07ae6538-1e61-48cc-b982-69dc006f88a7", "key": "loyaltyProgramName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_enroll_individual_member.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_enroll_individual_member.htm)" }, "response": [ { "id": "dd4ef04b-e970-49c8-a9f1-59f85e2d13ff", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enrollmentDate\": \"\",\n \"membershipNumber\": \"\",\n \"associatedContactDetails\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\",\n \"allowDuplicateRecords\": \"\"\n },\n \"memberStatus\": \"\",\n \"createTransactionJournals\": \"\",\n \"transactionJournalStatementFrequency\": \"\",\n \"transactionJournalStatementMethod\": \"\",\n \"enrollmentChannel\": \"\",\n \"canReceivePromotions\": \"\",\n \"canReceivePartnerPromotions\": \"\",\n \"membershipEndDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/individual-member-enrollments", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "individual-member-enrollments" ], "variable": [ { "key": "loyaltyProgramName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactId\": \"\",\n \"loyaltyProgramMemberId\": \"\",\n \"loyaltyProgramName\": \"\",\n \"membershipNumber\": \"\",\n \"transactionJournals\": [\n {\n \"activityDate\": \"\",\n \"journalSubType\": \"\",\n \"journalType\": \"\",\n \"loyaltyProgram\": \"\",\n \"loyaltyProgramMember\": \"\",\n \"referredMember\": \"\",\n \"status\": \"\",\n \"transactionJournalId\": \"\"\n },\n {\n \"activityDate\": \"\",\n \"journalSubType\": \"\",\n \"journalType\": \"\",\n \"loyaltyProgram\": \"\",\n \"loyaltyProgramMember\": \"\",\n \"referredMember\": \"\",\n \"status\": \"\",\n \"transactionJournalId\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dd4ef04b-e970-49c8-a9f1-59f85e2d13ff" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9ab95daf-2b7c-42b1-aa35-68a22b43a88e" } ], "id": "c038bc0f-ef6d-416b-b59c-4683df79efec", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c038bc0f-ef6d-416b-b59c-4683df79efec" }, { "name": "members", "item": [ { "name": "Salesforce Member Profile", "id": "3a7e5ba5-1e4f-4ced-a37f-2f9bc9972b21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/members?memberId=&membershipNumber=&programCurrencyName=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "members" ], "query": [ { "description": "(Required) The ID of the loyalty program member.", "key": "memberId", "value": "" }, { "description": "(Required) The membership number of the loyalty program member.", "key": "membershipNumber", "value": "" }, { "description": "(Required) The name of the loyalty program currency associated with the member.\nUse this parameter to get the details of the member\u2019s points-related information for a specific currency.", "key": "programCurrencyName", "value": "" } ], "variable": [ { "id": "95bcdf36-af48-4241-a87a-2f767dd3711d", "key": "loyaltyProgramName", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_member_profile.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_member_profile.htm)" }, "response": [ { "id": "9eeace77-f610-4041-8ef7-def61f145b37", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/loyalty-programs/:loyaltyProgramName/members?memberId=&membershipNumber=&programCurrencyName=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty-programs", ":loyaltyProgramName", "members" ], "query": [ { "description": "(Required) The ID of the loyalty program member.", "key": "memberId", "value": "" }, { "description": "(Required) The membership number of the loyalty program member.", "key": "membershipNumber", "value": "" }, { "description": "(Required) The name of the loyalty program currency associated with the member.\nUse this parameter to get the details of the member\u2019s points-related information for a specific currency.", "key": "programCurrencyName", "value": "" } ], "variable": [ { "key": "loyaltyProgramName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"additionalLoyaltyProgramMemberFields\": {},\n \"associatedAccount\": \"\",\n \"associatedContact\": {\n \"contactId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"canReceivePartnerPromotions\": \"\",\n \"canReceivePromotions\": \"\",\n \"enrollmentChannel\": \"\",\n \"enrollmentDate\": \"\",\n \"groupCreatedByMember\": \"\",\n \"groupName\": \"\",\n \"lastActivityDate\": \"\",\n \"loyaltyProgramMemberId\": \"\",\n \"loyaltyProgramName\": \"\",\n \"memberCurrencies\": [\n {\n \"additionalLoyaltyMemberCurrencyFields\": {\n \"Level_Before_Reset__c\": \"\"\n },\n \"escrowPointsBalance\": \"\",\n \"expirablePoints\": \"\",\n \"lastAccrualProcessedDate\": \"\",\n \"lastEscrowProcessedDate\": \"\",\n \"lastExpirationProcessRunDate\": \"\",\n \"lastPointsAggregationDate\": \"\",\n \"lastPointsResetDate\": \"\",\n \"loyaltyMemberCurrencyName\": \"\",\n \"loyaltyProgramCurrencyId\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"memberCurrencyId\": \"\",\n \"nextQualifyingPointsResetDate\": \"\",\n \"pointsBalance\": \"\",\n \"qualifyingPointsBalanceBeforeReset\": \"\",\n \"totalEscrowPointsAccrued\": \"\",\n \"totalEscrowRolloverPoints\": \"\",\n \"totalPointsAccrued\": \"\",\n \"totalPointsExpired\": \"\",\n \"totalPointsRedeemed\": \"\"\n },\n {\n \"additionalLoyaltyMemberCurrencyFields\": {\n \"Level_Before_Reset__c\": \"\"\n },\n \"escrowPointsBalance\": \"\",\n \"expirablePoints\": \"\",\n \"lastAccrualProcessedDate\": \"\",\n \"lastEscrowProcessedDate\": \"\",\n \"lastExpirationProcessRunDate\": \"\",\n \"lastPointsAggregationDate\": \"\",\n \"lastPointsResetDate\": \"\",\n \"loyaltyMemberCurrencyName\": \"\",\n \"loyaltyProgramCurrencyId\": \"\",\n \"loyaltyProgramCurrencyName\": \"\",\n \"memberCurrencyId\": \"\",\n \"nextQualifyingPointsResetDate\": \"\",\n \"pointsBalance\": \"\",\n \"qualifyingPointsBalanceBeforeReset\": \"\",\n \"totalEscrowPointsAccrued\": \"\",\n \"totalEscrowRolloverPoints\": \"\",\n \"totalPointsAccrued\": \"\",\n \"totalPointsExpired\": \"\",\n \"totalPointsRedeemed\": \"\"\n }\n ],\n \"memberStatus\": \"\",\n \"memberTiers\": [\n {\n \"additionalLoyaltyMemberTierFields\": {},\n \"areTierBenefitsAssigned\": \"\",\n \"loyaltyMemberTierId\": \"\",\n \"loyaltyMemberTierName\": \"\",\n \"tierChangeReason\": \"\",\n \"tierChangeReasonType\": \"\",\n \"tierEffectiveDate\": \"\",\n \"tierExpirationDate\": \"\",\n \"tierGroupId\": \"\",\n \"tierGroupName\": \"\",\n \"tierId\": \"\",\n \"tierSequenceNumber\": \"\"\n },\n {\n \"additionalLoyaltyMemberTierFields\": {},\n \"areTierBenefitsAssigned\": \"\",\n \"loyaltyMemberTierId\": \"\",\n \"loyaltyMemberTierName\": \"\",\n \"tierChangeReason\": \"\",\n \"tierChangeReasonType\": \"\",\n \"tierEffectiveDate\": \"\",\n \"tierExpirationDate\": \"\",\n \"tierGroupId\": \"\",\n \"tierGroupName\": \"\",\n \"tierId\": \"\",\n \"tierSequenceNumber\": \"\"\n }\n ],\n \"memberType\": \"\",\n \"membershipEndDate\": \"\",\n \"membershipLastRenewalDate\": \"\",\n \"membershipNumber\": \"\",\n \"referredBy\": \"\",\n \"relatedCorporateMembershipNumber\": \"\",\n \"transactionJournalStatementFrequency\": \"\",\n \"transactionJournalStatementLastGeneratedDate\": \"\",\n \"transactionJournalStatementMethod\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9eeace77-f610-4041-8ef7-def61f145b37" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3a7e5ba5-1e4f-4ced-a37f-2f9bc9972b21" } ], "id": "12901b92-30c1-4ddf-ad18-cd4bc8e08a58", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-12901b92-30c1-4ddf-ad18-cd4bc8e08a58" } ], "id": "36ef899b-7d6d-4e1a-98e1-73a7e8bc9436", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-36ef899b-7d6d-4e1a-98e1-73a7e8bc9436" } ], "id": "99ce9d28-1b8f-4cf8-829f-995106fce9db", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-99ce9d28-1b8f-4cf8-829f-995106fce9db" }, { "name": "loyalty", "item": [ { "name": "programs", "item": [ { "name": "{loyaltyProgramName}", "item": [ { "name": "members", "item": [ { "name": "{membershipNumber}", "item": [ { "name": "vouchers", "item": [ { "name": "{voucherCode}", "item": [ { "name": "redeem", "item": [ { "name": "Salesforce Redeem Voucher", "id": "0edd16fa-3b78-49ae-875c-279330411c0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"currencyIsoCode\": \"\",\n \"redeemAmount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/vouchers/:voucherCode/redeem?voucherNumber=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "vouchers", ":voucherCode", "redeem" ], "query": [ { "description": "(Required) ", "key": "voucherNumber", "value": "" } ], "variable": [ { "id": "02b50574-84dc-4324-84d1-68c584c0df25", "key": "loyaltyProgramName", "value": "", "description": "(Required) The loyalty program name." }, { "id": "608d939b-22bb-4558-82b3-23fc0837c85a", "key": "membershipNumber", "value": "", "description": "(Required) The loyalty program membership number." }, { "id": "2c8f8348-1705-4e75-aecd-e7b4f0b69bcf", "key": "voucherCode", "value": "", "description": "(Required) The voucher code to be redeemed." } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_redeem_voucher.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_redeem_voucher.htm)" }, "response": [ { "id": "aabbe7fa-da23-4409-b52e-0604de31facc", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"currencyIsoCode\": \"\",\n \"redeemAmount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/vouchers/:voucherCode/redeem?voucherNumber=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "vouchers", ":voucherCode", "redeem" ], "query": [ { "description": "(Required) ", "key": "voucherNumber", "value": "" } ], "variable": [ { "key": "loyaltyProgramName" }, { "key": "membershipNumber" }, { "key": "voucherCode" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currencyIsoCode\": \"\",\n \"remainingAmount\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aabbe7fa-da23-4409-b52e-0604de31facc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0edd16fa-3b78-49ae-875c-279330411c0b" } ], "id": "ed28819e-7307-4738-a306-6744aa742b2d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-ed28819e-7307-4738-a306-6744aa742b2d" } ], "id": "3ffc8c30-6028-4ebb-9511-9e38434c9ef5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-3ffc8c30-6028-4ebb-9511-9e38434c9ef5" }, { "name": "Salesforce Member Vouchers", "id": "66be23b2-d6ae-4159-a081-4de390c1ad9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/vouchers", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "vouchers" ], "variable": [ { "id": "68ecfdb8-3bb0-4941-a46a-dc97cf552004", "key": "loyaltyProgramName", "value": "", "description": "(Required) " }, { "id": "88403076-b105-4a96-8e93-ff843265f55e", "key": "membershipNumber", "value": "", "description": "(Required) " } ] }, "description": "[Member Vouchers](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_member_vouchers.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "da3a5af7-cc92-4f41-8131-91dc38e78d02", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/vouchers", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "vouchers" ], "variable": [ { "key": "loyaltyProgramName" }, { "key": "membershipNumber" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"voucherCount\": \"\",\n \"vouchers\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-da3a5af7-cc92-4f41-8131-91dc38e78d02" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-66be23b2-d6ae-4159-a081-4de390c1ad9e" } ], "id": "a1ed5a4f-8c77-4c9a-881b-a864fde2241a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a1ed5a4f-8c77-4c9a-881b-a864fde2241a" }, { "name": "transaction-ledger-summary", "item": [ { "name": "Salesforce Transaction Ledger Summary", "id": "9de7fa36-b054-4360-a6b9-e93df370ddd6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/transaction-ledger-summary", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "transaction-ledger-summary" ], "variable": [ { "id": "a03d0af9-d89a-4db7-a766-439b1744dee0", "key": "loyaltyProgramName", "value": "", "description": "(Required) " }, { "id": "aefb4562-ac53-44dc-a83a-efa3b3d93c5c", "key": "membershipNumber", "value": "", "description": "(Required) " } ] }, "description": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_transaction_ledger.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_transaction_ledger.htm)" }, "response": [ { "id": "31ad4e55-f923-4f3b-ae58-a0e91b121e71", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/loyalty/programs/:loyaltyProgramName/members/:membershipNumber/transaction-ledger-summary", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "loyalty", "programs", ":loyaltyProgramName", "members", ":membershipNumber", "transaction-ledger-summary" ], "variable": [ { "key": "loyaltyProgramName" }, { "key": "membershipNumber" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": \"\",\n \"transactionJournalCount\": \"\",\n \"transactionJournals\": [\n {\n \"activityDate\": \"\",\n \"additionalTransactionJournalAttributes\": [\n \"\",\n \"\"\n ],\n \"journalSubTypeName\": \"\",\n \"journalTypeName\": \"\",\n \"pointsChange\": [\n \"\",\n \"\"\n ],\n \"transactionJournalId\": \"\",\n \"transactionJournalNumber\": \"\"\n },\n {\n \"activityDate\": \"\",\n \"additionalTransactionJournalAttributes\": [\n \"\",\n \"\"\n ],\n \"journalSubTypeName\": \"\",\n \"journalTypeName\": \"\",\n \"pointsChange\": [\n \"\",\n \"\"\n ],\n \"transactionJournalId\": \"\",\n \"transactionJournalNumber\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-31ad4e55-f923-4f3b-ae58-a0e91b121e71" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9de7fa36-b054-4360-a6b9-e93df370ddd6" } ], "id": "246995b7-1584-464e-a16e-06fb3af34cb3", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-246995b7-1584-464e-a16e-06fb3af34cb3" } ], "id": "96930b95-5bf3-4e02-99c0-3b4de4dd0dc0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-96930b95-5bf3-4e02-99c0-3b4de4dd0dc0" } ], "id": "21ff38ea-8e83-4cbc-b4ae-c7a1ce8f0632", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-21ff38ea-8e83-4cbc-b4ae-c7a1ce8f0632" } ], "id": "c7cafa3f-2456-48e0-93a1-852b6ae91ed7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c7cafa3f-2456-48e0-93a1-852b6ae91ed7" } ], "id": "1d226cdc-5f29-45d2-89ca-16904b884e23", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1d226cdc-5f29-45d2-89ca-16904b884e23" } ], "id": "0a6e5e38-0597-40ec-89aa-020e13f40ca8", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-0a6e5e38-0597-40ec-89aa-020e13f40ca8" }, { "name": "game", "item": [ { "name": "participant", "item": [ { "name": "{participantId}", "item": [ { "name": "games", "item": [ { "name": "Salesforce Games", "id": "f5031673-13b5-49c2-a4fe-0379f859bb4c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/game/participant/:participantId/games", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "game", "participant", ":participantId", "games" ], "variable": [ { "id": "c2067b2d-7f52-4cd3-bf5a-ffe9f68dbda3", "key": "participantId", "value": "", "description": "(Required) " } ] }, "description": "[Games](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_gamification.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "7e6ef876-5d05-4fc9-a04c-1bb2e084f842", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/game/participant/:participantId/games", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "game", "participant", ":participantId", "games" ], "variable": [ { "key": "participantId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7e6ef876-5d05-4fc9-a04c-1bb2e084f842" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f5031673-13b5-49c2-a4fe-0379f859bb4c" } ], "id": "a5dd44dc-1d7b-43c2-baaf-b7fd8ff47daa", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-a5dd44dc-1d7b-43c2-baaf-b7fd8ff47daa" } ], "id": "fedf145f-5ec0-44d8-a28c-5436f88569b9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fedf145f-5ec0-44d8-a28c-5436f88569b9" } ], "id": "be64f7e2-e077-49d6-83e0-49951705505e", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-be64f7e2-e077-49d6-83e0-49951705505e" }, { "name": "gameparticipantreward", "item": [ { "name": "{gameParticipantRewardId}", "item": [ { "name": "game-reward", "item": [ { "name": "Salesforce Game Reward", "id": "c00ebc72-efa7-4640-850d-9f01d42a712b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/game/gameparticipantreward/:gameParticipantRewardId/game-reward", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "game", "gameparticipantreward", ":gameParticipantRewardId", "game-reward" ], "variable": [ { "id": "16bb2726-96fb-4b8c-8b0b-74875a467752", "key": "gameParticipantRewardId", "value": "", "description": "(Required) " } ] }, "description": "[Game Reward](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_game_result.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "cb324c84-2ee4-4500-9a67-90bcd4e65575", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/game/gameparticipantreward/:gameParticipantRewardId/game-reward", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "game", "gameparticipantreward", ":gameParticipantRewardId", "game-reward" ], "variable": [ { "key": "gameParticipantRewardId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cb324c84-2ee4-4500-9a67-90bcd4e65575" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c00ebc72-efa7-4640-850d-9f01d42a712b" } ], "id": "117f5450-e72a-413a-a3f3-b310ae94ff72", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-117f5450-e72a-413a-a3f3-b310ae94ff72" } ], "id": "b8235a70-cd45-4bd5-805d-bde1e4738c0d", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b8235a70-cd45-4bd5-805d-bde1e4738c0d" } ], "id": "5b058aa3-03e4-4878-938d-523d5dc01005", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-5b058aa3-03e4-4878-938d-523d5dc01005" } ], "id": "84ec6705-56c1-4b27-8af2-50301b458a08", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-84ec6705-56c1-4b27-8af2-50301b458a08" }, { "name": "global-promotions-management", "item": [ { "name": "eligible-promotions", "item": [ { "name": "Salesforce Eligible Promotions", "id": "521110f0-9082-4b3e-b333-0ea711c902c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cart\": {\n \"cartDetails\": [\n {\n \"activityStartDate\": \"\",\n \"contactId\": \"\",\n \"transactionAmount\": \"\",\n \"currencyISOCode\": \"\",\n \"cartLineDetails\": [\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n },\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n }\n ]\n },\n {\n \"activityStartDate\": \"\",\n \"contactId\": \"\",\n \"transactionAmount\": \"\",\n \"currencyISOCode\": \"\",\n \"cartLineDetails\": [\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n },\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n }\n ]\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/global-promotions-management/eligible-promotions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "eligible-promotions" ] }, "description": "[Eligible Promotions](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_eligible_promotions.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "2ac1dc08-3239-4985-b468-fa8761959bfc", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"cart\": {\n \"cartDetails\": [\n {\n \"activityStartDate\": \"\",\n \"contactId\": \"\",\n \"transactionAmount\": \"\",\n \"currencyISOCode\": \"\",\n \"cartLineDetails\": [\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n },\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n }\n ]\n },\n {\n \"activityStartDate\": \"\",\n \"contactId\": \"\",\n \"transactionAmount\": \"\",\n \"currencyISOCode\": \"\",\n \"cartLineDetails\": [\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n },\n {\n \"cartLineProductId\": \"\",\n \"cartLineItemQuantity\": \"\",\n \"cartLineItemAmount\": \"\",\n \"cartLineProductCatalogId\": \"\"\n }\n ]\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/global-promotions-management/eligible-promotions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "eligible-promotions" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2ac1dc08-3239-4985-b468-fa8761959bfc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-521110f0-9082-4b3e-b333-0ea711c902c7" } ], "id": "285634a8-9340-4348-ab6d-f149a3ab33f0", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-285634a8-9340-4348-ab6d-f149a3ab33f0" }, { "name": "promotions", "item": [ { "name": "{promotionId}", "item": [ { "name": "Salesforce Promotion Details", "id": "d7fed517-4ea6-455c-a374-1d3a3f9948de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/global-promotions-management/promotions/:promotionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "promotions", ":promotionId" ], "variable": [ { "id": "ef9cbed3-da80-4909-81ab-37942fe76024", "key": "promotionId", "value": "", "description": "(Required) " } ] }, "description": "[Promotions Creation](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_unified_promotions.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "74921090-2191-4e34-93df-376de50cfba4", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/global-promotions-management/promotions/:promotionId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "promotions", ":promotionId" ], "variable": [ { "key": "promotionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-74921090-2191-4e34-93df-376de50cfba4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d7fed517-4ea6-455c-a374-1d3a3f9948de" } ], "id": "53173d13-4401-4c24-9ab5-831085cd8c75", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-53173d13-4401-4c24-9ab5-831085cd8c75" }, { "name": "Salesforce Promotions Creation", "id": "cef0fb17-4a73-4423-94ef-6944174c5888", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"startDateTime\": \"\",\n \"displayName\": \"\",\n \"priorityNumber\": \"\",\n \"description\": \"\",\n \"endDateTime\": \"\",\n \"objective\": \"\",\n \"loyaltyProgram\": {\n \"name\": \"\"\n },\n \"additionalFieldValues\": {\n \"attributes\": {\n \"promotionLocation__c\": \"\"\n }\n },\n \"promotionLimits\": {\n \"perLineItemLimit\": \"\",\n \"vouchersLimit\": \"\",\n \"vouchersPerCustomerLimit\": \"\",\n \"perCartLimit\": \"\",\n \"usePerCustomerLimit\": \"\",\n \"liabilityLimit\": \"\",\n \"loyaltyProgramCurrency\": {\n \"id\": \"\"\n },\n \"pointsPerCustomerLimit\": \"\"\n },\n \"promotionEligibility\": {\n \"eligibleProductCategories\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ],\n \"eligibleProducts\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"eligibleChannels\": [\n {\n \"channelType\": \"\",\n \"store\": {\n \"name\": \"\"\n },\n \"retailLocationGroup\": {\n \"name\": \"\"\n }\n },\n {\n \"channelType\": \"\",\n \"store\": {\n \"name\": \"\"\n },\n \"retailLocationGroup\": {\n \"name\": \"\"\n }\n }\n ],\n \"eligibleCustomerEvents\": {\n \"event\": \"\",\n \"eventPeriodUnit\": \"\"\n },\n \"eligibleEnrollmentPeriod\": {\n \"isEnrollmentRequired\": \"\",\n \"enrollmentStartDate\": \"\",\n \"enrollmentEndDate\": \"\"\n },\n \"eligibleLoyaltyTiers\": [\n {\n \"tierGroup\": {\n \"name\": \"\",\n \"id\": \"\"\n },\n \"tier\": {\n \"name\": \"\",\n \"id\": \"\"\n }\n },\n {\n \"tierGroup\": {\n \"name\": \"\",\n \"id\": \"\"\n },\n \"tier\": {\n \"name\": \"\",\n \"id\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/global-promotions-management/promotions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "promotions" ] }, "description": "[Promotions Creation](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_unified_promotions.htm)\n\nNOTE:\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." }, "response": [ { "id": "2b8174a7-948a-4d72-93a6-02cfc50afb65", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"startDateTime\": \"\",\n \"displayName\": \"\",\n \"priorityNumber\": \"\",\n \"description\": \"\",\n \"endDateTime\": \"\",\n \"objective\": \"\",\n \"loyaltyProgram\": {\n \"name\": \"\"\n },\n \"additionalFieldValues\": {\n \"attributes\": {\n \"promotionLocation__c\": \"\"\n }\n },\n \"promotionLimits\": {\n \"perLineItemLimit\": \"\",\n \"vouchersLimit\": \"\",\n \"vouchersPerCustomerLimit\": \"\",\n \"perCartLimit\": \"\",\n \"usePerCustomerLimit\": \"\",\n \"liabilityLimit\": \"\",\n \"loyaltyProgramCurrency\": {\n \"id\": \"\"\n },\n \"pointsPerCustomerLimit\": \"\"\n },\n \"promotionEligibility\": {\n \"eligibleProductCategories\": [\n {\n \"id\": \"\"\n },\n {\n \"id\": \"\"\n }\n ],\n \"eligibleProducts\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"eligibleChannels\": [\n {\n \"channelType\": \"\",\n \"store\": {\n \"name\": \"\"\n },\n \"retailLocationGroup\": {\n \"name\": \"\"\n }\n },\n {\n \"channelType\": \"\",\n \"store\": {\n \"name\": \"\"\n },\n \"retailLocationGroup\": {\n \"name\": \"\"\n }\n }\n ],\n \"eligibleCustomerEvents\": {\n \"event\": \"\",\n \"eventPeriodUnit\": \"\"\n },\n \"eligibleEnrollmentPeriod\": {\n \"isEnrollmentRequired\": \"\",\n \"enrollmentStartDate\": \"\",\n \"enrollmentEndDate\": \"\"\n },\n \"eligibleLoyaltyTiers\": [\n {\n \"tierGroup\": {\n \"name\": \"\",\n \"id\": \"\"\n },\n \"tier\": {\n \"name\": \"\",\n \"id\": \"\"\n }\n },\n {\n \"tierGroup\": {\n \"name\": \"\",\n \"id\": \"\"\n },\n \"tier\": {\n \"name\": \"\",\n \"id\": \"\"\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/global-promotions-management/promotions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "global-promotions-management", "promotions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2b8174a7-948a-4d72-93a6-02cfc50afb65" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cef0fb17-4a73-4423-94ef-6944174c5888" } ], "id": "1539e00a-48d7-443a-9599-1965fedcccfa", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-1539e00a-48d7-443a-9599-1965fedcccfa" } ], "id": "07ef6efe-ec7d-4bdd-94fa-e76a4e50f571", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-07ef6efe-ec7d-4bdd-94fa-e76a4e50f571" }, { "name": "graphql", "item": [ { "name": "Salesforce Accounts", "id": "ed39effc-fcd5-4f95-8e25-45e17c9c8a53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Chatter-Entity-Encoding", "value": "" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/graphql", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "graphql" ] } }, "response": [ { "id": "2a147fcb-a023-4bc2-81c3-46142fe2f989", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Chatter-Entity-Encoding", "value": "" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/graphql", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "graphql" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uiapi\": {\n \"query\": {\n \"Account\": {\n \"edges\": [\n {\n \"node\": {\n \"Id\": \"\",\n \"Name\": {\n \"value\": \"\"\n }\n }\n },\n {\n \"node\": {\n \"Id\": \"\",\n \"Name\": {\n \"value\": \"\"\n }\n }\n }\n ]\n }\n }\n }\n },\n \"errors\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2a147fcb-a023-4bc2-81c3-46142fe2f989" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ed39effc-fcd5-4f95-8e25-45e17c9c8a53" } ], "id": "04643ec6-a986-4a62-87df-a0a8dc9f8045", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-04643ec6-a986-4a62-87df-a0a8dc9f8045" }, { "name": "ui-api", "item": [ { "name": "themes", "item": [ { "name": "active", "item": [ { "name": "Salesforce Get Active Theme", "id": "cbeae4e0-f719-4c52-849e-dae9edbc10b0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/themes/active", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "themes", "active" ] }, "description": "Get a Salesforce org\u2019s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin\u2019s selection." }, "response": [ { "id": "23aa1699-a07a-42b5-9e46-fe1860c54102", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/themes/active", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "themes", "active" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"brandColor\": \"\",\n \"brandImage\": {\n \"largeUrl\": \"\",\n \"mediumUrl\": \"\",\n \"smallUrl\": \"\"\n },\n \"defaultGroupBanner\": {\n \"fullSizeUrl\": \"\"\n },\n \"defaultGroupImage\": {\n \"largeUrl\": \"\",\n \"mediumUrl\": \"\",\n \"smallUrl\": \"\"\n },\n \"defaultPageBanner\": {\n \"fullSizeUrl\": \"\"\n },\n \"defaultUserBanner\": {\n \"fullSizeUrl\": \"\"\n },\n \"defaultUserImage\": {\n \"largeUrl\": \"\",\n \"mediumUrl\": \"\",\n \"smallUrl\": \"\"\n },\n \"density\": \"\",\n \"headerColor\": \"\",\n \"linkColor\": \"\",\n \"pageColor\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-23aa1699-a07a-42b5-9e46-fe1860c54102" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cbeae4e0-f719-4c52-849e-dae9edbc10b0" } ], "id": "bb59ccac-1b1e-4170-9720-ffd282fa3da6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-bb59ccac-1b1e-4170-9720-ffd282fa3da6" } ], "id": "9ff4b263-2d14-46ba-9ba9-3b33985d05c9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9ff4b263-2d14-46ba-9ba9-3b33985d05c9" }, { "name": "actions", "item": [ { "name": "global", "item": [ { "name": "Salesforce Get Global Actions", "id": "bfd804c2-70c9-493d-af2c-1e1f3e25f3c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/global", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "global" ] }, "description": "Get the actions on record detail pages." }, "response": [ { "id": "ec05ca5b-eeec-4a69-87d7-44ba38e30d96", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/global", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "global" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"Global\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ec05ca5b-eeec-4a69-87d7-44ba38e30d96" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bfd804c2-70c9-493d-af2c-1e1f3e25f3c1" } ], "id": "431df4d6-f367-4e50-af36-4c835b377beb", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-431df4d6-f367-4e50-af36-4c835b377beb" }, { "name": "record", "item": [ { "name": "{RECORD_IDS}", "item": [ { "name": "Salesforce Get Record Detail Page Actions", "id": "e5d7ddd8-44a4-4780-ac96-ad44a15d3d97", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_IDS" ], "variable": [ { "id": "1a596616-ddb7-4cfa-8da3-46621a53d400", "key": "RECORD_IDS", "value": "", "description": "(Required) A single record ID, or a comma-delimited list of record IDs." } ] }, "description": "Get the actions on record detail pages." }, "response": [ { "id": "0f226850-cb8f-4919-a57b-123f34a50c63", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_IDS" ], "variable": [ { "key": "RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"0014H00002LbR7QQAV\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\"\n ],\n \"url\": \"\"\n },\n \"00158000006QBOhAAO\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0f226850-cb8f-4919-a57b-123f34a50c63" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e5d7ddd8-44a4-4780-ac96-ad44a15d3d97" } ], "id": "28c29638-18f3-40b3-af05-2d06f1458c36", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-28c29638-18f3-40b3-af05-2d06f1458c36" }, { "name": "{RECORD_ID}", "item": [ { "name": "record-edit", "item": [ { "name": "Salesforce Get Record Edit Page Actions", "id": "613b989b-8963-444a-b15e-0fe7bc000327", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/record-edit", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "record-edit" ], "variable": [ { "id": "0f11448d-4cbb-4511-8995-d07b7d4d0845", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" } ] }, "description": "Get the actions on record detail pages." }, "response": [ { "id": "7f4c26f1-63d2-49d4-8393-2ada990c14c1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/record-edit", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "record-edit" ], "variable": [ { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"0014H00002LbR7QQAV\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7f4c26f1-63d2-49d4-8393-2ada990c14c1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-613b989b-8963-444a-b15e-0fe7bc000327" } ], "id": "21e420d8-8af8-4c3d-aedd-16fe6bc1bf44", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-21e420d8-8af8-4c3d-aedd-16fe6bc1bf44" }, { "name": "related-list", "item": [ { "name": "{RELATED_LIST_IDS}", "item": [ { "name": "Salesforce Get Related List Actions", "id": "2cfbcf05-41ca-4014-85e7-650bde9cedb5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/related-list/:RELATED_LIST_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "related-list", ":RELATED_LIST_IDS" ], "variable": [ { "id": "9aff1630-9269-4e82-8733-c1ccb4934a33", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" }, { "id": "717126d6-3624-41ed-a460-cb14b8650c80", "key": "RELATED_LIST_IDS", "value": "", "description": "(Required) Optional. A related list name, or a comma-delimited list of related list names." } ] }, "description": "Get the actions on record detail pages." }, "response": [ { "id": "90c228ca-f7dc-4eec-b4e9-bc8e97f03bd7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/related-list/:RELATED_LIST_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "related-list", ":RELATED_LIST_IDS" ], "variable": [ { "key": "RECORD_ID" }, { "key": "RELATED_LIST_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"00158000006QBOhAAO\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-90c228ca-f7dc-4eec-b4e9-bc8e97f03bd7" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2cfbcf05-41ca-4014-85e7-650bde9cedb5" } ], "id": "567911d1-9c66-4e67-a822-e88c3d3bb2f7", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-567911d1-9c66-4e67-a822-e88c3d3bb2f7" } ], "id": "b0ac6cc7-084d-41fe-a627-6ffff8938da6", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b0ac6cc7-084d-41fe-a627-6ffff8938da6" }, { "name": "related-list-record", "item": [ { "name": "{RELATED_LIST_RECORD_IDS}", "item": [ { "name": "Salesforce Get Related List Record Actions", "id": "0cd4d2a2-a4d9-4192-9b7b-bc68bb613181", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/related-list-record/:RELATED_LIST_RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "related-list-record", ":RELATED_LIST_RECORD_IDS" ], "variable": [ { "id": "57d9501b-2c12-4e58-8b7b-798c77e84c7a", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" }, { "id": "2df1a9bd-5e85-463b-9556-e19050524604", "key": "RELATED_LIST_RECORD_IDS", "value": "", "description": "(Required) A related list record ID, or a comma-delimited list of related list record IDs." } ] }, "description": "Get the actions on records in related lists." }, "response": [ { "id": "ab35e6a2-501c-440b-90fa-cd5193de0087", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/record/:RECORD_ID/related-list-record/:RELATED_LIST_RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "record", ":RECORD_ID", "related-list-record", ":RELATED_LIST_RECORD_IDS" ], "variable": [ { "key": "RECORD_ID" }, { "key": "RELATED_LIST_RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"00158000006QBOhAAO\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ab35e6a2-501c-440b-90fa-cd5193de0087" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0cd4d2a2-a4d9-4192-9b7b-bc68bb613181" } ], "id": "68da75dc-7829-449d-ab0e-b0a8e2b6fc6a", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-68da75dc-7829-449d-ab0e-b0a8e2b6fc6a" } ], "id": "9c0266ac-8c1d-499a-aca4-fd4cc17f5ef9", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-9c0266ac-8c1d-499a-aca4-fd4cc17f5ef9" } ], "id": "01d81a86-a1a8-4b40-941b-205bba46219b", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-01d81a86-a1a8-4b40-941b-205bba46219b" } ], "id": "b2be0d59-d3f4-499d-9816-69c702a9bc70", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-b2be0d59-d3f4-499d-9816-69c702a9bc70" }, { "name": "list-view", "item": [ { "name": "{LIST_VIEW_IDS}", "item": [ { "name": "Salesforce Get List View Header Actions", "id": "dba90237-81b9-45ef-a18d-dd86f0004bd6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view/:LIST_VIEW_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view", ":LIST_VIEW_IDS" ], "variable": [ { "id": "3baab257-a743-4a2c-b669-0cf47ef4c629", "key": "LIST_VIEW_IDS", "value": "", "description": "(Required) A single list view ID, or a comma-delimited list of list view IDs." } ] }, "description": "Get the actions on records in related lists." }, "response": [ { "id": "8bbeda8d-fa43-4746-9a98-782c97ee4a53", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view/:LIST_VIEW_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view", ":LIST_VIEW_IDS" ], "variable": [ { "key": "LIST_VIEW_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"00B58000002ssinEAA\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8bbeda8d-fa43-4746-9a98-782c97ee4a53" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dba90237-81b9-45ef-a18d-dd86f0004bd6" } ], "id": "46a0cbf4-8c8f-408f-a21c-241ab61505f9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-46a0cbf4-8c8f-408f-a21c-241ab61505f9" } ], "id": "8f08030d-70b0-4614-a568-376af8c42c4a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8f08030d-70b0-4614-a568-376af8c42c4a" }, { "name": "list-view-record", "item": [ { "name": "{RECORD_IDS}", "item": [ { "name": "Salesforce Get List View Record Actions", "id": "464fd3d2-13f0-44d4-bc86-c27a5a5688fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view-record/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view-record", ":RECORD_IDS" ], "variable": [ { "id": "c02c1238-ecc3-4144-a346-e9ad050ec34c", "key": "RECORD_IDS", "value": "", "description": "(Required) A single record ID, or a comma-delimited list of record IDs." } ] }, "description": "Get the record actions on list views." }, "response": [ { "id": "48dbaabb-bfeb-4edb-aa51-7f56e60dfab6", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view-record/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view-record", ":RECORD_IDS" ], "variable": [ { "key": "RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"00358000006woxwAAA\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-48dbaabb-bfeb-4edb-aa51-7f56e60dfab6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-464fd3d2-13f0-44d4-bc86-c27a5a5688fb" } ], "id": "ea3124f7-6b88-4565-9f55-f6403cdee079", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ea3124f7-6b88-4565-9f55-f6403cdee079" } ], "id": "b9798b37-074a-4e79-87ad-5c09dc10626a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b9798b37-074a-4e79-87ad-5c09dc10626a" }, { "name": "list-view-chart", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "Salesforce Get List View Chart Actions", "id": "e9e6777e-20a9-4461-92c3-b9cb38f762c0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view-chart/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view-chart", ":SOBJECT_API_NAME" ], "variable": [ { "id": "ab284851-b3b2-41aa-98a1-77882472caf2", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) Currently, only `ListViewChartInstance` is valid." } ] }, "description": "Get the record actions on list views." }, "response": [ { "id": "6b9db984-f1ce-422d-8169-f247feaaa81b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/list-view-chart/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "list-view-chart", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"ListViewChartInstance\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6b9db984-f1ce-422d-8169-f247feaaa81b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e9e6777e-20a9-4461-92c3-b9cb38f762c0" } ], "id": "dc64f7df-d79b-42dc-907b-2892a5666ceb", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dc64f7df-d79b-42dc-907b-2892a5666ceb" } ], "id": "84f8ec2a-f1f0-409d-aeba-7c7577fde762", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-84f8ec2a-f1f0-409d-aeba-7c7577fde762" }, { "name": "flexipage", "item": [ { "name": "{FLEXIPAGE_NAMES}", "item": [ { "name": "Salesforce Get Lightning Page Actions", "id": "4b3c816c-42c2-4e66-8812-8d5ae54f82ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/flexipage/:FLEXIPAGE_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "flexipage", ":FLEXIPAGE_NAMES" ], "variable": [ { "id": "df0a1ad5-ff38-443b-b273-59d9e146a6bb", "key": "FLEXIPAGE_NAMES", "value": "", "description": "(Required) A Lightning page name, or a comma-delimited list of Lightning page names." } ] }, "description": "Get the actions on Lightning pages (FlexiPages)." }, "response": [ { "id": "fcb17238-d9a9-4829-a514-3f3d13e1be4c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/flexipage/:FLEXIPAGE_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "flexipage", ":FLEXIPAGE_NAMES" ], "variable": [ { "key": "FLEXIPAGE_NAMES" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"Sample_Lightning_page\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fcb17238-d9a9-4829-a514-3f3d13e1be4c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4b3c816c-42c2-4e66-8812-8d5ae54f82ab" } ], "id": "f443d803-7152-4126-9ff4-e11efc837bd1", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f443d803-7152-4126-9ff4-e11efc837bd1" } ], "id": "97b1ca54-31e1-4971-a999-0b8cc9891d7f", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-97b1ca54-31e1-4971-a999-0b8cc9891d7f" }, { "name": "lookup", "item": [ { "name": "{SOBJECT_API_NAMES}", "item": [ { "name": "Salesforce Get Lookup Field Actions", "id": "f63a9196-15a7-402e-8f16-1aba9a4afa1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/lookup/:SOBJECT_API_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "lookup", ":SOBJECT_API_NAMES" ], "variable": [ { "id": "be93682f-d9fe-4931-8e98-9618f1227c8a", "key": "SOBJECT_API_NAMES", "value": "", "description": "(Required) A lookup field name, or a comma-delimited list of lookup field names." } ] }, "description": "Get the actions on Lightning pages (FlexiPages)." }, "response": [ { "id": "9a1e46a8-8d6c-4e91-969a-9081cb76ffd6", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/lookup/:SOBJECT_API_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "lookup", ":SOBJECT_API_NAMES" ], "variable": [ { "key": "SOBJECT_API_NAMES" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"Account\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9a1e46a8-8d6c-4e91-969a-9081cb76ffd6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f63a9196-15a7-402e-8f16-1aba9a4afa1f" } ], "id": "24742bda-b8cc-4578-ac1f-f9bdda350f30", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-24742bda-b8cc-4578-ac1f-f9bdda350f30" } ], "id": "b1a9f3fd-a948-4cc7-afb8-bb0019b1d46a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b1a9f3fd-a948-4cc7-afb8-bb0019b1d46a" }, { "name": "mru-list", "item": [ { "name": "{SOBJECT_API_NAMES}", "item": [ { "name": "Salesforce Get Mru List View Actions", "id": "3b60260b-013f-4da0-aa12-c0d336154c0a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/mru-list/:SOBJECT_API_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "mru-list", ":SOBJECT_API_NAMES" ], "variable": [ { "id": "44228e5d-7b3b-496d-8f20-d58c033cac8c", "key": "SOBJECT_API_NAMES", "value": "", "description": "(Required) An object name, or a comma-delimited list of object names." } ] }, "description": "Get the header actions on the most recently used (MRU) list view for objects." }, "response": [ { "id": "42345ecc-0da8-4b7d-8de8-ae1004f728bf", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/mru-list/:SOBJECT_API_NAMES", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "mru-list", ":SOBJECT_API_NAMES" ], "variable": [ { "key": "SOBJECT_API_NAMES" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"Account\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-42345ecc-0da8-4b7d-8de8-ae1004f728bf" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3b60260b-013f-4da0-aa12-c0d336154c0a" } ], "id": "84d3670b-1586-4e46-94f1-6dc210a7069e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-84d3670b-1586-4e46-94f1-6dc210a7069e" } ], "id": "eb035c76-21ae-47eb-8ff6-15bb0da02902", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-eb035c76-21ae-47eb-8ff6-15bb0da02902" }, { "name": "photo", "item": [ { "name": "{RECORD_IDS}", "item": [ { "name": "Salesforce Get Photo Actions", "id": "584f2599-db80-49bb-ba77-3269013c9dd0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/photo/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "photo", ":RECORD_IDS" ], "variable": [ { "id": "61e5cf01-059e-4675-910e-683910e84dac", "key": "RECORD_IDS", "value": "", "description": "(Required) " } ] }, "description": "Get the photo actions for pages. Currently, only group and user pages support photo actions." }, "response": [ { "id": "fe9a90fa-07f6-477b-afd4-4998fa624e36", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/actions/photo/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "actions", "photo", ":RECORD_IDS" ], "variable": [ { "key": "RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"actions\": {\n \"0F94H000000UF2xSAG\": {\n \"actions\": [\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n },\n {\n \"actionListContext\": \"\",\n \"actionTarget\": \"\",\n \"actionTargetType\": \"\",\n \"apiName\": \"\",\n \"externalId\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isMassAction\": \"\",\n \"label\": \"\",\n \"lwcComponent\": \"\",\n \"primaryColor\": \"\",\n \"relatedListRecordId\": \"\",\n \"relatedSourceObject\": \"\",\n \"section\": \"\",\n \"sourceObject\": \"\",\n \"subtype\": \"\",\n \"targetObject\": \"\",\n \"targetUrl\": \"\",\n \"type\": \"\"\n }\n ],\n \"links\": [\n \"\",\n \"\"\n ],\n \"url\": \"\"\n }\n },\n \"eTag\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fe9a90fa-07f6-477b-afd4-4998fa624e36" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-584f2599-db80-49bb-ba77-3269013c9dd0" } ], "id": "097a601f-b44f-4092-92b0-634831072ae0", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-097a601f-b44f-4092-92b0-634831072ae0" } ], "id": "74ef5e5f-4000-4989-a0aa-76903bbae220", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-74ef5e5f-4000-4989-a0aa-76903bbae220" } ], "id": "fec8e5b6-3903-40c3-bea9-8e4ddfafe5c1", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-fec8e5b6-3903-40c3-bea9-8e4ddfafe5c1" }, { "name": "list-info", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "{LIST_VIEW_API_NAME}", "item": [ { "name": "Salesforce Get List View Metadata by Api Name", "id": "de2fefaa-eac0-471a-8f52-343cc68c9452", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "id": "01cb5bf4-dcbe-4512-9a9f-d0f879a7bf91", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) API name of the UI API supported object." }, { "id": "3b126c14-db32-486c-b376-2b449194d6ea", "key": "LIST_VIEW_API_NAME", "value": "", "description": "(Required) API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "description": "Get list view metadata by list view API name using URL parameters." }, "response": [ { "id": "5c35ab7c-a483-42ea-9f90-b012c6e21e0e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "LIST_VIEW_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"cloneable\": \"\",\n \"createable\": \"\",\n \"deletable\": \"\",\n \"displayColumns\": [\n {\n \"fieldApiName\": \"\",\n \"inlineEditAttributes\": {},\n \"label\": \"\",\n \"lookupId\": \"\",\n \"searchable\": \"\",\n \"sortable\": \"\"\n },\n {\n \"fieldApiName\": \"\",\n \"inlineEditAttributes\": {},\n \"label\": \"\",\n \"lookupId\": \"\",\n \"searchable\": \"\",\n \"sortable\": \"\"\n }\n ],\n \"filterLogicString\": \"\",\n \"filteredByInfo\": [\n \"\",\n \"\"\n ],\n \"hasMassActions\": \"\",\n \"inlineEditDetails\": {},\n \"label\": \"\",\n \"listReference\": {\n \"id\": \"\",\n \"listViewApiName\": \"\",\n \"objectApiName\": \"\",\n \"type\": \"\"\n },\n \"listShares\": {},\n \"objectApiNames\": [\n \"\",\n \"\"\n ],\n \"orderedByInfo\": [\n {\n \"fieldApiName\": \"\",\n \"isAscending\": \"\",\n \"label\": \"\"\n },\n {\n \"fieldApiName\": \"\",\n \"isAscending\": \"\",\n \"label\": \"\"\n }\n ],\n \"scope\": {},\n \"updateable\": \"\",\n \"userPreferences\": {\n \"columnWidths\": {\n \"Site\": \"\",\n \"Type\": \"\",\n \"BillingCountry\": \"\",\n \"Owner.Alias\": \"\",\n \"Phone\": \"\",\n \"Name\": \"\"\n },\n \"columnWrap\": {\n \"Site\": \"\",\n \"Type\": \"\",\n \"BillingCountry\": \"\",\n \"Owner.Alias\": \"\",\n \"Phone\": \"\",\n \"Name\": \"\"\n }\n },\n \"visibility\": \"\",\n \"visibilityEditable\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5c35ab7c-a483-42ea-9f90-b012c6e21e0e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-de2fefaa-eac0-471a-8f52-343cc68c9452" } ], "id": "8b70f385-4d1d-4701-829e-18617e3bf85a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8b70f385-4d1d-4701-829e-18617e3bf85a" }, { "name": "Salesforce Get List Views for an Object", "id": "aac8b2eb-9036-4210-9c12-0220ada9d6c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":SOBJECT_API_NAME" ], "variable": [ { "id": "e6493134-5739-4089-8a55-0c6be047473f", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) API name of a UI API supported object." } ] }, "description": "Get list views associated with an object." }, "response": [ { "id": "ca7d4435-fefc-451f-bc4c-f2d8e81360b2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"lists\": [\n {\n \"apiName\": \"\",\n \"id\": \"\",\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"apiName\": \"\",\n \"id\": \"\",\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"objectApiName\": \"\",\n \"pageSize\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"queryString\": \"\",\n \"recentListsOnly\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ca7d4435-fefc-451f-bc4c-f2d8e81360b2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aac8b2eb-9036-4210-9c12-0220ada9d6c5" } ], "id": "4013bc18-642d-43ae-8368-d716bf2a9b31", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4013bc18-642d-43ae-8368-d716bf2a9b31" }, { "name": "{LIST_VIEW_ID}", "item": [ { "name": "Salesforce Get List View Metadata by Id", "id": "e3422276-b3e7-4b4e-986d-b27237bba00c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:LIST_VIEW_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":LIST_VIEW_ID" ], "variable": [ { "id": "d74b17d5-9446-4106-82a6-4491d9242484", "key": "LIST_VIEW_ID", "value": "", "description": "(Required) The ID of a list view." } ] }, "description": "Get list view metadata by list view ID using URL parameters." }, "response": [ { "id": "829e26e8-7afb-49cb-937f-718d3aad5401", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-info/:LIST_VIEW_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-info", ":LIST_VIEW_ID" ], "variable": [ { "key": "LIST_VIEW_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"cloneable\": \"\",\n \"createable\": \"\",\n \"deletable\": \"\",\n \"displayColumns\": [\n {\n \"fieldApiName\": \"\",\n \"inlineEditAttributes\": {},\n \"label\": \"\",\n \"lookupId\": \"\",\n \"searchable\": \"\",\n \"sortable\": \"\"\n },\n {\n \"fieldApiName\": \"\",\n \"inlineEditAttributes\": {},\n \"label\": \"\",\n \"lookupId\": \"\",\n \"searchable\": \"\",\n \"sortable\": \"\"\n }\n ],\n \"filterLogicString\": \"\",\n \"filteredByInfo\": [\n \"\",\n \"\"\n ],\n \"hasMassActions\": \"\",\n \"inlineEditDetails\": {},\n \"label\": \"\",\n \"listReference\": {\n \"id\": \"\",\n \"listViewApiName\": \"\",\n \"objectApiName\": \"\",\n \"type\": \"\"\n },\n \"listShares\": {},\n \"objectApiNames\": [\n \"\",\n \"\"\n ],\n \"orderedByInfo\": [\n {\n \"fieldApiName\": \"\",\n \"isAscending\": \"\",\n \"label\": \"\"\n },\n {\n \"fieldApiName\": \"\",\n \"isAscending\": \"\",\n \"label\": \"\"\n }\n ],\n \"scope\": {},\n \"searchable\": \"\",\n \"updateable\": \"\",\n \"userPreferences\": {\n \"columnWidths\": {\n \"Site\": \"\",\n \"Type\": \"\",\n \"BillingCountry\": \"\",\n \"Owner.Alias\": \"\",\n \"Phone\": \"\",\n \"Name\": \"\"\n },\n \"columnWrap\": {\n \"Site\": \"\",\n \"Type\": \"\",\n \"BillingCountry\": \"\",\n \"Owner.Alias\": \"\",\n \"Phone\": \"\",\n \"Name\": \"\"\n }\n },\n \"visibility\": \"\",\n \"visibilityEditable\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-829e26e8-7afb-49cb-937f-718d3aad5401" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e3422276-b3e7-4b4e-986d-b27237bba00c" } ], "id": "139c7102-f2db-466e-b244-b94acce955c1", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-139c7102-f2db-466e-b244-b94acce955c1" } ], "id": "80159d60-caf9-46d9-9e75-fffbff4c00ad", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-80159d60-caf9-46d9-9e75-fffbff4c00ad" }, { "name": "list-records", "item": [ { "name": "{LIST_VIEW_ID}", "item": [ { "name": "Salesforce Get List View Records by Id", "id": "20aca2cc-8402-4067-ac05-cd2c1a5144c4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:LIST_VIEW_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":LIST_VIEW_ID" ], "variable": [ { "id": "ade9d7d9-29de-4156-beea-aa34e5937062", "key": "LIST_VIEW_ID", "value": "", "description": "(Required) The ID of a list view." } ] }, "description": "Get record data for a list view by list view ID using URL parameters." }, "response": [ { "id": "3ad73bb9-5d4b-414c-acbf-5abdf329698a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:LIST_VIEW_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":LIST_VIEW_ID" ], "variable": [ { "key": "LIST_VIEW_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"fields\": [\n \"\"\n ],\n \"listInfoETag\": \"\",\n \"listReference\": {\n \"id\": \"\",\n \"listViewApiName\": \"\",\n \"objectApiName\": \"\",\n \"type\": \"\"\n },\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"optionalFields\": [\n \"\"\n ],\n \"pageSize\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Alias\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n ],\n \"searchTerm\": \"\",\n \"sortBy\": \"\",\n \"where\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3ad73bb9-5d4b-414c-acbf-5abdf329698a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-20aca2cc-8402-4067-ac05-cd2c1a5144c4" } ], "id": "598430aa-3322-43fa-8eef-d86f6183ab51", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-598430aa-3322-43fa-8eef-d86f6183ab51" }, { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "{LIST_VIEW_API_NAME}", "item": [ { "name": "Salesforce Get List View Records by Api Name", "id": "42694db3-d4bd-49b3-ae81-387c7561d27c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "id": "bf714382-7cfa-4184-ac50-df6a3e270f47", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) API name of a UI API supported object." }, { "id": "7f4a68e6-01ce-455c-b1cc-9e2f50ede97d", "key": "LIST_VIEW_API_NAME", "value": "", "description": "(Required) API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "description": "Get record data for a list view by list view API name using URL parameters." }, "response": [ { "id": "f0352e09-e4b4-4cc8-8871-42c2bbeab7e2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "LIST_VIEW_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"fields\": [\n \"\"\n ],\n \"listInfoETag\": \"\",\n \"listReference\": {\n \"id\": \"\",\n \"listViewApiName\": \"\",\n \"objectApiName\": \"\",\n \"type\": \"\"\n },\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"optionalFields\": [\n \"\"\n ],\n \"pageSize\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Alias\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n ],\n \"searchTerm\": \"\",\n \"sortBy\": \"\",\n \"where\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f0352e09-e4b4-4cc8-8871-42c2bbeab7e2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-42694db3-d4bd-49b3-ae81-387c7561d27c" }, { "name": "Salesforce Get List View Records", "id": "03045403-8cc0-456d-b6d0-ba4ce1b5c07d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": [\n \"\",\n \"\"\n ],\n \"pageSize\": \"\",\n \"sortBy\": [\n \"\",\n \"\"\n ],\n \"searchTerm\": \"\",\n \"where\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "id": "d7870435-7716-4b45-ae79-69ddb151d98f", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) API name of the UI API supported object." }, { "id": "d9584bc2-3e07-4cdc-880d-d78d76823458", "key": "LIST_VIEW_API_NAME", "value": "", "description": "(Required) API name of a list view." } ] }, "description": "Get record data for a list view using a request body." }, "response": [ { "id": "74654e48-cc2a-4544-8c2e-953f8869fb34", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": [\n \"\",\n \"\"\n ],\n \"pageSize\": \"\",\n \"sortBy\": [\n \"\",\n \"\"\n ],\n \"searchTerm\": \"\",\n \"where\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "list-records", ":SOBJECT_API_NAME", ":LIST_VIEW_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "LIST_VIEW_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"fields\": [\n \"\"\n ],\n \"listInfoETag\": \"\",\n \"listReference\": {\n \"id\": \"\",\n \"listViewApiName\": \"\",\n \"objectApiName\": \"\",\n \"type\": \"\"\n },\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"optionalFields\": [\n \"\"\n ],\n \"pageSize\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Alias\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SystemModstamp\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\"\n }\n ],\n \"searchTerm\": \"\",\n \"sortBy\": \"\",\n \"where\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-74654e48-cc2a-4544-8c2e-953f8869fb34" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-03045403-8cc0-456d-b6d0-ba4ce1b5c07d" } ], "id": "64f59305-29cb-452e-9bb2-99db8eccff64", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-64f59305-29cb-452e-9bb2-99db8eccff64" } ], "id": "64e3abd0-31ab-4803-9a54-4d4aa43e79f8", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-64e3abd0-31ab-4803-9a54-4d4aa43e79f8" } ], "id": "748387d2-b8b4-4826-8989-eadd642ff82a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-748387d2-b8b4-4826-8989-eadd642ff82a" }, { "name": "record-ui", "item": [ { "name": "{RECORD_IDS}", "item": [ { "name": "Salesforce Get Record Data and Object Metadata", "id": "26b3146e-ceca-49e9-b934-8ab834f41122", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-ui/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-ui", ":RECORD_IDS" ], "variable": [ { "id": "3fca8d3a-039a-4bd0-a922-05cf34bafca1", "key": "RECORD_IDS", "value": "", "description": "(Required) Comma-separated list of record IDs" } ] }, "description": "Get layout information, metadata, and data to build UI for a single record or for a collection of records.\nThe response contains layout information for whichever layout types are specified in the layoutTypes parameter.\n\nIt contains data for the records specified in the recordIds parameter.\n\nThe response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, which is an Account, returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object." }, "response": [ { "id": "1aa7bb2a-3b5c-4e45-9749-712a3f743557", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-ui/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-ui", ":RECORD_IDS" ], "variable": [ { "key": "RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"eTag\": \"\",\n \"layoutUserStates\": {\n \"00hB0000000JrBRIA0\": {\n \"id\": \"\",\n \"sectionUserStates\": {\n \"01BB0000002rP3IMAU\": {\n \"collapsed\": \"\",\n \"id\": \"\"\n },\n \"01BB0000002rP3JMAU\": {\n \"collapsed\": \"\",\n \"id\": \"\"\n },\n \"01BB0000002rP3LMAU\": {\n \"collapsed\": \"\",\n \"id\": \"\"\n },\n \"01BB0000002rP3MMAU\": {\n \"collapsed\": \"\",\n \"id\": \"\"\n },\n \"01BB0000002rP3NMAU\": {\n \"collapsed\": \"\",\n \"id\": \"\"\n }\n }\n }\n },\n \"layouts\": {\n \"Lead\": {\n \"012000000000000AAA\": {\n \"Full\": {\n \"View\": {\n \"eTag\": \"\",\n \"id\": \"\",\n \"layoutType\": \"\",\n \"mode\": \"\",\n \"objectApiName\": \"\",\n \"recordTypeId\": \"\",\n \"saveOptions\": [\n \"\"\n ],\n \"sections\": [\n {\n \"collapsible\": \"\",\n \"columns\": \"\",\n \"heading\": \"\",\n \"id\": \"\",\n \"layoutRows\": [\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n }\n ],\n \"rows\": \"\",\n \"useHeading\": \"\"\n }\n ]\n }\n }\n }\n }\n },\n \"objectInfos\": {\n \"Group\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DeveloperName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DoesIncludeBosses\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DoesSendEmailToMembers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OwnerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"RelatedId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Type\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {},\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n },\n \"Lead\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"Address\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AnnualRevenue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"City\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CleanStatus\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CloneSourceId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Company\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CompanyDunsNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ConvertedAccountId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ConvertedContactId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ConvertedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ConvertedOpportunityId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Country\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CurrentGenerators__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DandbCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Description\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailBouncedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailBouncedReason\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FirstName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"GeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IndividualId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Industry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsConverted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsDeleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsUnreadByOwner\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Jigsaw\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawContactId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastActivityDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Latitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LeadSource\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Longitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MasterRecordId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MobilePhone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfEmployees\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberofLocations__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OwnerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Primary__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProductInterest__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Rating\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SICCode__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Salutation\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"State\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Status\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Street\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Title\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Website\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {\n \"012000000000000AAA\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n }\n },\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"Alias\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CommunityNickname\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FirstName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NameOrAlias\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfileId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"RecordTypeId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Title\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Type\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserRoleId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Username\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {},\n \"searchable\": \"\",\n \"themeInfo\": \"\",\n \"updateable\": \"\"\n },\n \"User\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AboutMe\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Address\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Alias\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BadgeText\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CallCenterId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"City\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CommunityNickname\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CompanyName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ContactId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Country\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DefaultGroupNotificationFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DelegatedApproverId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Department\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DigestFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Division\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailEncodingKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBcc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBccStayInTouch\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesStayInTouchReminder\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmployeeNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Extension\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FederationIdentifier\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FirstName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ForecastEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FullPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"GeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IndividualId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsExtIndicatorVisible\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPortalEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsProfilePhotoActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawImportLimitOverride\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LanguageLocaleKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastLoginDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastPasswordChangeDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Latitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LocaleSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Longitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ManagerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MobilePhone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfFailedLogins\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflinePdaTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflineTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OutOfOfficeMessage\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PortalRole\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfileId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfilePhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesAdminInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Signature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"State\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchNote\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSignature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSubject\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Street\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TimeZoneSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Title\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsCallCenterAutoLogin\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsInteractionUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsJigsawProspectingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsKnowledgeUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsMarketingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsOfflineUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSFContentUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforceContributorUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforcePublisherUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSupportUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsWorkDotComUserFeature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesActivityRemindersPopup\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesApexPagesDeveloperMode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCacheDiagnostics\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentEmailAsAndWhen\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentNoEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCreateLEXAppsWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDedupeStorageMigrationComplete\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisCommentAfterLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisMentionsCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisProfPostCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableAllFeedsEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableBookmarkEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableChangeCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableEndorsementEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFileShareNotificationsForApi\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFollowersEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLaterCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMentionsPostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMessageEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableProfilePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableSharePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEnableAutoSubForFeeds\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEventRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesExcludeMailAppAttachments\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesShowTopFavorites\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFirstTimeInLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavBarWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavGridMenuWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasCelebrationBadge\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail238\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail240\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHeavyPagePromptEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideBiggerPhotoCallout\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNDesktopTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNGetChatterMobileTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEndUserOnboardingAssistantModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEventCalendar\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLearningPathModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLightningMigrationModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppEAPUserGuidance\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideS1BrowserUI\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSecondChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSfxWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTaskListViewsPopover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsCelebration\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesJigsawListUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLightningExperiencePreferred\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved10UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved16UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved19UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNativeEmailClient\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNewLightningReportRunPageEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPathAssistantCollapsed\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewCustomTheme\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReadReceiptLastToggleValue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNoNotificationsAsApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNotificationsAsDelegatedApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeReservedWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeSectionCollapseWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReminderSoundOff\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReverseOpenActivitiesView\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSRHOverrideActivities\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSalesEssentialsSetupAssistantCompleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSetupAssistantUserPref1\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowForecastingChangeSignals\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowProfilePicToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSortFeedByComment\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressEventSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressTaskSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTaskRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTodayGettingStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTrailheadBadgeCreated\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesUserDebugModePref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserRoleId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserType\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Username\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {},\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n }\n },\n \"records\": {\n \"00QB0000003pOQsMAM\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"City\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Company\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Country\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"CreatedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CurrentGenerators__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Email\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"FirstName\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastName\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LeadSource\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"MobilePhone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"PostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Primary__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ProductInterest__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SICCode__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Salutation\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"State\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Status\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Street\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Title\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n \"00QB0000003pORDMA2\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"City\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Company\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Country\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"CreatedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CurrentGenerators__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Email\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"FirstName\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastName\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LeadSource\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"MobilePhone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"PostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Primary__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ProductInterest__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SICCode__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Salutation\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"State\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Status\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Street\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Title\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1aa7bb2a-3b5c-4e45-9749-712a3f743557" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-26b3146e-ceca-49e9-b934-8ab834f41122" } ], "id": "da1f2bb2-b6fb-48a5-a315-31a3003bf7d3", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-da1f2bb2-b6fb-48a5-a315-31a3003bf7d3" } ], "id": "2a45d7c9-2cce-42d7-b094-0af461fa64b5", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2a45d7c9-2cce-42d7-b094-0af461fa64b5" }, { "name": "layout", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "Salesforce Get Record Layout Metadata", "id": "4b7d331a-1a50-42ee-9f9a-cc876c0515e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/layout/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "layout", ":SOBJECT_API_NAME" ], "variable": [ { "id": "a39ba500-1646-45f6-8014-37fc7b2d0932", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Get metadata about page layouts for the specified object type." }, "response": [ { "id": "66545e41-20c2-44a4-9eab-83351b5693d2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/layout/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "layout", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"eTag\": \"\",\n \"id\": \"\",\n \"layoutType\": \"\",\n \"mode\": \"\",\n \"objectApiName\": \"\",\n \"recordTypeId\": \"\",\n \"saveOptions\": [\n \"\",\n \"\"\n ],\n \"sections\": [\n {\n \"collapsible\": \"\",\n \"columns\": \"\",\n \"heading\": \"\",\n \"id\": \"\",\n \"layoutRows\": [\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n },\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n },\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n },\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n }\n ],\n \"rows\": \"\",\n \"useHeading\": \"\"\n },\n {\n \"collapsible\": \"\",\n \"columns\": \"\",\n \"heading\": \"\",\n \"id\": \"\",\n \"layoutRows\": [\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n },\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n },\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n },\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n },\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n }\n ],\n \"rows\": \"\",\n \"useHeading\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-66545e41-20c2-44a4-9eab-83351b5693d2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4b7d331a-1a50-42ee-9f9a-cc876c0515e6" } ], "id": "c6765228-a57c-44c9-8792-aca359efaf4b", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c6765228-a57c-44c9-8792-aca359efaf4b" } ], "id": "73172888-bd77-4a39-ae5c-6fb7a8c6e791", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-73172888-bd77-4a39-ae5c-6fb7a8c6e791" }, { "name": "object-info", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "picklist-values", "item": [ { "name": "{RECORD_TYPE_ID}", "item": [ { "name": "{FIELD_API_NAME}", "item": [ { "name": "Salesforce Get Values for a Picklist Field", "id": "32040dc4-9754-415f-8661-32f2998e109d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID/:FIELD_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME", "picklist-values", ":RECORD_TYPE_ID", ":FIELD_API_NAME" ], "variable": [ { "id": "544c1aa3-3669-4fa7-9fd5-8fde3cc5a436", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) Object API Name" }, { "id": "6f002cf5-e198-4dc0-b2a3-b1f0ed9df6a4", "key": "RECORD_TYPE_ID", "value": "", "description": "(Required) Record type Id. Use `012000000000000AAA` as default when there are no custom record types." }, { "id": "51d68f9e-a0a3-4bd8-9923-d817dc699ea8", "key": "FIELD_API_NAME", "value": "", "description": "(Required) Field API Name (optional)" } ] }, "description": "Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme." }, "response": [ { "id": "2cdfb90d-85f1-4e1b-a7d9-c178c113d5bb", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID/:FIELD_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME", "picklist-values", ":RECORD_TYPE_ID", ":FIELD_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_TYPE_ID" }, { "key": "FIELD_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2cdfb90d-85f1-4e1b-a7d9-c178c113d5bb" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-32040dc4-9754-415f-8661-32f2998e109d" } ], "id": "09f66f1e-2e7f-4ca1-8f4d-2498591c00a1", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-09f66f1e-2e7f-4ca1-8f4d-2498591c00a1" }, { "name": "Salesforce Get Values for All Picklist Fields of a Record Type", "id": "4bb01ff4-03ae-46c2-9383-ba9eda3dc116", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME", "picklist-values", ":RECORD_TYPE_ID" ], "variable": [ { "id": "6beb23a8-8840-43be-82de-38b8eb84a032", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) Object API Name" }, { "id": "a34f9da6-c5cb-4d51-aa7b-ace417d7ce75", "key": "RECORD_TYPE_ID", "value": "", "description": "(Required) Record type Id. Use `012000000000000AAA` as default when there are no custom record types." } ] }, "description": "Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme." }, "response": [ { "id": "978210b4-6c83-43f2-88ac-b1c0f4e9c260", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME", "picklist-values", ":RECORD_TYPE_ID" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "RECORD_TYPE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"eTag\": \"\",\n \"picklistFieldValues\": {\n \"CleanStatus\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"LeadSource\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"Level__c\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"MailingGeocodeAccuracy\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"OtherGeocodeAccuracy\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"Salutation\": {\n \"controllerValues\": {},\n \"defaultValue\": \"\",\n \"eTag\": \"\",\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": \"\",\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-978210b4-6c83-43f2-88ac-b1c0f4e9c260" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4bb01ff4-03ae-46c2-9383-ba9eda3dc116" } ], "id": "d4b7af56-1f1e-4ae2-a07f-87bd422c004c", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d4b7af56-1f1e-4ae2-a07f-87bd422c004c" } ], "id": "098fe49c-4c5b-4688-9a86-a8009355cd48", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-098fe49c-4c5b-4688-9a86-a8009355cd48" }, { "name": "Salesforce Get Object Metadata", "id": "35bb25f6-7645-481f-9d57-b15943b6bb6a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME" ], "variable": [ { "id": "43be9a9f-2ac2-4478-bad6-f4fe51885b99", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) " } ] }, "description": "Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme." }, "response": [ { "id": "aecc734c-32e3-4fb4-ab8b-c1b0e7e364b8", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountSource\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Active__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AnnualRevenue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramLevelName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CleanStatus\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CloneSourceId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CustomerPriority__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DandbCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Description\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DunsNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Industry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsCustomerPortal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsDeleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPartner\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Jigsaw\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastActivityDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MasterRecordId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfEmployees\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberofLocations__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OwnerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Ownership\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ParentId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Rating\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLA__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Sic\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SicDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Site\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TickerSymbol\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Tradestyle\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Type\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Website\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"YearStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {\n \"012000000000000AAA\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n }\n },\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aecc734c-32e3-4fb4-ab8b-c1b0e7e364b8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-35bb25f6-7645-481f-9d57-b15943b6bb6a" } ], "id": "269a7826-fef5-4a6c-9c95-b0841c3c0058", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-269a7826-fef5-4a6c-9c95-b0841c3c0058" }, { "name": "Salesforce Get a Directory of Supported Objects", "id": "12ca8e79-74b8-4ae0-a93b-f941d049caf4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info" ] }, "description": "Get a Salesforce org\u2019s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin\u2019s selection." }, "response": [ { "id": "5f6022fb-123b-4144-9353-5d07634f05a6", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/object-info", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "object-info" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"objects\": {\n \"Account\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AccountBrand\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AccountHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AccountPartner\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ActiveScratchOrg\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ActiveScratchOrgHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ApiAnomalyEventStore\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AppAnalyticsQueryRequest\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AppMenuItem\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Asset\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AssetHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AssetRelationship\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AssetRelationshipHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationForm\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormConsent\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormConsentHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormDataUse\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormDataUseHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormText\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"AuthorizationFormTextHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"BackgroundOperation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"BusinessBrand\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"BusinessHours\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Campaign\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CampaignHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CampaignMember\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CampaignMemberStatus\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Case\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CaseComment\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CaseContactRole\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CaseHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgram\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgramHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgramLevel\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgramLevelHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgramMember\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ChannelProgramMemberHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CommSubscription\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CommSubscriptionChannelType\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CommSubscriptionChannelTypeHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CommSubscriptionHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ConsumptionRate\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ConsumptionRateHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ConsumptionSchedule\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ConsumptionScheduleHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Contact\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContactHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContactPointTypeConsent\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContactPointTypeConsentHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContactRequest\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentDocument\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentDocumentHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentDocumentLink\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentVersion\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentVersionHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContentWorkspace\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Contract\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContractContactRole\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ContractHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CredentialStuffingEventStore\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"CspTrustedSite\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Customer\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DandBCompany\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DataUseLegalBasis\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DataUseLegalBasisHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DataUsePurpose\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DataUsePurposeHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Dataweave_Key_Mapping__mdt\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Dataweave_Mapping__mdt\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DelegatedAccount\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DelegatedAccountHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DeleteEvent\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DuplicateRecordItem\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"DuplicateRecordSet\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"EmailMessageRelation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"EngagementChannelType\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"EngagementChannelTypeHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"FlowInterview\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"FlowOrchestrationInstance\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"FlowOrchestrationStageInstance\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"FlowOrchestrationStepInstance\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"FlowOrchestrationWorkItem\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Group\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Holiday\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"IPAddressRange\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Image\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ImageHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Individual\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"IndividualHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Lead\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"LeadHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ListEmail\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Macro\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"MacroHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ManagedContent\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ManagedContentVariant\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Merchandise__c\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Merchandising_Mix__c\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Mix_Item__c\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"NamespaceRegistry\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"NamespaceRegistryHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Note\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Opportunity\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OpportunityContactRole\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OpportunityFieldHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OpportunityHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OpportunityLineItem\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OpportunityPartner\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Order\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrderHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrderItem\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrderItemHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrgMetric\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrgMetricScanResult\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"OrgMetricScanSummary\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Organization\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Partner\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundAllocation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundAllocationHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundClaim\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundClaimHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundRequest\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerFundRequestHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerMarketingBudget\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartnerMarketingBudgetHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartyConsent\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PartyConsentHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Period\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Pricebook2\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Pricebook2History\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PricebookEntry\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"PricebookEntryHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProcessDefinition\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProcessInstance\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Product2\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Product2History\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProductConsumptionSchedule\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkill\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkillEndorsement\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkillEndorsementHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkillHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkillUser\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ProfileSkillUserHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"QuickText\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"QuickTextHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Recommendation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"RecordAction\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"RecordType\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Report\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ReportAnomalyEventStore\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Scorecard\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ScorecardAssociation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ScorecardMetric\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ScratchOrgInfo\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ScratchOrgInfoHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SearchPromotionRule\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Seller\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SellerHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SessionHijackingEventStore\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SetupAssistantStep\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SiteHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"SolutionHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"StaticResource\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"StreamingChannel\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"ThreatDetectionFeedback\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Topic\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"TopicAssignment\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"Translation\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"User\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"UserRole\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n },\n \"WorkBadgeDefinitionHistory\": {\n \"apiName\": \"\",\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"objectInfoUrl\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5f6022fb-123b-4144-9353-5d07634f05a6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-12ca8e79-74b8-4ae0-a93b-f941d049caf4" } ], "id": "b242f66e-5db7-4d8b-bc65-b11426d578eb", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b242f66e-5db7-4d8b-bc65-b11426d578eb" }, { "name": "records", "item": [ { "name": "{RECORD_ID}", "item": [ { "name": "child-relationships", "item": [ { "name": "{RELATIONSHIP_NAME}", "item": [ { "name": "Salesforce Get Child Records", "id": "7cc6c8c9-0da2-418d-a0a3-274aee4d5b08", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID/child-relationships/:RELATIONSHIP_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID", "child-relationships", ":RELATIONSHIP_NAME" ], "variable": [ { "id": "fdf83fcc-7786-4397-91eb-8264947d79db", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" }, { "id": "7d3b9e24-4a6b-4da5-94e9-d31369207b7c", "key": "RELATIONSHIP_NAME", "value": "", "description": "(Required) API name of the relationship" } ] }, "description": "Get child records for a specified record and child relationship name. Relationships are connections between records. On a record detail page, each record in a related list has a child relationship to the parent record." }, "response": [ { "id": "134dbcab-f89e-40e7-88db-2218e4fe2c5e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID/child-relationships/:RELATIONSHIP_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID", "child-relationships", ":RELATIONSHIP_NAME" ], "variable": [ { "key": "RECORD_ID" }, { "key": "RELATIONSHIP_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-134dbcab-f89e-40e7-88db-2218e4fe2c5e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7cc6c8c9-0da2-418d-a0a3-274aee4d5b08" } ], "id": "e709958f-02d7-4680-8901-ffd490cca849", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e709958f-02d7-4680-8901-ffd490cca849" } ], "id": "5f6db2f3-1a05-4d26-90cf-e16a27f7584a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5f6db2f3-1a05-4d26-90cf-e16a27f7584a" }, { "name": "Salesforce Get a Record", "id": "810ab5cc-e757-490c-8ab5-6d778479a89a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "id": "da75697b-33c7-4a59-9172-1cde4cda17b4", "key": "RECORD_ID", "value": "", "description": "(Required) " } ] }, "description": "Get a record\u2019s data." }, "response": [ { "id": "0b898579-12fd-4dbb-9fec-e5337453f3ea", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0b898579-12fd-4dbb-9fec-e5337453f3ea" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-810ab5cc-e757-490c-8ab5-6d778479a89a" }, { "name": "Salesforce Update a Record", "id": "aafe1c4a-827a-40eb-8151-bf454d46d832", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"allowSaveOnDuplicate\": \"\",\n \"fields\": {\n \"FieldAPIName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "id": "c69e6921-2b93-45f2-b6fa-fbef21f3ae4b", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" } ] }, "description": "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\u2019t changed since the user started editing it. To find out whether it\u2019s 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." }, "response": [ { "id": "226a8815-2eb5-47b0-8c5f-506b5185e89e", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"allowSaveOnDuplicate\": \"\",\n \"fields\": {\n \"FieldAPIName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Active__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"CreatedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CustomerPriority__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Ownership\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLA__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Sic\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"TickerSymbol\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-226a8815-2eb5-47b0-8c5f-506b5185e89e" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aafe1c4a-827a-40eb-8151-bf454d46d832" }, { "name": "Salesforce Delete a Record", "id": "be6805b9-13f8-45cd-8c0e-41bd6603cf8c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "id": "439a61d2-4fc5-4c53-af47-4fb477facccc", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" } ] }, "description": "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\u2019t changed since the user started editing it. To find out whether it\u2019s 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." }, "response": [ { "id": "ef2fd0b7-7d4e-48da-8c23-f37f66e1f3f6", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", ":RECORD_ID" ], "variable": [ { "key": "RECORD_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ef2fd0b7-7d4e-48da-8c23-f37f66e1f3f6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-be6805b9-13f8-45cd-8c0e-41bd6603cf8c" } ], "id": "aaca0798-e040-44b9-9e30-54a7da3c96a6", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aaca0798-e040-44b9-9e30-54a7da3c96a6" }, { "name": "batch", "item": [ { "name": "{RECORD_IDS}", "item": [ { "name": "Salesforce Get a Batch of Records", "id": "1cbf58ac-8458-4252-b6fa-4d9cf34d3a3f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/batch/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", "batch", ":RECORD_IDS" ], "variable": [ { "id": "093eeec6-639e-4e59-a298-1962019eb182", "key": "RECORD_IDS", "value": "", "description": "(Required) Comma-separated list of record IDs" } ] }, "description": "Get data for a batch of records." }, "response": [ { "id": "0246d66e-8f1b-4f96-8c00-ac586b7bca0f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/records/batch/:RECORD_IDS", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records", "batch", ":RECORD_IDS" ], "variable": [ { "key": "RECORD_IDS" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"hasErrors\": \"\",\n \"results\": [\n {\n \"result\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"PhotoUrl\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n \"statusCode\": \"\"\n },\n {\n \"result\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"PhotoUrl\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n \"statusCode\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0246d66e-8f1b-4f96-8c00-ac586b7bca0f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1cbf58ac-8458-4252-b6fa-4d9cf34d3a3f" } ], "id": "08415ad2-a72b-40be-8fe5-e3143c7bc7d2", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08415ad2-a72b-40be-8fe5-e3143c7bc7d2" } ], "id": "9f93ce3b-1815-41ce-93b9-a42993fc199f", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9f93ce3b-1815-41ce-93b9-a42993fc199f" }, { "name": "Salesforce Create a Record", "id": "b39ba8c2-a2a9-4551-8ecf-c0b8075edadc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"allowSaveOnDuplicate\": \"\",\n \"apiName\": \"\",\n \"fields\": {\n \"FieldAPIName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/records", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records" ] }, "description": "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." }, "response": [ { "id": "adcd8387-2936-4370-ba4f-4e47a052769d", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"allowSaveOnDuplicate\": \"\",\n \"apiName\": \"\",\n \"fields\": {\n \"FieldAPIName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/records", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "records" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Active__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"CreatedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CreatedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CustomerPriority__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedBy\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"LastModifiedById\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"LastModifiedDate\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Ownership\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLA__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Sic\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"TickerSymbol\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-adcd8387-2936-4370-ba4f-4e47a052769d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b39ba8c2-a2a9-4551-8ecf-c0b8075edadc" } ], "id": "c4b92040-aece-45b0-8c4c-0477999ed258", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c4b92040-aece-45b0-8c4c-0477999ed258" }, { "name": "record-defaults", "item": [ { "name": "clone", "item": [ { "name": "{RECORD_ID}", "item": [ { "name": "Salesforce Get Default Values to Clone a Record", "id": "441f8126-0820-4ce5-ad48-9aa9d4592d3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-defaults/clone/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-defaults", "clone", ":RECORD_ID" ], "variable": [ { "id": "4af03434-35a6-475d-aef2-b2cf74461e3e", "key": "RECORD_ID", "value": "", "description": "(Required) Record ID" } ] }, "description": "Get the default layout information, object information, and data for cloning a record. 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 a record cloned from the record specified in , optionally of the specified recordTypeId.\n\nIt also contains the corresponding layout information for edit mode. In the Salesforce user interface, an admin with \u201cCustomize Application\u201d permission can mark a field as required in a layout. When you\u2019re building UI, to determine which fields to mark as required in a layout for edit mode, use the RecordLayoutItem.required property.\n\nThe response contains object metadata for the object type of the record specified in and for any nested objects. For example, /ui-api/record-defaults/clone/001d000000AtfRIAAZ is a request to clone an Account record. It returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object." }, "response": [ { "id": "410043db-7f56-47fd-ae08-a62360f061f3", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-defaults/clone/:RECORD_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-defaults", "clone", ":RECORD_ID" ], "variable": [ { "key": "RECORD_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"layout\": {\n \"eTag\": \"\",\n \"id\": \"\",\n \"layoutType\": \"\",\n \"mode\": \"\",\n \"objectApiName\": \"\",\n \"recordTypeId\": \"\",\n \"saveOptions\": [\n \"\"\n ],\n \"sections\": [\n {\n \"collapsible\": \"\",\n \"columns\": \"\",\n \"heading\": \"\",\n \"id\": \"\",\n \"layoutRows\": [\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\",\n \"behavior\": \"\",\n \"customLinkUrl\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n }\n ],\n \"rows\": \"\",\n \"useHeading\": \"\"\n }\n ]\n },\n \"objectInfos\": {\n \"Account\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountSource\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Active__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AnnualRevenue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramLevelName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CleanStatus\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CloneSourceId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CustomerPriority__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DandbCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Description\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DunsNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Industry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsCustomerPortal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsDeleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPartner\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Jigsaw\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastActivityDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MasterRecordId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfEmployees\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberofLocations__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OwnerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Ownership\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ParentId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Rating\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLA__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Sic\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SicDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Site\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TickerSymbol\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Tradestyle\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Type\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Website\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"YearStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {\n \"012000000000000AAA\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n }\n },\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n },\n \"User\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AboutMe\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Address\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Alias\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BadgeText\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CallCenterId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"City\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CommunityNickname\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CompanyName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ContactId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Country\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DefaultGroupNotificationFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DelegatedApproverId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Department\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DigestFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Division\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailEncodingKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBcc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBccStayInTouch\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesStayInTouchReminder\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmployeeNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Extension\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FederationIdentifier\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FirstName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ForecastEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FullPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"GeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IndividualId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsExtIndicatorVisible\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPortalEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsProfilePhotoActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawImportLimitOverride\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LanguageLocaleKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastLoginDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastPasswordChangeDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Latitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LocaleSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Longitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ManagerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MobilePhone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfFailedLogins\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflinePdaTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflineTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OutOfOfficeMessage\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PortalRole\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfileId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfilePhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesAdminInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Signature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"State\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchNote\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSignature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSubject\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Street\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TimeZoneSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Title\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsCallCenterAutoLogin\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsInteractionUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsJigsawProspectingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsKnowledgeUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsMarketingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsOfflineUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSFContentUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforceContributorUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforcePublisherUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSupportUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsWorkDotComUserFeature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesActivityRemindersPopup\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesApexPagesDeveloperMode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCacheDiagnostics\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentEmailAsAndWhen\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentNoEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCreateLEXAppsWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDedupeStorageMigrationComplete\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisCommentAfterLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisMentionsCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisProfPostCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableAllFeedsEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableBookmarkEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableChangeCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableEndorsementEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFileShareNotificationsForApi\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFollowersEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLaterCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMentionsPostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMessageEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableProfilePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableSharePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEnableAutoSubForFeeds\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEventRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesExcludeMailAppAttachments\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesShowTopFavorites\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFirstTimeInLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavBarWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavGridMenuWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasCelebrationBadge\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail238\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail240\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHeavyPagePromptEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideBiggerPhotoCallout\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNDesktopTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNGetChatterMobileTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEndUserOnboardingAssistantModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEventCalendar\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLearningPathModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLightningMigrationModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppEAPUserGuidance\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideS1BrowserUI\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSecondChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSfxWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTaskListViewsPopover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsCelebration\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesJigsawListUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLightningExperiencePreferred\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved10UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved16UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved19UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNativeEmailClient\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNewLightningReportRunPageEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPathAssistantCollapsed\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewCustomTheme\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReadReceiptLastToggleValue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNoNotificationsAsApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNotificationsAsDelegatedApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeReservedWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeSectionCollapseWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReminderSoundOff\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReverseOpenActivitiesView\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSRHOverrideActivities\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSalesEssentialsSetupAssistantCompleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSetupAssistantUserPref1\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowForecastingChangeSignals\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowProfilePicToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSortFeedByComment\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressEventSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressTaskSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTaskRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTodayGettingStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTrailheadBadgeCreated\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesUserDebugModePref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserRoleId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserType\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Username\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {},\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n }\n },\n \"record\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Active__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CloneSourceId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CustomerPriority__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Ownership\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLA__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Sic\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"TickerSymbol\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-410043db-7f56-47fd-ae08-a62360f061f3" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-441f8126-0820-4ce5-ad48-9aa9d4592d3c" } ], "id": "6ac225e7-8f62-4d59-8bc6-ebcee08ae61d", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6ac225e7-8f62-4d59-8bc6-ebcee08ae61d" } ], "id": "6ba05df2-c76f-428f-8e7d-fa506769892d", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6ba05df2-c76f-428f-8e7d-fa506769892d" }, { "name": "create", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "Salesforce Get Default Values to Create a Record", "id": "0419e76e-58b6-4113-901e-5a6d4cb01b56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-defaults/create/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-defaults", "create", ":SOBJECT_API_NAME" ], "variable": [ { "id": "868e2760-5e54-4761-8e6a-f62ae89a9751", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) sObject API name" } ] }, "description": "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 \u201cCustomize Application\u201d permission can mark a field as required in a layout. When you\u2019re building UI, to determine which fields to mark as required in a layout for create mode, use the RecordLayoutItem.required property.\n\nThe response contains object metadata for the object specified in and for any nested objects. For example, a request to /ui-api/record-defaults/create/Account returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object." }, "response": [ { "id": "290bd7da-9258-46bd-9203-4dc8d5bef7f4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/record-defaults/create/:SOBJECT_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "record-defaults", "create", ":SOBJECT_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"layout\": {\n \"eTag\": \"\",\n \"id\": \"\",\n \"layoutType\": \"\",\n \"mode\": \"\",\n \"objectApiName\": \"\",\n \"recordTypeId\": \"\",\n \"saveOptions\": [\n \"\"\n ],\n \"sections\": [\n {\n \"collapsible\": \"\",\n \"columns\": \"\",\n \"heading\": \"\",\n \"id\": \"\",\n \"layoutRows\": [\n {\n \"layoutItems\": [\n {\n \"editableForNew\": \"\",\n \"editableForUpdate\": \"\",\n \"label\": \"\",\n \"layoutComponents\": [\n {\n \"apiName\": \"\",\n \"componentType\": \"\",\n \"label\": \"\"\n }\n ],\n \"lookupIdApiName\": \"\",\n \"required\": \"\",\n \"sortable\": \"\"\n }\n ]\n }\n ],\n \"rows\": \"\",\n \"useHeading\": \"\"\n }\n ]\n },\n \"objectInfos\": {\n \"Account\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountSource\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Active__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AnnualRevenue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BillingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramLevelName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ChannelProgramName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CleanStatus\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CloneSourceId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CustomerPriority__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DandbCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Description\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DunsNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Industry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsCustomerPortal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsDeleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPartner\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Jigsaw\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawCompanyId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastActivityDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MasterRecordId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NaicsDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfEmployees\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberofLocations__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OwnerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Ownership\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ParentId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Rating\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SLA__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingAddress\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCity\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingCountry\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingGeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLatitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingLongitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingPostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingState\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ShippingStreet\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Sic\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SicDesc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Site\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TickerSymbol\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Tradestyle\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Type\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Website\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"YearStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {\n \"012000000000000AAA\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n }\n },\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n },\n \"User\": {\n \"apiName\": \"\",\n \"associateEntityType\": \"\",\n \"associateParentEntity\": \"\",\n \"childRelationships\": [\n {\n \"childObjectApiName\": \"\",\n \"fieldName\": \"\",\n \"junctionIdListNames\": [\n \"\"\n ],\n \"junctionReferenceTo\": [\n \"\"\n ],\n \"relationshipName\": \"\"\n }\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"defaultRecordTypeId\": \"\",\n \"deletable\": \"\",\n \"dependentFields\": {},\n \"eTag\": \"\",\n \"feedEnabled\": \"\",\n \"fields\": {\n \"AboutMe\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"AccountId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Address\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Alias\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BadgeText\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"BannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CallCenterId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"City\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CommunityNickname\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CompanyName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ContactId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Country\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"CreatedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DefaultGroupNotificationFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DelegatedApproverId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Department\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"DigestFrequency\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Division\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Email\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailEncodingKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBcc\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesAutoBccStayInTouch\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmailPreferencesStayInTouchReminder\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"EmployeeNumber\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Extension\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Fax\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FederationIdentifier\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FirstName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ForecastEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"FullPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"GeocodeAccuracy\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Id\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IndividualId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsExtIndicatorVisible\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsPortalEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"IsProfilePhotoActive\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"JigsawImportLimitOverride\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LanguageLocaleKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastLoginDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedById\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastModifiedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastPasswordChangeDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastReferencedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LastViewedDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Latitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"LocaleSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Longitude\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ManagerId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MediumPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"MobilePhone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Name\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"NumberOfFailedLogins\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflinePdaTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OfflineTrialExpirationDate\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"OutOfOfficeMessage\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Phone\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PortalRole\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"PostalCode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfileId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ProfilePhotoId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesAdminInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"ReceivesInfoEmails\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SenderName\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Signature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallBannerPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SmallPhotoUrl\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"State\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchNote\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSignature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"StayInTouchSubject\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Street\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"SystemModstamp\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"TimeZoneSidKey\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Title\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsCallCenterAutoLogin\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsInteractionUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsJigsawProspectingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsKnowledgeUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsMarketingUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsOfflineUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSFContentUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforceContributorUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSiteforcePublisherUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsSupportUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPermissionsWorkDotComUserFeature\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesActivityRemindersPopup\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesApexPagesDeveloperMode\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCacheDiagnostics\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentEmailAsAndWhen\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesContentNoEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesCreateLEXAppsWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDedupeStorageMigrationComplete\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisCommentAfterLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisMentionsCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisProfPostCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableAllFeedsEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableBookmarkEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableChangeCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableEndorsementEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFileShareNotificationsForApi\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableFollowersEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLaterCommentEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableLikeEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMentionsPostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableMessageEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableProfilePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesDisableSharePostEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEnableAutoSubForFeeds\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesEventRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesExcludeMailAppAttachments\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesShowTopFavorites\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFavoritesWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesFirstTimeInLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavBarWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesGlobalNavGridMenuWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasCelebrationBadge\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail238\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHasSentWarningEmail240\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHeavyPagePromptEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideBiggerPhotoCallout\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNDesktopTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideCSNGetChatterMobileTask\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEndUserOnboardingAssistantModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideEventCalendar\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLearningPathModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideLightningMigrationModal\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppEAPUserGuidance\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideMailAppWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideS1BrowserUI\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSecondChatterOnboardingSplash\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideSfxWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTaskListViewsPopover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsCelebration\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesHideTrialsWelcomeMat\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesJigsawListUser\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLightningExperiencePreferred\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved10UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved16UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesLtngPromoReserved19UserPref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNativeEmailClient\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesNewLightningReportRunPageEnabled\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPathAssistantCollapsed\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewCustomTheme\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesPreviewLightning\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReadReceiptLastToggleValue\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNoNotificationsAsApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReceiveNotificationsAsDelegatedApprover\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeReservedWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesRecordHomeSectionCollapseWTShown\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReminderSoundOff\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesReverseOpenActivitiesView\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSRHOverrideActivities\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSalesEssentialsSetupAssistantCompleted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSetupAssistantUserPref1\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCityToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowCountryToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowEmailToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowFaxToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowForecastingChangeSignals\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowManagerToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowMobilePhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowPostalCodeToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowProfilePicToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStateToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowStreetAddressToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowTitleToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToExternalUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesShowWorkPhoneToGuestUsers\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSortFeedByComment\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressEventSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesSuppressTaskSFXReminders\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTaskRemindersCheckboxDefault\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTodayGettingStarted\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesTrailheadBadgeCreated\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserPreferencesUserDebugModePref\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserRoleId\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\"\n ]\n }\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"UserType\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n },\n \"Username\": {\n \"apiName\": \"\",\n \"calculated\": \"\",\n \"compound\": \"\",\n \"compoundComponentName\": \"\",\n \"compoundFieldName\": \"\",\n \"controllerName\": \"\",\n \"controllingFields\": [\n \"\"\n ],\n \"createable\": \"\",\n \"custom\": \"\",\n \"dataType\": \"\",\n \"extraTypeInfo\": \"\",\n \"filterable\": \"\",\n \"filteredLookupInfo\": \"\",\n \"highScaleNumber\": \"\",\n \"htmlFormatted\": \"\",\n \"inlineHelpText\": \"\",\n \"label\": \"\",\n \"length\": \"\",\n \"nameField\": \"\",\n \"polymorphicForeignKey\": \"\",\n \"precision\": \"\",\n \"reference\": \"\",\n \"referenceTargetField\": \"\",\n \"referenceToInfos\": [\n \"\"\n ],\n \"relationshipName\": \"\",\n \"required\": \"\",\n \"scale\": \"\",\n \"searchPrefilterable\": \"\",\n \"sortable\": \"\",\n \"unique\": \"\",\n \"updateable\": \"\"\n }\n },\n \"keyPrefix\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"layoutable\": \"\",\n \"mruEnabled\": \"\",\n \"nameFields\": [\n \"\"\n ],\n \"queryable\": \"\",\n \"recordTypeInfos\": {},\n \"searchable\": \"\",\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n },\n \"updateable\": \"\"\n }\n },\n \"record\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"AccountNumber\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Active__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"AnnualRevenue\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"BillingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"CustomerPriority__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Description\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Fax\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Industry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberOfEmployees\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"NumberofLocations__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Owner\": {\n \"displayValue\": \"\",\n \"value\": {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n },\n \"OwnerId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Ownership\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Parent\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ParentId\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Phone\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Rating\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"SLA__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCity\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingCountry\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingPostalCode\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingState\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"ShippingStreet\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Sic\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"TickerSymbol\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Type\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Website\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-290bd7da-9258-46bd-9203-4dc8d5bef7f4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0419e76e-58b6-4113-901e-5a6d4cb01b56" } ], "id": "27f8e8b4-adc5-46ef-ac2b-4f4e77cff318", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-27f8e8b4-adc5-46ef-ac2b-4f4e77cff318" } ], "id": "50c08a4c-8ddd-4e7d-937a-8d13aa7e62ca", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-50c08a4c-8ddd-4e7d-937a-8d13aa7e62ca" } ], "id": "792f10b1-54a5-4705-b485-76882dc0d152", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-792f10b1-54a5-4705-b485-76882dc0d152" }, { "name": "lookups", "item": [ { "name": "{SOBJECT_API_NAME}", "item": [ { "name": "{FIELD_API_NAME}", "item": [ { "name": "{TARGET_API_NAME}", "item": [ { "name": "Salesforce Get Lookup Field Suggestions for a Specified Object", "id": "bf52d606-5369-4af3-b365-0466e78907eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME/:TARGET_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "lookups", ":SOBJECT_API_NAME", ":FIELD_API_NAME", ":TARGET_API_NAME" ], "variable": [ { "id": "30e731c7-f3d5-4cb3-a13e-ce3d6861f175", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) The API name of a source object." }, { "id": "4ef9a63f-1c80-4ff4-be0c-1f59c2e9a4e9", "key": "FIELD_API_NAME", "value": "", "description": "(Required) The API name of a lookup field on the source object." }, { "id": "4b814446-b1f3-4a44-ad90-7e845273d980", "key": "TARGET_API_NAME", "value": "", "description": "(Required) The API name of the target (lookup) object." } ] }, "description": "When a user edits a lookup field, use this resource to search for and display suggestions for a specified object. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups." }, "response": [ { "id": "d368f2de-ba16-4037-843f-fc06cebcca2a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME/:TARGET_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "lookups", ":SOBJECT_API_NAME", ":FIELD_API_NAME", ":TARGET_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "FIELD_API_NAME" }, { "key": "TARGET_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"DisambiguationField\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"DisambiguationField\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d368f2de-ba16-4037-843f-fc06cebcca2a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bf52d606-5369-4af3-b365-0466e78907eb" } ], "id": "d4b1a623-2e0b-4c8c-9c15-8a4ddf6feeef", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d4b1a623-2e0b-4c8c-9c15-8a4ddf6feeef" }, { "name": "Salesforce Get Lookup Field Suggestions", "id": "33be646c-a950-4adc-9d8f-334e6b33802f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "lookups", ":SOBJECT_API_NAME", ":FIELD_API_NAME" ], "variable": [ { "id": "bd25c120-87b8-4389-922a-74e64cef3ed1", "key": "SOBJECT_API_NAME", "value": "", "description": "(Required) sObject API name" }, { "id": "836336b6-fc4f-4dbc-9da8-a72478f22d95", "key": "FIELD_API_NAME", "value": "", "description": "(Required) Field API name" } ] }, "description": "When a user edits a lookup field, use this resource to search for and display suggestions. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups." }, "response": [ { "id": "c5e70c4e-4308-43fd-adbe-136de95b8f67", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "lookups", ":SOBJECT_API_NAME", ":FIELD_API_NAME" ], "variable": [ { "key": "SOBJECT_API_NAME" }, { "key": "FIELD_API_NAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"lookupResults\": {\n \"Account\": {\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"currentPageUrl\": \"\",\n \"nextPageToken\": \"\",\n \"nextPageUrl\": \"\",\n \"previousPageToken\": \"\",\n \"previousPageUrl\": \"\",\n \"records\": [\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n },\n {\n \"apiName\": \"\",\n \"childRelationships\": {},\n \"eTag\": \"\",\n \"fields\": {\n \"Id\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Name\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n },\n \"Site\": {\n \"displayValue\": \"\",\n \"value\": \"\"\n }\n },\n \"id\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": \"\",\n \"systemModstamp\": \"\",\n \"weakEtag\": \"\"\n }\n ]\n }\n },\n \"metadata\": {\n \"Account\": {\n \"fieldApiName\": \"\",\n \"objectApiName\": \"\",\n \"secondaryField\": \"\",\n \"targetInfo\": {}\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c5e70c4e-4308-43fd-adbe-136de95b8f67" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-33be646c-a950-4adc-9d8f-334e6b33802f" } ], "id": "ac26bd87-db58-4eb7-99dd-39f0f5857303", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ac26bd87-db58-4eb7-99dd-39f0f5857303" } ], "id": "1219d7ee-eba2-45f0-89db-7fcc750495d2", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1219d7ee-eba2-45f0-89db-7fcc750495d2" } ], "id": "c8c3af19-63ea-425d-94ca-496a61ce8914", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c8c3af19-63ea-425d-94ca-496a61ce8914" }, { "name": "favorites", "item": [ { "name": "{FAVORITE_ID}", "item": [ { "name": "usage", "item": [ { "name": "Salesforce Update Usage of a Favorite", "id": "459f7784-9ffd-40de-b79c-98693476f150", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID/usage", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID", "usage" ], "variable": [ { "id": "05ec3b40-abe3-4384-a5e9-4623c01374fb", "key": "FAVORITE_ID", "value": "", "description": "(Required) The ID of a favorite" } ] }, "description": "Update the usage of an individual favorite, for example, the last time and number of times the favorite was clicked." }, "response": [ { "id": "e94087d6-7734-4a02-95fc-91aa38c9a5c4", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID/usage", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID", "usage" ], "variable": [ { "key": "FAVORITE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e94087d6-7734-4a02-95fc-91aa38c9a5c4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-459f7784-9ffd-40de-b79c-98693476f150" } ], "id": "a7e9b5e1-af40-49bc-8301-15b7b5dbdd22", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a7e9b5e1-af40-49bc-8301-15b7b5dbdd22" }, { "name": "Salesforce Get a Favorite", "id": "81df5ac9-6195-41b2-a371-5fa6afc2708c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "id": "a2e6b68f-07cc-4fdf-8c4c-663e6cdc8292", "key": "FAVORITE_ID", "value": "", "description": "(Required) The ID of a favorite" } ] }, "description": "Get a favorite." }, "response": [ { "id": "21c56534-a1c7-4f0b-98c5-e4c76b088b42", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "key": "FAVORITE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-21c56534-a1c7-4f0b-98c5-e4c76b088b42" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-81df5ac9-6195-41b2-a371-5fa6afc2708c" }, { "name": "Salesforce Update a Favorite", "id": "2ae23db8-264e-4f11-8468-a20314826b2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"sortOrder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "id": "141336c0-df9c-492d-a4ee-49c4a60d0a0c", "key": "FAVORITE_ID", "value": "", "description": "(Required) The ID of a favorite" } ] }, "description": "Update a Favorite" }, "response": [ { "id": "e615626a-315f-452f-bba2-dc1720a59a0c", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"sortOrder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "key": "FAVORITE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e615626a-315f-452f-bba2-dc1720a59a0c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2ae23db8-264e-4f11-8468-a20314826b2f" }, { "name": "Salesforce Delete a Favorite", "id": "65fe4fd8-c256-4f22-a56d-70fe74a36e9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "id": "821274e0-15b2-43f7-95d7-023b05d3ee34", "key": "FAVORITE_ID", "value": "", "description": "(Required) The ID of a favorite" } ] }, "description": "Get a favorite." }, "response": [ { "id": "9ab8bd33-5fc1-41a4-a1dc-66d9ae48d0dc", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites/:FAVORITE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", ":FAVORITE_ID" ], "variable": [ { "key": "FAVORITE_ID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9ab8bd33-5fc1-41a4-a1dc-66d9ae48d0dc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-65fe4fd8-c256-4f22-a56d-70fe74a36e9f" } ], "id": "f11103d7-9b0e-411d-9bb4-77bd829215a8", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f11103d7-9b0e-411d-9bb4-77bd829215a8" }, { "name": "batch", "item": [ { "name": "Salesforce Update a Batch of Favorites", "id": "1062712b-9787-4f38-b448-5e3d407a7792", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"favorites\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", "batch" ] }, "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." }, "response": [ { "id": "bbceb010-c608-40b5-a522-0bc1b86a552f", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"favorites\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites/batch", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites", "batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"favorites\": [\n {\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n },\n {\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bbceb010-c608-40b5-a522-0bc1b86a552f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1062712b-9787-4f38-b448-5e3d407a7792" } ], "id": "f3478402-200f-4cd1-9d10-8ce014c77f64", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f3478402-200f-4cd1-9d10-8ce014c77f64" }, { "name": "Salesforce Create a Favorite", "id": "64e462a0-bc7f-455a-a2e8-aa0f851ba735", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"sortOrder\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites" ] }, "description": "Create a Favorite" }, "response": [ { "id": "fd90a689-7dd6-4411-ad5b-e57e8fc22303", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"sortOrder\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/ui-api/favorites", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fd90a689-7dd6-4411-ad5b-e57e8fc22303" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-64e462a0-bc7f-455a-a2e8-aa0f851ba735" }, { "name": "Salesforce Get Favorites", "id": "a3cb8413-e967-4990-9a37-dd00677070e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites" ] }, "description": "Get all of a user\u2019s favorites." }, "response": [ { "id": "d5e6df39-aa59-4675-b3ed-fa437771b441", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/favorites", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "favorites" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"favorites\": [\n {\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n },\n {\n \"accessCount\": \"\",\n \"iconColor\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"lastAccessDate\": \"\",\n \"name\": \"\",\n \"objectType\": \"\",\n \"sortOrder\": \"\",\n \"subtitle\": \"\",\n \"target\": \"\",\n \"targetType\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d5e6df39-aa59-4675-b3ed-fa437771b441" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a3cb8413-e967-4990-9a37-dd00677070e3" } ], "id": "11110507-4d68-46fb-9227-3fa7b15a9f05", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-11110507-4d68-46fb-9227-3fa7b15a9f05" }, { "name": "apps", "item": [ { "name": "{APP_ID}", "item": [ { "name": "user-nav-items", "item": [ { "name": "Salesforce Get Personalized Navigation Items", "id": "f84dfc8b-8994-4d85-a61e-dc61f307695d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID", "user-nav-items" ], "variable": [ { "id": "1ac5aea2-6d8c-43e0-a92c-563b22e9efe0", "key": "APP_ID", "value": "", "description": "(Required) Application ID" } ] }, "description": "Get a user\u2019s personalized navigation items (tabs)." }, "response": [ { "id": "d7e53796-97c5-4046-9a8c-a970c0563a0d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID", "user-nav-items" ], "variable": [ { "key": "APP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageUrl\": \"\",\n \"eTag\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"nextPageUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d7e53796-97c5-4046-9a8c-a970c0563a0d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f84dfc8b-8994-4d85-a61e-dc61f307695d" }, { "name": "Salesforce Update Personalized Navigation Items", "id": "793e01a2-94ae-4682-9791-235c835913cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID", "user-nav-items" ], "variable": [ { "id": "8e243f3b-b209-4501-a9ee-49aaee6f4bb4", "key": "APP_ID", "value": "", "description": "(Required) Application ID" } ] }, "description": "Updates the order of a user\u2019s personalized navigation items (tabs) and adds a navigation item to the list in the order specified." }, "response": [ { "id": "a274c865-f0dd-4cdb-8e31-dd30760f9718", "name": "response", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID", "user-nav-items" ], "variable": [ { "key": "APP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a274c865-f0dd-4cdb-8e31-dd30760f9718" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-793e01a2-94ae-4682-9791-235c835913cd" } ], "id": "ec994954-52de-440f-8da3-ce7b477521f4", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ec994954-52de-440f-8da3-ce7b477521f4" }, { "name": "Salesforce Get an App", "id": "b470fbce-2a2e-4670-8e1e-e8bcc912edb6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ], "variable": [ { "id": "77a2aac1-85ff-4fa9-a575-513a12609a2e", "key": "APP_ID", "value": "", "description": "(Required) Application ID" } ] }, "description": "Get metadata about an app." }, "response": [ { "id": "f2c20fb5-8537-4c1a-9a60-7c245e6f8850", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ], "variable": [ { "key": "APP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"appId\": \"\",\n \"description\": \"\",\n \"developerName\": \"\",\n \"eTag\": \"\",\n \"formFactors\": [\n \"\",\n \"\"\n ],\n \"headerColor\": \"\",\n \"iconUrl\": \"\",\n \"isNavAutoTempTabsDisabled\": \"\",\n \"isNavPersonalizationDisabled\": \"\",\n \"isNavTabPersistenceDisabled\": \"\",\n \"label\": \"\",\n \"logoUrl\": \"\",\n \"mobileStartUrl\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"selected\": \"\",\n \"startUrl\": \"\",\n \"type\": \"\",\n \"userNavItems\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f2c20fb5-8537-4c1a-9a60-7c245e6f8850" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b470fbce-2a2e-4670-8e1e-e8bcc912edb6" }, { "name": "Salesforce Update Last Selected App", "id": "fe8abf9c-169c-49cd-a8e7-8c181a1a233d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ], "variable": [ { "id": "8b487dd5-aa76-4f57-af6d-bf938c2f4b80", "key": "APP_ID", "value": "", "description": "(Required) Application ID" } ] }, "description": "Returns metadata for an app, and saves an app as the last selected for a user." }, "response": [ { "id": "f89648c9-c4ac-4524-8184-9a16fb101bd4", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/:APP_ID?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", ":APP_ID" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ], "variable": [ { "key": "APP_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"appId\": \"\",\n \"description\": \"\",\n \"developerName\": \"\",\n \"eTag\": \"\",\n \"formFactors\": [\n \"\",\n \"\"\n ],\n \"headerColor\": \"\",\n \"iconUrl\": \"\",\n \"isNavAutoTempTabsDisabled\": \"\",\n \"isNavPersonalizationDisabled\": \"\",\n \"isNavTabPersistenceDisabled\": \"\",\n \"label\": \"\",\n \"logoUrl\": \"\",\n \"mobileStartUrl\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"selected\": \"\",\n \"startUrl\": \"\",\n \"type\": \"\",\n \"userNavItems\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f89648c9-c4ac-4524-8184-9a16fb101bd4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fe8abf9c-169c-49cd-a8e7-8c181a1a233d" } ], "id": "ca1bf113-66f3-4bb2-84f1-a338b2fc49dd", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ca1bf113-66f3-4bb2-84f1-a338b2fc49dd" }, { "name": "selected", "item": [ { "name": "Salesforce Get Last Selected App", "id": "75786629-f297-41b2-885a-cf357ef33f1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/selected?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", "selected" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ] }, "description": "Retrieves the app the current user last selected or the app the user sees by default." }, "response": [ { "id": "535038d3-1562-4604-9577-404832615fe6", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps/selected?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps", "selected" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"appId\": \"\",\n \"description\": \"\",\n \"developerName\": \"\",\n \"eTag\": \"\",\n \"formFactors\": [\n \"\",\n \"\"\n ],\n \"headerColor\": \"\",\n \"iconUrl\": \"\",\n \"isNavAutoTempTabsDisabled\": \"\",\n \"isNavPersonalizationDisabled\": \"\",\n \"isNavTabPersistenceDisabled\": \"\",\n \"label\": \"\",\n \"logoUrl\": \"\",\n \"mobileStartUrl\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"selected\": \"\",\n \"startUrl\": \"\",\n \"type\": \"\",\n \"userNavItems\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-535038d3-1562-4604-9577-404832615fe6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-75786629-f297-41b2-885a-cf357ef33f1b" } ], "id": "4213f076-27cb-42bd-b00b-f35014a7dcdf", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4213f076-27cb-42bd-b00b-f35014a7dcdf" }, { "name": "Salesforce Get Apps", "id": "76e0d004-d9f8-4919-957a-f3d2ab34c1c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ] }, "description": "Get metadata for all the apps a user has access to. Metadata for the selected app includes tabs on the app\u2019s navigation bar. Metadata for other apps doesn\u2019t include tabs on the navigation bar." }, "response": [ { "id": "fc300b3f-5820-4da1-aa8c-6e27c823afef", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/apps?formFactor=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "apps" ], "query": [ { "description": "(Required) The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)", "key": "formFactor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apps\": [\n {\n \"appId\": \"\",\n \"description\": \"\",\n \"developerName\": \"\",\n \"eTag\": \"\",\n \"formFactors\": [\n \"\",\n \"\"\n ],\n \"headerColor\": \"\",\n \"iconUrl\": \"\",\n \"isNavAutoTempTabsDisabled\": \"\",\n \"isNavPersonalizationDisabled\": \"\",\n \"isNavTabPersistenceDisabled\": \"\",\n \"label\": \"\",\n \"logoUrl\": \"\",\n \"mobileStartUrl\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"selected\": \"\",\n \"startUrl\": \"\",\n \"type\": \"\",\n \"userNavItems\": [\n \"\",\n \"\"\n ]\n },\n {\n \"appId\": \"\",\n \"description\": \"\",\n \"developerName\": \"\",\n \"eTag\": \"\",\n \"formFactors\": [\n \"\",\n \"\"\n ],\n \"headerColor\": \"\",\n \"iconUrl\": \"\",\n \"isNavAutoTempTabsDisabled\": \"\",\n \"isNavPersonalizationDisabled\": \"\",\n \"isNavTabPersistenceDisabled\": \"\",\n \"label\": \"\",\n \"logoUrl\": \"\",\n \"mobileStartUrl\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"\",\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"selected\": \"\",\n \"startUrl\": \"\",\n \"type\": \"\",\n \"userNavItems\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"eTag\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fc300b3f-5820-4da1-aa8c-6e27c823afef" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-76e0d004-d9f8-4919-957a-f3d2ab34c1c5" } ], "id": "43a7a7d0-a03e-4ecd-96d5-80793880a1c9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-43a7a7d0-a03e-4ecd-96d5-80793880a1c9" }, { "name": "nav-items", "item": [ { "name": "Salesforce Get All Navigation Items", "id": "0ec0cdce-5470-4ed1-ae83-fe16e3dcc271", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/ui-api/nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "nav-items" ] }, "description": "Gets all navigation items (tabs) that the user has access to." }, "response": [ { "id": "2b2dc51c-f32b-4801-bece-3cadebd35f18", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/ui-api/nav-items", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "ui-api", "nav-items" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"currentPageUrl\": \"\",\n \"eTag\": \"\",\n \"navItems\": [\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n },\n {\n \"availableInClassic\": \"\",\n \"availableInLightning\": \"\",\n \"color\": \"\",\n \"content\": \"\",\n \"custom\": \"\",\n \"developerName\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"itemType\": \"\",\n \"label\": \"\",\n \"objectApiName\": \"\",\n \"objectLabel\": \"\",\n \"objectLabelPlural\": \"\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"\",\n \"actionName\": \"\"\n },\n \"state\": {},\n \"type\": \"\"\n },\n \"standardType\": \"\"\n }\n ],\n \"nextPageUrl\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2b2dc51c-f32b-4801-bece-3cadebd35f18" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0ec0cdce-5470-4ed1-ae83-fe16e3dcc271" } ], "id": "cf66a258-a122-44fb-b10e-4ad04c9330d0", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cf66a258-a122-44fb-b10e-4ad04c9330d0" } ], "id": "7cfcb594-9fc0-4299-b63e-fb919f28140f", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-7cfcb594-9fc0-4299-b63e-fb919f28140f" }, { "name": "actions", "item": [ { "name": "custom", "item": [ { "name": "runExpressionSet", "item": [ { "name": "{expressionSetAPIName}", "item": [ { "name": "Salesforce Runexpressionset", "id": "7c6dcf68-257f-4a55-9742-9c55db703ccc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": []\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/runExpressionSet/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "runExpressionSet", ":expressionSetAPIName" ], "variable": [ { "id": "fa98603f-5e80-4b7a-b727-04b9a7d1e502", "key": "expressionSetAPIName", "value": "", "description": "(Required) The API name of an expression set is unique within your Salesforce instance." } ] }, "description": "# Expression Set Actions\n\nInvoke an active expression set. An expression set is a user-defined rule that accepts an input and returns the output based on the configured function.\n\nThe configured function of an expression set can be a simple decision matrix lookup, a calculation based on a mathematical formula, a condition, or another expression set.\n\nThese actions are available in API version 55.0 and later.\n\n## Supported REST HTTP Methods\n\nURI/services/data/v55.0/actions/custom/runExpressionSet/{ApiName}\n\n> `Note` \n \n> `The API name of an expression set is unique within your Salesforce instance.` \n \n\nFormats\n\nJSON\n\nHTTP Methods\n\nPOST\n\nAuthentication\n\nAuthorization: Bearer\u00a0token\n\n## Inputs\n\nVary depending on the selected expression set.\n\n## Outputs\n\nVary depending on the inputs of the selected expression set.\n\n## Usage\n\nThis section has the sample request and response for invoking an expression set that does the following:\n\n1. Find the tax percentage and the premium corresponding to specific age and salary using a decision matrix lookup.\n \n2. Check the age criterion to calculate the total tax.\n \n3. Calculate the total tax to be paid based on the age group, salary, and the tax percentage.\n \n\nSample request\n\nHere\u2019s an example POST request that has the inputs, such as, age and salary:\n\n```\n{\n \"inputs\":[\n {\n \"Age\":\"25.00\",\n \"Salary\":\"50000.00\"\n }\n ]\n}\n\n ```\n\nSample response\n\nHere\u2019s an example response that has the premium and tax values based on the inputs provided in the example request:\n\n```\n[\n {\n \"actionName\":\"TaxPremiumES\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"TaxPremium__Premium\":1000,\n \"TaxPremium__Tax\":10,\n \"TaxToBePaid\":1050,\n \"condition_output__2\":\"false\",\n \"condition_output__1\":\"true\"\n }\n }\n]\n\n ```" }, "response": [ { "id": "ffe0df96-d8cf-48fc-877c-c504d8f1c729", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": []\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/runExpressionSet/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "runExpressionSet", ":expressionSetAPIName" ], "variable": [ { "key": "expressionSetAPIName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"actionName\": \"\",\n \"errors\": \"\",\n \"isSuccess\": \"\",\n \"outputValues\": {\n \"output\": \"\"\n },\n \"version\": \"\"\n },\n {\n \"actionName\": \"\",\n \"errors\": \"\",\n \"isSuccess\": \"\",\n \"outputValues\": {\n \"output\": \"\"\n },\n \"version\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ffe0df96-d8cf-48fc-877c-c504d8f1c729" }, { "id": "aad26460-cbb9-4bc9-9202-41dc38e7c1be", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": []\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/runExpressionSet/:expressionSetAPIName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "runExpressionSet", ":expressionSetAPIName" ], "variable": [ { "key": "expressionSetAPIName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"actionName\": \"\",\n \"errors\": [\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n },\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"isSuccess\": \"\",\n \"outputValues\": \"\",\n \"version\": \"\"\n },\n {\n \"actionName\": \"\",\n \"errors\": [\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n },\n {\n \"statusCode\": \"\",\n \"message\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"isSuccess\": \"\",\n \"outputValues\": \"\",\n \"version\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aad26460-cbb9-4bc9-9202-41dc38e7c1be" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7c6dcf68-257f-4a55-9742-9c55db703ccc" } ], "id": "740f2513-e1f2-479c-a8ba-93827a88581c", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-740f2513-e1f2-479c-a8ba-93827a88581c" } ], "id": "47256b17-93d5-4385-be1c-3a49c6e8c7b8", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-47256b17-93d5-4385-be1c-3a49c6e8c7b8" }, { "name": "runDecisionMatrix", "item": [ { "name": "{UniqueName}", "item": [ { "name": "Salesforce Rundecisionmatrix", "id": "0ea03d3b-53c7-48be-a044-2d2f0f043a1e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"myColumnInput\": \"\"\n },\n {\n \"myColumnInput\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/runDecisionMatrix/:UniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "runDecisionMatrix", ":UniqueName" ], "variable": [ { "id": "476aa77d-e31e-4b90-b21b-e4f13090286d", "key": "UniqueName", "value": "", "description": "(Required) The value of UniqueName is the unique identifier of the record, which is sourced from the name of a decision matrix." } ] }, "description": "# Decision Matrix Actions\n\nInvoke a decision matrix in a flow with the Decision Matrix Actions.\u00a0A decision matrix is a user-defined table where you can look up an output based on the inputs you provide.\n\nFor example, you can look up a candidate\u2019s eligibility to avail medical insurance in a decision matrix based on the candidate\u2019s age and gender.\n\nThese actions are available in API version 55.0 and later.\n\n## Supported REST HTTP Methods\n\nURI/services/data/v55.0/actions/custom/runDecisionMatrix/{UniqueName}\n\nNote\n\nThe value of UniqueName is the unique identifier of the record, which is sourced from the name of a decision matrix.\n\nFormatsJSONHTTP MethodsPOSTAuthenticationAuthorization: Bearer\u00a0token\n\n## Inputs\n\nVary depending on the selected decision matrix.\n\n## Outputs\n\nVary depending on the inputs of the selected decision matrix.\n\n## Usage\n\nSample Request\n\nHere\u2019s an example POST request that has the inputs, such as, age and state:\n\n```\n{\n \"inputs\":[\n {\n \"age\":\"25\",\n \"state\":\"NY\"\n },\n {\n \"age\":\"25\",\n \"state\":\"CA\"\n },\n {\n \"age\":\"\",\n \"state\":\"WA\"\n }\n ]\n}\n\n ```\n\nSample Response\n\nHere\u2019s an example response that has the premium and tax values based on the inputs provided in the example request.\n\n```\n[\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"premium\":2400.0,\n \"tax\":200.0\n }\n },\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"premium\":2400.0,\n \"tax\":200.0\n }\n },\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":[\n {\n \"statusCode\":\"REQUIRED_FIELD_MISSING\",\n \"message\":\"Missing required input parameter: age\",\n \"fields\":[\n ]\n }\n ],\n \"isSuccess\":false,\n \"outputValues\":null\n }\n]\n\n ```" }, "response": [ { "id": "ab499b01-92f6-4189-9f1c-8666d9c4bc03", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"myColumnInput\": \"\"\n },\n {\n \"myColumnInput\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/runDecisionMatrix/:UniqueName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "runDecisionMatrix", ":UniqueName" ], "variable": [ { "key": "UniqueName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"actionName\": \"\",\n \"errors\": \"\",\n \"isSuccess\": \"\",\n \"outputValues\": {\n \"myColumnOutput\": \"\"\n },\n \"version\": \"\"\n },\n {\n \"actionName\": \"\",\n \"errors\": \"\",\n \"isSuccess\": \"\",\n \"outputValues\": {\n \"myColumnOutput\": \"\"\n },\n \"version\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ab499b01-92f6-4189-9f1c-8666d9c4bc03" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0ea03d3b-53c7-48be-a044-2d2f0f043a1e" } ], "id": "3eb71950-e4ee-4b03-9455-8733cb13b3c0", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3eb71950-e4ee-4b03-9455-8733cb13b3c0" } ], "id": "0ee54483-1473-4c17-901c-14f6405c38ff", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0ee54483-1473-4c17-901c-14f6405c38ff" }, { "name": "flow", "item": [ { "name": "{flowApiName}", "item": [ { "name": "Salesforce Launch Flow", "id": "9149c871-1efd-46bd-b894-f675d3976772", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": []\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/flow/:flowApiName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "flow", ":flowApiName" ], "variable": [ { "id": "8b223f21-0b72-4672-85e3-e06b246abe3e", "key": "flowApiName", "value": "", "description": "(Required) Flow API Name" } ] }, "description": "Launches an Autolaunched Flow with the supplied input parameters." }, "response": [ { "id": "1594e40f-4831-449d-a1b5-28f2aefcbe34", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": []\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/custom/flow/:flowApiName", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom", "flow", ":flowApiName" ], "variable": [ { "key": "flowApiName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1594e40f-4831-449d-a1b5-28f2aefcbe34" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9149c871-1efd-46bd-b894-f675d3976772" } ], "id": "f682a312-2087-46dc-8aac-666b92a9f7ef", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f682a312-2087-46dc-8aac-666b92a9f7ef" } ], "id": "02930688-d6e8-49e3-bdc5-579b7c58afde", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-02930688-d6e8-49e3-bdc5-579b7c58afde" }, { "name": "Salesforce Custom Invocable Actions", "id": "34aa6467-14a4-49b1-8c5a-35a3060f5dfe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/actions/custom", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom" ] }, "description": "Returns the list of all custom actions. You can also get basic information for each type of action.\nThis resource is available in REST API version 32.0 and later." }, "response": [ { "id": "1e79d614-4891-4008-a1db-29bb269bb334", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/actions/custom", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "custom" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e79d614-4891-4008-a1db-29bb269bb334" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-34aa6467-14a4-49b1-8c5a-35a3060f5dfe" } ], "id": "ad9c0f2c-4de3-4932-b798-9fcd0f6d63a9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ad9c0f2c-4de3-4932-b798-9fcd0f6d63a9" }, { "name": "standard", "item": [ { "name": "createOrderFromQuote", "item": [ { "name": "Salesforce Create Order From Quote", "id": "81b5af70-39f7-4343-8072-4c2635e2a8cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"quoteRecordId\": \"\"\n },\n {\n \"quoteRecordId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/standard/createOrderFromQuote", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard", "createOrderFromQuote" ] } }, "response": [ { "id": "f9ddab46-52ef-468e-9566-e5496321663f", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"quoteRecordId\": \"\"\n },\n {\n \"quoteRecordId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/standard/createOrderFromQuote", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard", "createOrderFromQuote" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f9ddab46-52ef-468e-9566-e5496321663f" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-81b5af70-39f7-4343-8072-4c2635e2a8cd" } ], "id": "bae55c6f-a077-4e66-a333-bdd43fe69391", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bae55c6f-a077-4e66-a333-bdd43fe69391" }, { "name": "createOrUpdateAssetFromOrder", "item": [ { "name": "Salesforce Createassetfromorder", "id": "cc25d05c-6118-4f08-b76a-4a78eb9c18ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"orderId\": \"\"\n },\n {\n \"orderId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/standard/createOrUpdateAssetFromOrder", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard", "createOrUpdateAssetFromOrder" ] } }, "response": [ { "id": "819c92b8-b09c-4288-8556-b6aafbb16a5b", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"orderId\": \"\"\n },\n {\n \"orderId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/actions/standard/createOrUpdateAssetFromOrder", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard", "createOrUpdateAssetFromOrder" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-819c92b8-b09c-4288-8556-b6aafbb16a5b" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cc25d05c-6118-4f08-b76a-4a78eb9c18ab" } ], "id": "951704cd-6a49-4aa2-960b-deb059ba8c05", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-951704cd-6a49-4aa2-960b-deb059ba8c05" }, { "name": "Salesforce Standard Invocable Actions", "id": "7fda09e0-0743-4e61-aa48-9bca0a8614a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/actions/standard", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard" ] }, "description": "Returns the list of actions that can be statically invoked. You can also get basic information for each type of action.\nThis resource is available in REST API version 32.0 and later." }, "response": [ { "id": "f90ad361-5488-4847-bfff-aaa39f24b90d", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/actions/standard", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "actions", "standard" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f90ad361-5488-4847-bfff-aaa39f24b90d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7fda09e0-0743-4e61-aa48-9bca0a8614a9" } ], "id": "c38ca70a-c007-4c14-9044-54171cb69ca4", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c38ca70a-c007-4c14-9044-54171cb69ca4" } ], "id": "8a28a68e-1438-407f-b75e-f32e31cf1978", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8a28a68e-1438-407f-b75e-f32e31cf1978" }, { "name": "quickActions", "item": [ { "name": "Salesforce Quick Actions", "id": "23ec0133-f66a-4d32-8ad2-663abc47d631", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/quickActions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "quickActions" ] }, "description": "Returns a list of global actions and object-specific actions. This resource is available in REST API version 28.0 and later. When working with actions, also refer to SObject Quick Actions.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_quickactions.htm" }, "response": [ { "id": "97837a94-c7f3-4bef-b841-6368463d2796", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/quickActions", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "quickActions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-97837a94-c7f3-4bef-b841-6368463d2796" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-23ec0133-f66a-4d32-8ad2-663abc47d631" } ], "id": "070ffab0-5a0e-4402-b010-26dd661ef957", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-070ffab0-5a0e-4402-b010-26dd661ef957" }, { "name": "compactLayouts", "item": [ { "name": "Salesforce Compact Layouts", "id": "33d43f18-916c-410b-9dcb-a41a74fbcf98", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/compactLayouts?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "compactLayouts" ], "query": [ { "description": "(Required) object list", "key": "q", "value": "" } ] }, "description": "Returns a list of compact layouts for multiple objects. This resource is available in REST API version 31.0 and later." }, "response": [ { "id": "4a2d5f37-d84a-4632-9512-a74ddd07f9dc", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/compactLayouts?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "compactLayouts" ], "query": [ { "description": "(Required) object list", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4a2d5f37-d84a-4632-9512-a74ddd07f9dc" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-33d43f18-916c-410b-9dcb-a41a74fbcf98" } ], "id": "7c2a24c4-b0df-42ca-bb4f-2c8c93cdcd05", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7c2a24c4-b0df-42ca-bb4f-2c8c93cdcd05" }, { "name": "async", "item": [ { "name": "specifications", "item": [ { "name": "oas3", "item": [ { "name": "{schemaId}", "item": [ { "name": "Salesforce Retrieve Openapi Schema", "id": "388f5a44-1cc2-4a21-ac1f-5bded9825fbb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "https://services/data/v64.0/async/specifications/oas3/:schemaId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "async", "specifications", "oas3", ":schemaId" ], "variable": [ { "id": "6e24c6e7-c55d-4209-b776-1917d1a9f175", "key": "schemaId", "value": "", "description": "(Required) Identifier that was returned in the original request to generate the Schema." } ] }, "description": "Generate an OpenAPI 3.0 document for the sObjects REST API. This is a [Beta feature](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/openapi_beta.htm) that requires an activation step before it can be used." }, "response": [ { "id": "ddc12bb7-6a48-4c76-88d8-0ed0c1ca1173", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/async/specifications/oas3/:schemaId", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "async", "specifications", "oas3", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"openapi\": \"\",\n \"info\": {\n \"title\": \"\",\n \"description\": \"\",\n \"version\": \"\"\n },\n \"servers\": [\n {\n \"url\": \"\"\n }\n ],\n \"security\": [\n {\n \"bearerAuth\": [\n \"\"\n ],\n \"oAuth2\": [\n \"\"\n ],\n \"openIDConnectDiscovery\": [\n \"\"\n ]\n }\n ],\n \"paths\": {\n \"/sobjects/Contact\": {\n \"description\": \"\",\n \"get\": {\n \"responses\": {\n \"culpaa_\": {\n \"description\": \"\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n },\n \"sitb6\": {\n \"description\": \"\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n },\n \"pariatur07\": {\n \"description\": \"\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n },\n \"incididunte\": {\n \"description\": \"\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n }\n }\n },\n \"post\": {\n \"parameters\": [\n {\n \"name\": \"\",\n \"in\": \"\",\n \"description\": \"\",\n \"required\": \"\",\n \"schema\": {\n \"type\": \"\"\n }\n }\n ],\n \"requestBody\": {\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n },\n \"responses\": {\n \"sunt_99\": {\n \"description\": \"\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"\"\n }\n }\n }\n }\n }\n }\n }\n },\n \"components\": {\n \"schemas\": {\n \"SObjectRootInfo\": {\n \"type\": \"\",\n \"properties\": {\n \"objectDescribe\": {\n \"type\": \"\",\n \"properties\": {\n \"name\": {\n \"type\": \"\"\n },\n \"label\": {\n \"type\": \"\"\n },\n \"labelPlural\": {\n \"type\": \"\"\n },\n \"keyPrefix\": {\n \"type\": \"\"\n },\n \"custom\": {\n \"type\": \"\"\n },\n \"customSetting\": {\n \"type\": \"\"\n },\n \"activateable\": {\n \"type\": \"\"\n },\n \"createable\": {\n \"type\": \"\"\n },\n \"updateable\": {\n \"type\": \"\"\n },\n \"deletable\": {\n \"type\": \"\"\n },\n \"undeletable\": {\n \"type\": \"\"\n },\n \"mergeable\": {\n \"type\": \"\"\n },\n \"replicateable\": {\n \"type\": \"\"\n },\n \"triggerable\": {\n \"type\": \"\"\n },\n \"queryable\": {\n \"type\": \"\"\n },\n \"retrieveable\": {\n \"type\": \"\"\n },\n \"searchable\": {\n \"type\": \"\"\n },\n \"layoutable\": {\n \"type\": \"\"\n },\n \"feedEnabled\": {\n \"type\": \"\"\n },\n \"mruEnabled\": {\n \"type\": \"\"\n },\n \"hasSubtypes\": {\n \"type\": \"\"\n },\n \"isSubtype\": {\n \"type\": \"\"\n },\n \"dataTranslationEnabled\": {\n \"type\": \"\"\n },\n \"isInterface\": {\n \"type\": \"\"\n },\n \"deepCloneable\": {\n \"type\": \"\"\n },\n \"associateEntityType\": {\n \"type\": \"\"\n },\n \"associateParentEntity\": {\n \"type\": \"\"\n },\n \"deprecatedAndHidden\": {\n \"type\": \"\"\n },\n \"urls\": {\n \"type\": \"\",\n \"additionalProperties\": {\n \"type\": \"\"\n }\n }\n }\n },\n \"recentItems\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {\n \"id\": {\n \"type\": \"\"\n }\n }\n }\n }\n }\n },\n \"RestApiError\": {\n \"type\": \"\",\n \"properties\": {\n \"errorCode\": {\n \"type\": \"\"\n },\n \"message\": {\n \"type\": \"\"\n }\n }\n },\n \"AccountSObject\": {\n \"type\": \"\",\n \"properties\": {\n \"Id\": {\n \"type\": \"\"\n },\n \"IsDeleted\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MasterRecordId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Name\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Type\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ParentId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingStreet\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingCity\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingState\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingPostalCode\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingCountry\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingLatitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingLongitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingGeocodeAccuracy\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"BillingAddress\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingStreet\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingCity\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingState\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingPostalCode\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingCountry\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingLatitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingLongitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingGeocodeAccuracy\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ShippingAddress\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Phone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Fax\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AccountNumber\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Website\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"PhotoUrl\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Sic\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Industry\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AnnualRevenue\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"NumberOfEmployees\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Ownership\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"TickerSymbol\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Description\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Rating\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Site\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OwnerId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"CreatedDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"CreatedById\": {\n \"type\": \"\"\n },\n \"LastModifiedDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastModifiedById\": {\n \"type\": \"\"\n },\n \"SystemModstamp\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastActivityDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"LastViewedDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"LastReferencedDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"IsPartner\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"IsCustomerPortal\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ChannelProgramName\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ChannelProgramLevelName\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Jigsaw\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"JigsawCompanyId\": {\n \"type\": \"\"\n },\n \"CleanStatus\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AccountSource\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"DunsNumber\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Tradestyle\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"NaicsCode\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"NaicsDesc\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"YearStarted\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"SicDesc\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"DandbCompanyId\": {\n \"type\": \"\"\n },\n \"CustomerPriority__c\": {\n \"type\": \"\"\n },\n \"SLA__c\": {\n \"type\": \"\"\n },\n \"Active__c\": {\n \"type\": \"\"\n },\n \"NumberofLocations__c\": {\n \"type\": \"\"\n },\n \"UpsellOpportunity__c\": {\n \"type\": \"\"\n },\n \"SLASerialNumber__c\": {\n \"type\": \"\"\n },\n \"SLAExpirationDate__c\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"Potential_Value__c\": {\n \"type\": \"\"\n },\n \"Match_Billing_Address__c\": {\n \"type\": \"\"\n },\n \"Number_of_Contacts__c\": {\n \"type\": \"\"\n },\n \"Region__c\": {\n \"type\": \"\"\n },\n \"attributes\": {\n \"type\": \"\",\n \"properties\": {\n \"type\": {\n \"type\": \"\"\n },\n \"url\": {\n \"type\": \"\"\n }\n }\n }\n },\n \"description\": \"\"\n },\n \"ErrorInfo\": {\n \"type\": \"\",\n \"properties\": {\n \"message\": {\n \"type\": \"\"\n },\n \"errorCode\": {\n \"type\": \"\"\n },\n \"fields\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\"\n }\n },\n \"extendedErrorDetails\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {\n \"extendedErrorCode\": {\n \"type\": \"\"\n }\n }\n }\n }\n }\n },\n \"SaveResult\": {\n \"type\": \"\",\n \"properties\": {\n \"success\": {\n \"type\": \"\"\n },\n \"id\": {\n \"type\": \"\"\n },\n \"errors\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {\n \"message\": {\n \"type\": \"\"\n },\n \"fields\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\"\n }\n },\n \"statusCode\": {\n \"type\": \"\"\n },\n \"extendedErrorDetails\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {}\n }\n }\n }\n }\n },\n \"warnings\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {\n \"message\": {\n \"type\": \"\"\n },\n \"statusCode\": {\n \"type\": \"\"\n },\n \"extendedDetails\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {}\n }\n }\n }\n }\n },\n \"infos\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {\n \"message\": {\n \"type\": \"\"\n },\n \"statusCode\": {\n \"type\": \"\"\n },\n \"extendedDetails\": {\n \"type\": \"\",\n \"items\": {\n \"type\": \"\",\n \"properties\": {}\n }\n }\n }\n }\n }\n }\n },\n \"ContactSObject\": {\n \"type\": \"\",\n \"properties\": {\n \"Id\": {\n \"type\": \"\"\n },\n \"IsDeleted\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MasterRecordId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AccountId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"LastName\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"FirstName\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Salutation\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Name\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherStreet\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherCity\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherState\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherPostalCode\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherCountry\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherLatitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherLongitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherGeocodeAccuracy\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherAddress\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingStreet\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingCity\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingState\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingPostalCode\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingCountry\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingLatitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingLongitude\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingGeocodeAccuracy\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MailingAddress\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Phone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Fax\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"MobilePhone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"HomePhone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OtherPhone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AssistantPhone\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"ReportsToId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Email\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Title\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Department\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"AssistantName\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"LeadSource\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Birthdate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"Description\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"OwnerId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"CreatedDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"CreatedById\": {\n \"type\": \"\"\n },\n \"LastModifiedDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastModifiedById\": {\n \"type\": \"\"\n },\n \"SystemModstamp\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastActivityDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"LastCURequestDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastCUUpdateDate\": {\n \"type\": \"\",\n \"format\": \"\"\n },\n \"LastViewedDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"LastReferencedDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"EmailBouncedReason\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"EmailBouncedDate\": {\n \"type\": \"\",\n \"description\": \"\",\n \"format\": \"\"\n },\n \"IsEmailBounced\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"PhotoUrl\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"Jigsaw\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"JigsawContactId\": {\n \"type\": \"\"\n },\n \"CleanStatus\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"IndividualId\": {\n \"type\": \"\",\n \"description\": \"\"\n },\n \"attributes\": {\n \"type\": \"\",\n \"properties\": {\n \"type\": {\n \"type\": \"\"\n },\n \"url\": {\n \"type\": \"\"\n }\n }\n }\n },\n \"description\": \"\"\n }\n },\n \"securitySchemes\": {\n \"openIDConnectDiscovery\": {\n \"type\": \"\",\n \"openIdConnectUrl\": \"\"\n },\n \"bearerAuth\": {\n \"type\": \"\",\n \"description\": \"\",\n \"scheme\": \"\"\n },\n \"oAuth2\": {\n \"type\": \"\",\n \"description\": \"\",\n \"flows\": {\n \"implicit\": {\n \"authorizationUrl\": \"\",\n \"scopes\": {\n \"visualforce\": \"\",\n \"address\": \"\",\n \"custom_permissions\": \"\",\n \"openid\": \"\",\n \"profile\": \"\",\n \"refresh_token\": \"\",\n \"wave_api\": \"\",\n \"web\": \"\",\n \"phone\": \"\",\n \"offline_access\": \"\",\n \"chatter_api\": \"\",\n \"id\": \"\",\n \"api\": \"\",\n \"eclair_api\": \"\",\n \"email\": \"\",\n \"pardot_api\": \"\",\n \"full\": \"\"\n }\n },\n \"password\": {\n \"tokenUrl\": \"\",\n \"scopes\": {\n \"api\": \"\"\n }\n },\n \"authorizationCode\": {\n \"authorizationUrl\": \"\",\n \"tokenUrl\": \"\",\n \"scopes\": {\n \"visualforce\": \"\",\n \"address\": \"\",\n \"custom_permissions\": \"\",\n \"openid\": \"\",\n \"profile\": \"\",\n \"refresh_token\": \"\",\n \"wave_api\": \"\",\n \"web\": \"\",\n \"phone\": \"\",\n \"offline_access\": \"\",\n \"chatter_api\": \"\",\n \"id\": \"\",\n \"api\": \"\",\n \"eclair_api\": \"\",\n \"email\": \"\",\n \"pardot_api\": \"\",\n \"full\": \"\"\n }\n }\n }\n }\n }\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ddc12bb7-6a48-4c76-88d8-0ed0c1ca1173" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-388f5a44-1cc2-4a21-ac1f-5bded9825fbb" } ], "id": "4b729cf7-947f-4be3-92c2-3f9bab7cc618", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4b729cf7-947f-4be3-92c2-3f9bab7cc618" }, { "name": "Salesforce Request Openapi Schema", "id": "e17ac3f5-594a-46ae-a3c6-784012e45a68", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "text/plain" }, { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/data/v64.0/async/specifications/oas3", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "async", "specifications", "oas3" ] }, "description": "Requests an Open API document for the selected SObject REST API resources." }, "response": [ { "id": "4ff97117-cd76-463b-aa10-b63e7af7c131", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "text/plain" }, { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/data/v64.0/async/specifications/oas3", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "async", "specifications", "oas3" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"href\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4ff97117-cd76-463b-aa10-b63e7af7c131" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e17ac3f5-594a-46ae-a3c6-784012e45a68" } ], "id": "0933c7a6-b447-4d65-9e5e-1f11e906d9ce", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0933c7a6-b447-4d65-9e5e-1f11e906d9ce" } ], "id": "35443648-549d-491f-991e-4caf50346ef9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-35443648-549d-491f-991e-4caf50346ef9" } ], "id": "cfb78f9b-7eca-42c8-b8bb-fd8fc9e24b45", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cfb78f9b-7eca-42c8-b8bb-fd8fc9e24b45" }, { "name": "scheduling", "item": [ { "name": "getAppointmentSlots", "item": [ { "name": "Salesforce Get Appointment Slots", "id": "3e07d88d-846a-4d08-b8f4-72bc729a57a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"workTypeGroupId\": \"\",\n \"workType\": \"\",\n \"accountId\": \"\",\n \"territoryIds\": \"\",\n \"requiredResourceIds\": \"\",\n \"schedulingPolicyId\": \"\",\n \"allowConcurrentScheduling\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/scheduling/getAppointmentSlots", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling", "getAppointmentSlots" ] }, "description": "Returns a list of available appointment time slots for a resource based on given work type group and territories.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/requests_ls_getappointmentslots.htm" }, "response": [ { "id": "a8c3c37d-3a18-484b-931e-060868e2b154", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"workTypeGroupId\": \"\",\n \"workType\": \"\",\n \"accountId\": \"\",\n \"territoryIds\": \"\",\n \"requiredResourceIds\": \"\",\n \"schedulingPolicyId\": \"\",\n \"allowConcurrentScheduling\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/scheduling/getAppointmentSlots", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling", "getAppointmentSlots" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a8c3c37d-3a18-484b-931e-060868e2b154" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3e07d88d-846a-4d08-b8f4-72bc729a57a8" } ], "id": "1a2ba137-48e4-4723-982b-a2249cbf2366", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1a2ba137-48e4-4723-982b-a2249cbf2366" }, { "name": "getAppointmentCandidates", "item": [ { "name": "Salesforce Get Appointment Candidates", "id": "0508c3b6-cfa7-4349-b6cf-25d1ef491068", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"workTypeGroupId\": \"\",\n \"workType\": \"\",\n \"accountId\": \"\",\n \"territoryIds\": \"\",\n \"requiredResourceIds\": \"\",\n \"schedulingPolicyId\": \"\",\n \"allowConcurrentScheduling\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/scheduling/getAppointmentCandidates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling", "getAppointmentCandidates" ] }, "description": "Returns a list of available service resources (appointment candidates) based on work type group and service territories.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/requests_ls_getappointmentcandidates.htm" }, "response": [ { "id": "c40d5527-1742-467e-8104-c28b92bc2503", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"workTypeGroupId\": \"\",\n \"workType\": \"\",\n \"accountId\": \"\",\n \"territoryIds\": \"\",\n \"requiredResourceIds\": \"\",\n \"schedulingPolicyId\": \"\",\n \"allowConcurrentScheduling\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/scheduling/getAppointmentCandidates", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling", "getAppointmentCandidates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c40d5527-1742-467e-8104-c28b92bc2503" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0508c3b6-cfa7-4349-b6cf-25d1ef491068" } ], "id": "26a0ce03-a64c-4b49-9760-f6788be0605f", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-26a0ce03-a64c-4b49-9760-f6788be0605f" }, { "name": "Salesforce Scheduling", "id": "cf6c4163-2848-405f-a61c-2c672f066a95", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/scheduling", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling" ] }, "description": "Return frequency metrics about the standard pages within which users switched from Lightning Experience to Salesforce Classic.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_exitbypagemetrics.htm" }, "response": [ { "id": "f8bd0e8e-562f-46a1-8547-d8792bf86311", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/scheduling", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "scheduling" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f8bd0e8e-562f-46a1-8547-d8792bf86311" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cf6c4163-2848-405f-a61c-2c672f066a95" } ], "id": "9ed22d57-5829-4dce-9422-3448213d9ad9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9ed22d57-5829-4dce-9422-3448213d9ad9" }, { "name": "search", "item": [ { "name": "scopeOrder", "item": [ { "name": "Salesforce Search Scope and Order", "id": "0ae1a26b-a2d1-4f68-9812-3705ecda6d8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/search/scopeOrder", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "scopeOrder" ] }, "description": "Returns an ordered list of objects in the default global search scope of a logged-in user. Global search keeps track of which objects the user interacts with and how often and arranges the search results accordingly. Objects used most frequently appear at the top of the list.\nThe returned list reflects the object order in the user\u2019s default search scope, including any pinned objects on the user\u2019s search results page. This call is useful if you want to implement a custom search results page using the optimized global search scope. The search string must be URL-encoded.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_scope_order.htm" }, "response": [ { "id": "58eb6d4a-c368-4555-9e31-260bdf8a8974", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/search/scopeOrder", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "scopeOrder" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-58eb6d4a-c368-4555-9e31-260bdf8a8974" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0ae1a26b-a2d1-4f68-9812-3705ecda6d8b" } ], "id": "18c75efc-3350-41aa-9d2d-56195ce50e2d", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-18c75efc-3350-41aa-9d2d-56195ce50e2d" }, { "name": "layout", "item": [ { "name": "Salesforce Search Result Layouts", "id": "25404954-7b6a-45cd-a0fe-a124541ddf89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/search/layout?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "layout" ], "query": [ { "description": "(Required) Comma delimited object list", "key": "q", "value": "" } ] }, "description": "Returns search result layout information for the objects in the query string. For each object, this call returns the list of fields displayed on the search results page as columns, the number of rows displayed on the first page, and the label used on the search results page.\nThis call supports bulk fetch for up to 100 objects in a query.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_layouts.htm" }, "response": [ { "id": "f820c1eb-35e1-4bf8-a6a9-c5266e4ae4a1", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/search/layout?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "layout" ], "query": [ { "description": "(Required) Comma delimited object list", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f820c1eb-35e1-4bf8-a6a9-c5266e4ae4a1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-25404954-7b6a-45cd-a0fe-a124541ddf89" } ], "id": "e4911a27-92e0-49b8-b697-b1f8de94d6f4", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e4911a27-92e0-49b8-b697-b1f8de94d6f4" }, { "name": "suggestions", "item": [ { "name": "Salesforce Search for Records Suggested by Autocomplete and Instant Results", "id": "bba88648-e664-405e-8789-e124cd8c3630", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/search/suggestions?q=&sobject=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "suggestions" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" }, { "description": "(Required) ", "key": "sobject", "value": "" } ] }, "description": "Returns a list of suggested records whose names match the user\u2019s search string. The suggestions resource provides autocomplete results and instant results for users to navigate directly to likely relevant records, before performing a full search.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_suggest_records.htm" }, "response": [ { "id": "a641241e-8482-4188-8000-dbe00d6b7e42", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/search/suggestions?q=&sobject=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "suggestions" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" }, { "description": "(Required) ", "key": "sobject", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a641241e-8482-4188-8000-dbe00d6b7e42" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-bba88648-e664-405e-8789-e124cd8c3630" } ], "id": "7d7d2c89-695f-42ac-a3d0-5b324ee3edde", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-7d7d2c89-695f-42ac-a3d0-5b324ee3edde" }, { "name": "suggestSearchQueries", "item": [ { "name": "Salesforce Search Suggested Queries", "id": "c4a888e9-0e56-423a-bfbd-7e4c4824e63b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/search/suggestSearchQueries?q=&language=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "suggestSearchQueries" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" }, { "description": "(Required) ", "key": "language", "value": "" } ] }, "description": "Returns a list of suggested searches based on the user\u2019s query string text matching searches that other users have performed in Salesforce Knowledge. Provides a way to improve search effectiveness, before the user performs a search.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_suggest_queries.htm" }, "response": [ { "id": "defaad4b-9463-47f3-9716-1cace8415bd6", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/search/suggestSearchQueries?q=&language=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search", "suggestSearchQueries" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" }, { "description": "(Required) ", "key": "language", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-defaad4b-9463-47f3-9716-1cace8415bd6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c4a888e9-0e56-423a-bfbd-7e4c4824e63b" } ], "id": "dbe82d08-1cce-475d-8954-a80383d9ec20", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dbe82d08-1cce-475d-8954-a80383d9ec20" }, { "name": "Salesforce Search", "id": "89a81d68-a12b-44a6-bdf1-2f7b7dc22d10", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/search?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search" ], "query": [ { "description": "(Required) A SOSL statement that is properly URL-encoded.", "key": "q", "value": "" } ] }, "description": "Executes the specified SOSL search. The search string must be URL-encoded.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search.htm" }, "response": [ { "id": "68eac5d0-7545-4376-815d-cfb914b100fa", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/search?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "search" ], "query": [ { "description": "(Required) A SOSL statement that is properly URL-encoded.", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-68eac5d0-7545-4376-815d-cfb914b100fa" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-89a81d68-a12b-44a6-bdf1-2f7b7dc22d10" } ], "id": "5ccbce00-a818-4f69-94e9-f033018c5c04", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5ccbce00-a818-4f69-94e9-f033018c5c04" }, { "name": "parameterizedSearch", "item": [ { "name": "Salesforce Parameterized Search", "id": "58160823-81e0-4d6a-af2c-a0b693d12730", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/parameterizedSearch?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "parameterizedSearch" ], "query": [ { "description": "(Required) A search string that is properly URL-encoded", "key": "q", "value": "" } ] }, "description": "Executes a simple RESTful search using parameters instead of a SOSL clause. Indicate parameters in a URL in the GET method. Or, use POST for more complex JSON searches." }, "response": [ { "id": "8260f34d-2557-4858-95fa-dbaaa8c49d52", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/parameterizedSearch?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "parameterizedSearch" ], "query": [ { "description": "(Required) A search string that is properly URL-encoded", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8260f34d-2557-4858-95fa-dbaaa8c49d52" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-58160823-81e0-4d6a-af2c-a0b693d12730" } ], "id": "4f7969d8-9bac-44bf-8e12-a014c0abea1a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4f7969d8-9bac-44bf-8e12-a014c0abea1a" }, { "name": "process", "item": [ { "name": "approvals", "item": [ { "name": "Salesforce Process Approvals", "id": "1d1b5461-cb70-4225-8c91-5a07407723c8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/process/approvals", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "approvals" ] }, "description": "Returns a list of all approval processes. Can also be used to submit a particular record if that entity supports an approval process and one has already been defined. Records can be approved and rejected if the current user is an assigned approver. When using a POST request to do bulk approvals, the requests that succeed are committed and the requests that don\u2019t succeed send back an error.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_process_approvals.htm" }, "response": [ { "id": "ed8b265f-f7ac-4c49-83e2-fc56ac6154fa", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/process/approvals", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "approvals" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ed8b265f-f7ac-4c49-83e2-fc56ac6154fa" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1d1b5461-cb70-4225-8c91-5a07407723c8" }, { "name": "Salesforce Process Approvals Submit", "id": "c77c40fe-f2df-4482-96ef-d27ac790deb4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"actionType\": \"\",\n \"contextActorId\": \"\",\n \"contextId\": \"\",\n \"comments\": \"\",\n \"nextApproverIds\": \"\",\n \"processDefinitionNameOrId\": \"\",\n \"skipEntryCriteria\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/process/approvals", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "approvals" ] }, "description": "Returns a list of all approval processes. Can also be used to submit a particular record if that entity supports an approval process and one has already been defined. Records can be approved and rejected if the current user is an assigned approver. When using a POST request to do bulk approvals, the requests that succeed are committed and the requests that don\u2019t succeed send back an error.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_process_approvals.htm" }, "response": [ { "id": "d4fae066-dcc4-41cb-9626-5e0eb32cbd86", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"actionType\": \"\",\n \"contextActorId\": \"\",\n \"contextId\": \"\",\n \"comments\": \"\",\n \"nextApproverIds\": \"\",\n \"processDefinitionNameOrId\": \"\",\n \"skipEntryCriteria\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/process/approvals", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "approvals" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d4fae066-dcc4-41cb-9626-5e0eb32cbd86" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c77c40fe-f2df-4482-96ef-d27ac790deb4" } ], "id": "5345ce41-8744-4440-a7df-609cf7fac285", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5345ce41-8744-4440-a7df-609cf7fac285" }, { "name": "rules", "item": [ { "name": "Salesforce Process Rules", "id": "1e9d5ef3-2e58-4c7c-bb9a-e7ecbc685a16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/process/rules", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "rules" ] }, "description": "Returns a list of all active workflow rules. If a rule has actions, the actions will be listed under the rule. Can also be used to trigger all workflow rules that are associated with a specified record. The actions for a rule are only fired if the rule\u2019s criteria is met. When using a POST request, if anything fails, the whole transaction is rolled back.\n\nCross-object workflow rules cannot be invoked using the REST API.\n\nTo get a list of the workflow rules or to trigger one or more workflow rules, the URI is: /vXX.X/process/rules/\nTo get the rules for a particular object: /vXX.X/process/rules/SObjectName\nTo get the metadata for a particular rule: /vXX.X/process/rules/SObjectName/workflowRuleId\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_process_rules.htm" }, "response": [ { "id": "c146d143-8b13-46e0-874b-ba1ae4c123e1", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/process/rules", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "process", "rules" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c146d143-8b13-46e0-874b-ba1ae4c123e1" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e9d5ef3-2e58-4c7c-bb9a-e7ecbc685a16" } ], "id": "9af5b626-ae3d-444f-9d45-9f9b34a12446", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9af5b626-ae3d-444f-9d45-9f9b34a12446" } ], "id": "a3cafaa4-152a-43a8-b6d4-8e125b09a37e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a3cafaa4-152a-43a8-b6d4-8e125b09a37e" }, { "name": "support", "item": [ { "name": "embeddedservice", "item": [ { "name": "configuration", "item": [ { "name": "{EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME}", "item": [ { "name": "Salesforce Embedded Service Configuration Describe", "id": "beae4dfd-dfcc-4f26-a8da-d623e4ed113b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/support/embeddedservice/configuration/:EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "embeddedservice", "configuration", ":EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME" ], "variable": [ { "id": "4764fe77-0ac0-4d50-a627-ba42d700f8d7", "key": "EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL.\n\nYou must be logged in to the account that owns the EmbeddedServiceConfigDeveloperName you are querying." }, "response": [ { "id": "c821e0cc-a946-4061-ae34-296e1ef77cf9", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/support/embeddedservice/configuration/:EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "embeddedservice", "configuration", ":EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME" ], "variable": [ { "key": "EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c821e0cc-a946-4061-ae34-296e1ef77cf9" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-beae4dfd-dfcc-4f26-a8da-d623e4ed113b" } ], "id": "56b3d613-b1df-4b27-8592-e48257017481", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-56b3d613-b1df-4b27-8592-e48257017481" } ], "id": "ba6c60a5-8e3b-438c-84cb-e6f6ef6feb75", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ba6c60a5-8e3b-438c-84cb-e6f6ef6feb75" } ], "id": "188bd584-2e4c-4f0c-814e-d1b4bdbe2cab", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-188bd584-2e4c-4f0c-814e-d1b4bdbe2cab" }, { "name": "dataCategoryGroups", "item": [ { "name": "{GROUP}", "item": [ { "name": "dataCategories", "item": [ { "name": "{CATEGORY}", "item": [ { "name": "Salesforce Data Category Detail", "id": "01ca83d4-3d88-4696-ad76-d508fa3e59a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/support/dataCategoryGroups/:GROUP/dataCategories/:CATEGORY", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "dataCategoryGroups", ":GROUP", "dataCategories", ":CATEGORY" ], "variable": [ { "id": "55f4eae6-b54d-4bf8-983c-bbf10a614ad0", "key": "GROUP", "value": "", "description": "(Required) " }, { "id": "a54cb544-9580-45c1-aff0-48d09dfc32e1", "key": "CATEGORY", "value": "", "description": "(Required) " } ] }, "description": "Get data category details and the child categories by a given category." }, "response": [ { "id": "092846cb-b92d-4c6a-b25c-829e7fa93ea6", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/support/dataCategoryGroups/:GROUP/dataCategories/:CATEGORY", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "dataCategoryGroups", ":GROUP", "dataCategories", ":CATEGORY" ], "variable": [ { "key": "GROUP" }, { "key": "CATEGORY" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-092846cb-b92d-4c6a-b25c-829e7fa93ea6" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-01ca83d4-3d88-4696-ad76-d508fa3e59a2" } ], "id": "3ac7bb4d-9099-4b70-9645-3717ac3279de", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3ac7bb4d-9099-4b70-9645-3717ac3279de" } ], "id": "2ecec0b6-622b-4d38-8068-fae9d88ad806", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2ecec0b6-622b-4d38-8068-fae9d88ad806" } ], "id": "2fea1fbb-b274-494d-b8ea-492bb4bd6a6e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2fea1fbb-b274-494d-b8ea-492bb4bd6a6e" }, { "name": "Salesforce Data Category Groups", "id": "4e758412-23bd-43d3-a64b-fd712a3a565e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/support/dataCategoryGroups?sObjectName=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "dataCategoryGroups" ], "query": [ { "description": "(Required) ", "key": "sObjectName", "value": "" } ] }, "description": "Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID." }, "response": [ { "id": "3f22c477-bd0c-45e2-a02f-d5cc38ecbcc8", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/support/dataCategoryGroups?sObjectName=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "dataCategoryGroups" ], "query": [ { "description": "(Required) ", "key": "sObjectName", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3f22c477-bd0c-45e2-a02f-d5cc38ecbcc8" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4e758412-23bd-43d3-a64b-fd712a3a565e" } ], "id": "091053ff-adc7-4698-887b-cd19df14cd3a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-091053ff-adc7-4698-887b-cd19df14cd3a" }, { "name": "knowledgeArticles", "item": [ { "name": "{ARTICLE_ID}", "item": [ { "name": "Salesforce Articles Details", "id": "a3b60d63-46a2-4b35-ae86-d701c98e9e66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/support/knowledgeArticles/:ARTICLE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "knowledgeArticles", ":ARTICLE_ID" ], "variable": [ { "id": "d146842e-37a3-4a78-9d2e-901514a19377", "key": "ARTICLE_ID", "value": "", "description": "(Required) " } ] }, "description": "Get all online article fields, accessible to the user." }, "response": [ { "id": "1e93885a-7dd0-4fe6-b5d2-845a3ab75016", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/support/knowledgeArticles/:ARTICLE_ID", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "knowledgeArticles", ":ARTICLE_ID" ], "variable": [ { "key": "ARTICLE_ID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1e93885a-7dd0-4fe6-b5d2-845a3ab75016" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a3b60d63-46a2-4b35-ae86-d701c98e9e66" } ], "id": "90b3e4e5-dcc1-4624-82c5-d6b352e7eeaa", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-90b3e4e5-dcc1-4624-82c5-d6b352e7eeaa" }, { "name": "Salesforce Articles List", "id": "63f9ce63-d849-4791-8a62-3232f097318b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/support/knowledgeArticles", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "knowledgeArticles" ] }, "description": "Get a page of online articles for the given language and category through either search or query." }, "response": [ { "id": "752366c5-6f8d-4fb2-afe6-64b158ff4809", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/support/knowledgeArticles", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "support", "knowledgeArticles" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-752366c5-6f8d-4fb2-afe6-64b158ff4809" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-63f9ce63-d849-4791-8a62-3232f097318b" } ], "id": "eb9e52bd-1c53-4b5a-94e1-63e075f542fa", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-eb9e52bd-1c53-4b5a-94e1-63e075f542fa" } ], "id": "be7b8988-6ef7-45a5-beb4-bb99ab4bc637", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-be7b8988-6ef7-45a5-beb4-bb99ab4bc637" }, { "name": "knowledgeManagement", "item": [ { "name": "settings", "item": [ { "name": "Salesforce Retrieve Knowledge Language Settings", "id": "edc02e68-d09a-4bd1-8295-6d3569c0cefb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/knowledgeManagement/settings", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "knowledgeManagement", "settings" ] }, "description": "Returns the existing Knowledge language settings, including the default knowledge language and a list of supported Knowledge language information.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_knowledge_retrieve_language.htm" }, "response": [ { "id": "ceae884e-da79-46af-b5c9-ff02f7f270a2", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/knowledgeManagement/settings", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "knowledgeManagement", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ceae884e-da79-46af-b5c9-ff02f7f270a2" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-edc02e68-d09a-4bd1-8295-6d3569c0cefb" } ], "id": "9410612e-0c96-4c04-84d0-3bf2e845e08c", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9410612e-0c96-4c04-84d0-3bf2e845e08c" } ], "id": "e4aef77b-01df-47b1-98db-c7753ab26e18", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e4aef77b-01df-47b1-98db-c7753ab26e18" }, { "name": "limits", "item": [ { "name": "recordCount", "item": [ { "name": "Salesforce Record Count", "id": "d520920d-63c0-4f83-a5be-8529ec9705e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/limits/recordCount?sObjects=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "limits", "recordCount" ], "query": [ { "description": "(Required) A comma-delimited list of object names. If a listed object is not found in the org, it is ignored and not returned in the response.\nThis parameter is optional. If this parameter is not provided, the resource returns record counts for all objects in the org.", "key": "sObjects", "value": "" } ] }, "description": "Lists information about object record counts in your organization.\nThis resource is available in REST API version 40.0 and later for API users with the \u201cView Setup and Configuration\u201d permission. The returned record count is approximate, and does not include the following types of records:\n\nDeleted records in the recycle bin.\nArchived records.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_record_count.htm" }, "response": [ { "id": "fcb16466-52a0-4975-8998-4a7009f8ff8c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/limits/recordCount?sObjects=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "limits", "recordCount" ], "query": [ { "description": "(Required) A comma-delimited list of object names. If a listed object is not found in the org, it is ignored and not returned in the response.\nThis parameter is optional. If this parameter is not provided, the resource returns record counts for all objects in the org.", "key": "sObjects", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"sObjects\": [\n {\n \"count\": \"\",\n \"name\": \"\"\n },\n {\n \"count\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-fcb16466-52a0-4975-8998-4a7009f8ff8c" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d520920d-63c0-4f83-a5be-8529ec9705e3" } ], "id": "8ac151ae-dd4b-4a33-8c57-f45641991d37", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8ac151ae-dd4b-4a33-8c57-f45641991d37" }, { "name": "Salesforce Limits", "id": "dab63fb4-a85e-4e40-b127-4463690ab2ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/limits", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "limits" ] }, "description": "Lists information about limits in your org. For each limit, this resource returns the maximum allocation and the remaining allocation based on usage. This resource is available in REST API version 29.0 and later for API users with the View Setup and Configuration permission" }, "response": [ { "id": "5bfa552c-bd6a-40a0-a156-75ea0ac0db99", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/limits", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "limits" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"ActiveScratchOrgs\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"AnalyticsExternalDataSizeMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"ConcurrentAsyncGetReportInstances\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"ConcurrentEinsteinDataInsightsStoryCreation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"ConcurrentEinsteinDiscoveryStoryCreation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"ConcurrentSyncReportRuns\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyAnalyticsDataflowJobExecutions\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyAnalyticsUploadedFilesSizeMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyApiRequests\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyAsyncApexExecutions\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyAsyncApexTests\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyBulkApiBatches\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyBulkV2QueryFileStorageMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyBulkV2QueryJobs\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyDeliveredPlatformEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyDurableGenericStreamingApiEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyDurableStreamingApiEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyEinsteinDataInsightsStoryCreation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyEinsteinDiscoveryOptimizationJobRuns\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyEinsteinDiscoveryPredictAPICalls\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyEinsteinDiscoveryPredictionsByCDC\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyEinsteinDiscoveryStoryCreation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyFunctionsApiCallLimit\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyGenericStreamingApiEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyScratchOrgs\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyStandardVolumePlatformEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyStreamingApiEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DailyWorkflowEmails\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DataStorageMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"DurableStreamingApiConcurrentClients\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"FileStorageMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyAsyncReportRuns\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyDashboardRefreshes\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyDashboardResults\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyDashboardStatuses\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyLongTermIdMapping\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyManagedContentPublicRequests\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyODataCallout\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyPublishedPlatformEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyPublishedStandardVolumePlatformEvents\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyShortTermIdMapping\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlySyncReportRuns\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"HourlyTimeBasedWorkflow\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"MassEmail\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"MonthlyEinsteinDiscoveryStoryCreation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"Package2VersionCreates\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"Package2VersionCreatesWithoutValidation\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"PermissionSets\": {\n \"Max\": \"\",\n \"Remaining\": \"\",\n \"CreateCustom\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n }\n },\n \"PrivateConnectOutboundCalloutHourlyLimitMB\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"PublishCallbackUsageInApex\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"SingleEmail\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n },\n \"StreamingApiConcurrentClients\": {\n \"Max\": \"\",\n \"Remaining\": \"\"\n }\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5bfa552c-bd6a-40a0-a156-75ea0ac0db99" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dab63fb4-a85e-4e40-b127-4463690ab2ff" } ], "id": "3f9a2333-a5e5-408c-b6df-b17a81e2ac03", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3f9a2333-a5e5-408c-b6df-b17a81e2ac03" }, { "name": "appMenu", "item": [ { "name": "Salesforce Appmenu", "id": "3aad714e-41a7-4da5-a136-99675f39a704", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/appMenu", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "appMenu" ] }, "description": "Returns a list of items in either the Salesforce app drop-down menu or the Salesforce for Android, iOS, and mobile web navigation menu." }, "response": [ { "id": "8833a2f7-722c-4e4a-948f-2b11aa61695a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/appMenu", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "appMenu" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"AppSwitcher\": \"\",\n \"Salesforce1\": \"\",\n \"NetworkTabs\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8833a2f7-722c-4e4a-948f-2b11aa61695a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3aad714e-41a7-4da5-a136-99675f39a704" } ], "id": "8040ffb8-0284-412f-9f33-7875d2a74cd7", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8040ffb8-0284-412f-9f33-7875d2a74cd7" }, { "name": "consent", "item": [ { "name": "action", "item": [ { "name": "action", "item": [ { "name": "Salesforce Consent", "id": "48dfea0e-bc55-499d-a68f-c35665d91529", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v64.0/consent/action/action?actions=&ids=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "consent", "action", "action" ], "query": [ { "description": "(Required) ", "key": "actions", "value": "" }, { "description": "(Required) ", "key": "ids", "value": "" } ] }, "description": "Your users can store consent preferences in different locations and possibly inconsistently. You can locate your customers\u2019 preferences for consent across multiple records when using API version 44.0 and later. Tracking consent preferences helps you and your users respect the most restrictive requests.\nConsent API aggregates consent settings across the Contact, Contact Point Type Consent, Data Use Purpose, Individual, Lead, Person Account, and User objects when the records have a lookup relationship. The Consent API can't locate records in which the email address field is protected by Platform Encryption.\n\nThe API returns consent details based on a single action, like email or track, or\u2014starting with API version 45.0\u2014the multiaction endpoint allows you to request multiple actions in a single API call." }, "response": [ { "id": "9164deb1-80c5-437f-940e-07cc17a7bb01", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/consent/action/action?actions=&ids=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "consent", "action", "action" ], "query": [ { "description": "(Required) ", "key": "actions", "value": "" }, { "description": "(Required) ", "key": "ids", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9164deb1-80c5-437f-940e-07cc17a7bb01" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-48dfea0e-bc55-499d-a68f-c35665d91529" } ], "id": "dddda95c-3e90-43fe-8589-9a8be6bd7fcb", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dddda95c-3e90-43fe-8589-9a8be6bd7fcb" } ], "id": "2098aa60-6c6d-475e-b3e1-65002fc61038", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2098aa60-6c6d-475e-b3e1-65002fc61038" } ], "id": "15523980-0286-49ce-8f35-476cf5b9d1c7", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-15523980-0286-49ce-8f35-476cf5b9d1c7" }, { "name": "queryAll", "item": [ { "name": "Salesforce Queryall", "id": "cb13f6b6-10f3-4854-b5dc-492e0e7637e5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/queryAll?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "queryAll" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] }, "description": "Executes the specified SOQL query. Unlike the Query resource, QueryAll will return records that have been deleted because of a merge or delete. QueryAll will also return information about archived Task and Event records. QueryAll is available in API version 29.0 and later.\n\nIf the query results are too large, the response contains the first batch of results and a query identifier in the nextRecordsUrl field of the response. The identifier can be used in an additional request to retrieve the next batch. Note that even though nextRecordsUrl has query in the URL, it will still provide remaining results from the initial QueryAll request. The remaining results will include deleted records that matched the initial query.\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_queryall.htm" }, "response": [ { "id": "18aac900-a205-4841-b6d0-d59d4c79c054", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/queryAll?q=", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "queryAll" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"totalSize\": \"\",\n \"done\": \"\",\n \"records\": [\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\"\n },\n {\n \"attributes\": {\n \"type\": \"\",\n \"url\": \"\"\n },\n \"Name\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-18aac900-a205-4841-b6d0-d59d4c79c054" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cb13f6b6-10f3-4854-b5dc-492e0e7637e5" } ], "id": "78e47fa7-ef6f-4fa3-a786-042a9c7c7ceb", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-78e47fa7-ef6f-4fa3-a786-042a9c7c7ceb" }, { "name": "tabs", "item": [ { "name": "Salesforce Tabs", "id": "4ea48a0f-db74-4fee-af4b-c3b774d969b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/tabs", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tabs" ] }, "description": "f a survey field can be translated or is already translated into a particular language, you can add or change the translated value of the survey field.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/request_survey_translate_add_change.htm" }, "response": [ { "id": "e22de3b9-d16b-449d-84b9-462d8702d6eb", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/tabs", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "tabs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"colors\": [\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n },\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n }\n ],\n \"custom\": \"\",\n \"iconUrl\": \"\",\n \"icons\": [\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n },\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"label\": \"\",\n \"miniIconUrl\": \"\",\n \"name\": \"\",\n \"sobjectName\": \"\",\n \"url\": \"\"\n },\n {\n \"colors\": [\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n },\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n }\n ],\n \"custom\": \"\",\n \"iconUrl\": \"\",\n \"icons\": [\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n },\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"label\": \"\",\n \"miniIconUrl\": \"\",\n \"name\": \"\",\n \"sobjectName\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e22de3b9-d16b-449d-84b9-462d8702d6eb" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4ea48a0f-db74-4fee-af4b-c3b774d969b2" } ], "id": "dff2c021-b966-4a9b-95c3-dbef4968eb0e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dff2c021-b966-4a9b-95c3-dbef4968eb0e" }, { "name": "theme", "item": [ { "name": "Salesforce Themes", "id": "88d70a83-2bc3-47df-88a7-f728012948d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0/theme", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "theme" ] }, "description": "Gets the list of icons and colors used by themes in the Salesforce application. Theme information is provided for objects in your organization that use icons and colors in the Salesforce UI.\n\nThe If-Modified-Since header can be used with this resource, with a date format of EEE, dd MMM yyyy HH:mm:ss z. When this header is used, if the object metadata has not changed since the provided date, a 304 Not Modified status code is returned, with no response body.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_themes.htm" }, "response": [ { "id": "0e291648-8e7a-4db8-964f-e913d4fb3a23", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0/theme", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "theme" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ETag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Last-Modified", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"themeItems\": [\n {\n \"colors\": [\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n },\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n }\n ],\n \"icons\": [\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n },\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"name\": \"\"\n },\n {\n \"colors\": [\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n },\n {\n \"color\": \"\",\n \"context\": \"\",\n \"theme\": \"\"\n }\n ],\n \"icons\": [\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n },\n {\n \"contentType\": \"\",\n \"height\": \"\",\n \"theme\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0e291648-8e7a-4db8-964f-e913d4fb3a23" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-88d70a83-2bc3-47df-88a7-f728012948d8" } ], "id": "35bae869-71d6-4f60-9e49-8533c6403492", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-35bae869-71d6-4f60-9e49-8533c6403492" }, { "name": "asset-management", "item": [ { "name": "assets", "item": [ { "name": "collection", "item": [ { "name": "actions", "item": [ { "name": "initiate-cancellation", "item": [ { "name": "Salesforce Initiate Cancellation", "id": "54118bd3-10d0-4de9-be0f-f24e06320f47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n },\n \"cancellationDate\": \"\",\n \"cancellationOutputType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-cancellation", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-cancellation" ] } }, "response": [ { "id": "d96c3a76-b9dd-4da2-a8b9-2666c0ba601a", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n },\n \"cancellationDate\": \"\",\n \"cancellationOutputType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-cancellation", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-cancellation" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d96c3a76-b9dd-4da2-a8b9-2666c0ba601a" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-54118bd3-10d0-4de9-be0f-f24e06320f47" } ], "id": "37ef5116-811f-44d4-92a6-8e33d7089212", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-37ef5116-811f-44d4-92a6-8e33d7089212" }, { "name": "initiate-renewal", "item": [ { "name": "Salesforce Initiate Renewal", "id": "908c6a83-b8e1-4548-9bb8-dce55dcab6f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-renewal", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-renewal" ] } }, "response": [ { "id": "c6fbe5ee-b069-4dde-8de2-f62632182d16", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-renewal", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-renewal" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c6fbe5ee-b069-4dde-8de2-f62632182d16" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-908c6a83-b8e1-4548-9bb8-dce55dcab6f1" } ], "id": "71dad723-1c0e-4539-9eaf-33baa9ac761e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-71dad723-1c0e-4539-9eaf-33baa9ac761e" }, { "name": "initiate-amend-quantity", "item": [ { "name": "Salesforce Initiate Amend Quantity", "id": "c463940a-d7fa-416b-b13f-2576077d41e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n },\n \"startDate\": \"\",\n \"quantityChange\": \"\",\n \"amendmentOutputType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-amend-quantity", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-amend-quantity" ] } }, "response": [ { "id": "6e1edaf7-215c-4168-b229-f6659a9181c0", "name": "response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assetIds\": {\n \"assetIdArray\": [\n \"\",\n \"\"\n ]\n },\n \"startDate\": \"\",\n \"quantityChange\": \"\",\n \"amendmentOutputType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/data/v64.0/asset-management/assets/collection/actions/initiate-amend-quantity", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0", "asset-management", "assets", "collection", "actions", "initiate-amend-quantity" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6e1edaf7-215c-4168-b229-f6659a9181c0" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c463940a-d7fa-416b-b13f-2576077d41e9" } ], "id": "f6ac5cac-e639-4ed6-870b-17e26cc0f256", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f6ac5cac-e639-4ed6-870b-17e26cc0f256" } ], "id": "3a9d376e-a2d1-4d29-b6a5-ec6de0d5b86c", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3a9d376e-a2d1-4d29-b6a5-ec6de0d5b86c" } ], "id": "07cf3f45-d858-449d-8ee8-5cc37be6ff18", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-07cf3f45-d858-449d-8ee8-5cc37be6ff18" } ], "id": "79d8a31f-2614-446b-a7d0-39082224feab", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-79d8a31f-2614-446b-a7d0-39082224feab" } ], "id": "f498903f-3f1b-4fff-8513-5dcec0c34271", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f498903f-3f1b-4fff-8513-5dcec0c34271" }, { "name": "Salesforce Resources by Version", "id": "93afcfe0-0783-4732-bc23-49a054346fb6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" } ], "url": { "raw": "https://services/data/v64.0", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0" ] }, "description": "Lists available resources for the specified API version, including resource name and URI." }, "response": [ { "id": "dd82dd77-a831-48ce-96b0-4d807e1f4aca", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json;charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v64.0", "protocol": "https", "host": [ "services" ], "path": [ "data", "v64.0" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Sforce-Limit-Info", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"tooling\": \"\",\n \"metadata\": \"\",\n \"eclair\": \"\",\n \"folders\": \"\",\n \"prechatForms\": \"\",\n \"contact-tracing\": \"\",\n \"jsonxform\": \"\",\n \"chatter\": \"\",\n \"payments\": \"\",\n \"tabs\": \"\",\n \"appMenu\": \"\",\n \"quickActions\": \"\",\n \"queryAll\": \"\",\n \"commerce\": \"\",\n \"wave\": \"\",\n \"iot\": \"\",\n \"analytics\": \"\",\n \"search\": \"\",\n \"smartdatadiscovery\": \"\",\n \"identity\": \"\",\n \"composite\": \"\",\n \"parameterizedSearch\": \"\",\n \"fingerprint\": \"\",\n \"theme\": \"\",\n \"nouns\": \"\",\n \"domino\": \"\",\n \"event\": \"\",\n \"serviceTemplates\": \"\",\n \"recent\": \"\",\n \"connect\": \"\",\n \"licensing\": \"\",\n \"limits\": \"\",\n \"process\": \"\",\n \"dedupe\": \"\",\n \"async-queries\": \"\",\n \"query\": \"\",\n \"jobs\": \"\",\n \"match\": \"\",\n \"localizedvalue\": \"\",\n \"mobile\": \"\",\n \"emailConnect\": \"\",\n \"consent\": \"\",\n \"tokenizer\": \"\",\n \"compactLayouts\": \"\",\n \"knowledgeManagement\": \"\",\n \"sobjects\": \"\",\n \"actions\": \"\",\n \"support\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-dd82dd77-a831-48ce-96b0-4d807e1f4aca" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-93afcfe0-0783-4732-bc23-49a054346fb6" } ], "id": "d9964d9c-b70f-4fbc-92c0-46fd06d577a5", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-d9964d9c-b70f-4fbc-92c0-46fd06d577a5" }, { "name": "v54.0", "item": [ { "name": "sobjects", "item": [ { "name": "ContentVersion", "item": [ { "name": "0681k0000020wLFAAY", "item": [ { "name": "VersionData", "item": [ { "name": "Salesforce Download File", "id": "ad01a31c-d072-4774-b398-0866de5f88fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/data/v54.0/sobjects/ContentVersion/0681k0000020wLFAAY/VersionData", "protocol": "https", "host": [ "services" ], "path": [ "data", "v54.0", "sobjects", "ContentVersion", "0681k0000020wLFAAY", "VersionData" ] }, "description": "Lists the available objects and their metadata for your organization\u2019s data. In addition, it provides the organization encoding, as well as the maximum batch size permitted in queries.\n\nYou can use the If-Modified-Since header with this resource, with the date format EEE, dd MMM yyyy HH:mm:ss z. When using this header, if no available object\u2019s metadata has changed since the provided date, a 304 Not Modified status code is returned with no response body." }, "response": [ { "id": "11b0be6e-ee81-43e8-a23e-dcc84e792dc4", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data/v54.0/sobjects/ContentVersion/0681k0000020wLFAAY/VersionData", "protocol": "https", "host": [ "services" ], "path": [ "data", "v54.0", "sobjects", "ContentVersion", "0681k0000020wLFAAY", "VersionData" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-11b0be6e-ee81-43e8-a23e-dcc84e792dc4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ad01a31c-d072-4774-b398-0866de5f88fb" } ], "id": "0f9af449-d333-4cb7-a245-353b3262d061", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-0f9af449-d333-4cb7-a245-353b3262d061" } ], "id": "e3404591-5a0e-4495-ad76-5f7e51b9986f", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-e3404591-5a0e-4495-ad76-5f7e51b9986f" } ], "id": "86ff8f71-0e24-4d6f-9047-86ae77a58998", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-86ff8f71-0e24-4d6f-9047-86ae77a58998" } ], "id": "29ec985f-d70f-4e75-bb6c-d6f767eee7d9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-29ec985f-d70f-4e75-bb6c-d6f767eee7d9" } ], "id": "028f0284-2217-4fe8-a271-01ca06c5808a", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-028f0284-2217-4fe8-a271-01ca06c5808a" }, { "name": "Salesforce Versions", "id": "60268443-f1fd-406b-998a-ce4fac850bb9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Sforce-Call-Options", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "https://services/data", "protocol": "https", "host": [ "services" ], "path": [ "data" ] }, "description": "Lists summary information about each Salesforce version currently available, including the version, label, and a link to each version's root." }, "response": [ { "id": "b3d68b34-ea66-4e74-8884-268786b052df", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Sforce-Call-Options", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/data", "protocol": "https", "host": [ "services" ], "path": [ "data" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"label\": \"\",\n \"url\": \"\",\n \"version\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\",\n \"version\": \"\"\n }\n]", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b3d68b34-ea66-4e74-8884-268786b052df" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-60268443-f1fd-406b-998a-ce4fac850bb9" } ], "id": "c458b552-ee89-464c-b218-492f86099542", "createdAt": "2026-06-05T13:12:54.000Z", "updatedAt": "2026-06-05T13:12:54.000Z", "uid": "35240-c458b552-ee89-464c-b218-492f86099542" }, { "name": "async", "item": [ { "name": "64.0", "item": [ { "name": "job", "item": [ { "name": "spec", "item": [ { "name": "Salesforce Bulk Spec", "id": "3fa43c3a-67d2-425c-8f56-4f8ab1bd2ebf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Content-Type", "value": "text/csv" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/async/64.0/job//spec", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "spec" ] } }, "response": [ { "id": "30e56e7b-092e-4efa-8c49-e1f2b498b9ce", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Content-Type", "value": "text/csv" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://services/async/64.0/job//spec", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "spec" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Security-Policy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-30e56e7b-092e-4efa-8c49-e1f2b498b9ce" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3fa43c3a-67d2-425c-8f56-4f8ab1bd2ebf" } ], "id": "48556e2c-d35b-4e1c-a18d-b85e6de0d483", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-48556e2c-d35b-4e1c-a18d-b85e6de0d483" }, { "name": "batch", "item": [ { "name": "{_batchId}", "item": [ { "name": "result", "item": [ { "name": "{batchResultId}", "item": [ { "name": "Salesforce Bulk Retrieve Batch Result Data", "id": "76c967ac-de9a-4755-bfc0-7b03a8185f2e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "text/csv; charset=UTF-8" } ], "url": { "raw": "https://services/async/64.0/job//batch/:_batchId/result/:batchResultId", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch", ":_batchId", "result", ":batchResultId" ], "variable": [ { "id": "afa110ce-8e93-43bd-a69d-1622611c824b", "key": "_batchId", "value": "", "description": "(Required) " }, { "id": "9bf5ead2-1788-4b9e-b87c-bbc8126617c2", "key": "batchResultId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9357abe8-d67f-4cb9-9cf5-a87be8634031", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "text/csv; charset=UTF-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/async/64.0/job//batch/:_batchId/result/:batchResultId", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch", ":_batchId", "result", ":batchResultId" ], "variable": [ { "key": "_batchId" }, { "key": "batchResultId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/csv; charset=UTF-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-9357abe8-d67f-4cb9-9cf5-a87be8634031" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-76c967ac-de9a-4755-bfc0-7b03a8185f2e" } ], "id": "3b845ae6-77c3-4f48-8dc6-3c6eeb58f809", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3b845ae6-77c3-4f48-8dc6-3c6eeb58f809" }, { "name": "Salesforce Bulk Retrieve Batch Result", "id": "6b374d72-0f19-489c-a71d-36a7085c8266", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "https://services/async/64.0/job//batch/:_batchId/result", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch", ":_batchId", "result" ], "variable": [ { "id": "6952b37d-0524-4f9d-a1fd-94ecac4aca2c", "key": "_batchId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "41893382-448f-4fb5-b23a-4c7f18485ea4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "text/csv" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/async/64.0/job//batch/:_batchId/result", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch", ":_batchId", "result" ], "variable": [ { "key": "_batchId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/csv" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-41893382-448f-4fb5-b23a-4c7f18485ea4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-6b374d72-0f19-489c-a71d-36a7085c8266" } ], "id": "80dc001b-117f-4306-859b-a824fa27e203", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-80dc001b-117f-4306-859b-a824fa27e203" } ], "id": "2f648402-0ae7-4010-b6a2-8449cbe4bfdf", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-2f648402-0ae7-4010-b6a2-8449cbe4bfdf" }, { "name": "Salesforce Bulk Create Batch", "id": "f0ecd6d3-78ce-4d19-866b-aaf59dd6929d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/xml" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "File", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/async/64.0/job//batch", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch" ] } }, "response": [ { "id": "b093a67c-eab0-4a57-a94b-194ce0601f7d", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/xml" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "File", "value": "", "type": "text" } ] }, "url": { "raw": "https://services/async/64.0/job//batch", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "xml", "header": [ { "key": "Content-Type", "value": "application/xml" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "\n\n (string)\n (string)\n (string)\n (string)\n (string)\n (integer)\n (integer)\n (integer)\n (integer)\n (integer)\n", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b093a67c-eab0-4a57-a94b-194ce0601f7d" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-f0ecd6d3-78ce-4d19-866b-aaf59dd6929d" }, { "name": "Salesforce Bulk Check Batch Status", "id": "4c74b134-5668-4744-9354-632ccb53b328", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "application/xml" } ], "url": { "raw": "https://services/async/64.0/job//batch", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch" ] } }, "response": [ { "id": "a61ea351-eb2f-440e-b614-455bb0085f68", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "Accept-Encoding", "value": "" }, { "description": "(Required) ", "key": "Content-Encoding", "value": "" }, { "key": "Accept", "value": "application/xml" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/async/64.0/job//batch", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "", "batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "xml", "header": [ { "key": "Content-Type", "value": "application/xml" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "\n\n \n (string)\n (string)\n (string)\n (string)\n (string)\n (integer)\n (integer)\n (integer)\n (integer)\n (integer)\n \n", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a61ea351-eb2f-440e-b614-455bb0085f68" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4c74b134-5668-4744-9354-632ccb53b328" } ], "id": "04d9bc37-9e5f-46f5-91e6-c947d88f9588", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-04d9bc37-9e5f-46f5-91e6-c947d88f9588" }, { "name": "Salesforce Bulk Close Job", "id": "932de1ba-d00a-49ac-86a5-50e77b6ff746", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/async/64.0/job/", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "" ] } }, "response": [ { "id": "da747cd2-2552-4c2a-b503-0bf8296e8e94", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-SFDC-Session", "value": "" }, { "description": "(Required) ", "key": "charset", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://services/async/64.0/job/", "protocol": "https", "host": [ "services" ], "path": [ "async", "64.0", "job", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Strict-Transport-Security", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Content-Type-Options", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-XSS-Protection", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Robots-Tag", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"apexProcessingTime\": \"\",\n \"apiActiveProcessingTime\": \"\",\n \"apiVersion\": \"\",\n \"assignmentRuleId\": \"\",\n \"concurrencyMode\": \"\",\n \"contentType\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\",\n \"externalIdFieldName\": \"\",\n \"fastPathEnabled\": \"\",\n \"id\": \"\",\n \"numberBatchesCompleted\": \"\",\n \"numberBatchesFailed\": \"\",\n \"numberBatchesInProgress\": \"\",\n \"numberBatchesQueued\": \"\",\n \"numberBatchesTotal\": \"\",\n \"numberRecordsFailed\": \"\",\n \"numberRecordsProcessed\": \"\",\n \"numberRetries\": \"\",\n \"object\": \"\",\n \"operation\": \"\",\n \"state\": \"\",\n \"systemModstamp\": \"\",\n \"totalProcessingTime\": \"\"\n}", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-da747cd2-2552-4c2a-b503-0bf8296e8e94" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-932de1ba-d00a-49ac-86a5-50e77b6ff746" } ], "id": "a33b38d7-fec7-48f7-9aa9-bd16ec075627", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-a33b38d7-fec7-48f7-9aa9-bd16ec075627" } ], "id": "22025eec-f16f-4604-86cb-6e2fc71a2e87", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-22025eec-f16f-4604-86cb-6e2fc71a2e87" } ], "id": "aa98b8a8-5813-448b-840e-dd1f4226d75e", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-aa98b8a8-5813-448b-840e-dd1f4226d75e" }, { "name": "Soap", "item": [ { "name": "u", "item": [ { "name": "64.0", "item": [ { "name": "Salesforce Publish Multiple Events With Soap Call", "id": "3ac7cace-5463-448d-9a08-07fe4e7ea8fa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n \n (string)\n (integer)\n (string)\n (integer)\n \n \n (string)\n (integer)\n (string)\n (integer)\n \n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://services/Soap/u/64.0", "protocol": "https", "host": [ "services" ], "path": [ "Soap", "u", "64.0" ] } }, "response": [ { "id": "81918085-326f-4111-9252-065f313c3832", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n \n (string)\n (integer)\n (string)\n (integer)\n \n \n (string)\n (integer)\n (string)\n (integer)\n \n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://services/Soap/u/64.0", "protocol": "https", "host": [ "services" ], "path": [ "Soap", "u", "64.0" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-81918085-326f-4111-9252-065f313c3832" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-3ac7cace-5463-448d-9a08-07fe4e7ea8fa" } ], "id": "ff42d9aa-b443-4de1-93c6-f5124183b0c3", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ff42d9aa-b443-4de1-93c6-f5124183b0c3" } ], "id": "de36cf02-e9a8-4d65-8483-f5102e99aeef", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-de36cf02-e9a8-4d65-8483-f5102e99aeef" }, { "name": "m", "item": [ { "name": "64.0", "item": [ { "name": "Salesforce Soap Describemetadata", "id": "4be6dc72-8bdc-4f7a-8e58-10c4f6f377bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" }, { "key": "Accept", "value": "text/xml; charset=utf-8" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n (number)\n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://services/Soap/m/64.0", "protocol": "https", "host": [ "services" ], "path": [ "Soap", "m", "64.0" ] } }, "response": [ { "id": "db77792d-5a81-400b-8d70-25fe54153718", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "charset", "value": "" }, { "description": "(Required) ", "key": "SOAPAction", "value": "" }, { "key": "Content-Type", "value": "application/xml" }, { "key": "Accept", "value": "text/xml; charset=utf-8" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "\n\n \n \n (string)\n \n \n \n \n (number)\n \n \n", "options": { "raw": { "headerFamily": "xml", "language": "xml" } } }, "url": { "raw": "https://services/Soap/m/64.0", "protocol": "https", "host": [ "services" ], "path": [ "Soap", "m", "64.0" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "xml", "header": [ { "key": "Content-Type", "value": "text/xml; charset=utf-8" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Cache-Control", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Vary", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Encoding", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Transfer-Encoding", "value": "" } ], "cookie": [], "responseTime": null, "body": "\n\n \n \n \n \n (string)\n (boolean)\n (boolean)\n (string)\n (string)\n (string)\n \n \n (string)\n (boolean)\n (boolean)\n (string)\n (string)\n (string)\n \n (string)\n (boolean)\n (boolean)\n \n \n \n", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-db77792d-5a81-400b-8d70-25fe54153718" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-4be6dc72-8bdc-4f7a-8e58-10c4f6f377bc" } ], "id": "08e7fb3c-4976-4191-9bdd-363903763bff", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08e7fb3c-4976-4191-9bdd-363903763bff" } ], "id": "16b5820a-007d-4eb1-8d43-49189bb7974f", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-16b5820a-007d-4eb1-8d43-49189bb7974f" } ], "id": "ba84578d-3a99-494a-ad84-9230b01bead0", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ba84578d-3a99-494a-ad84-9230b01bead0" }, { "name": "apexrest", "item": [ { "name": "SBQQ", "item": [ { "name": "ServiceRouter", "item": [ { "name": "Salesforce Configuration Loader Api", "id": "d86f6b53-f236-4a1d-b74f-5d599c6f2d67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter?loader=&uid=", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ], "query": [ { "description": "(Required) ", "key": "loader", "value": "" }, { "description": "(Required) ", "key": "uid", "value": "" } ] }, "description": "The Configuration Loader API returns all the data for the product, including its product options and configuration model. When configuring a nested bundle, set the parentProductproperty to the parent product to inherit configuration attributes on the nested bundle.\nAvailable in: Salesforce CPQ Spring \u201917 and later\n\nhttps://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_api_config_loader.htm" }, "response": [ { "id": "21373405-8929-418d-945f-37e3db72e5ee", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter?loader=&uid=", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ], "query": [ { "description": "(Required) ", "key": "loader", "value": "" }, { "description": "(Required) ", "key": "uid", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-21373405-8929-418d-945f-37e3db72e5ee" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-d86f6b53-f236-4a1d-b74f-5d599c6f2d67" }, { "name": "Salesforce Save Quote Api", "id": "8ad8b22c-524c-40ea-af7c-f6396eecddf7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ] }, "description": "The Save Quote API saves a CPQ quote.\nAvailable in: Salesforce CPQ Summer \u201916 and later\n\nhttps://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_quote_api_save_final.htm" }, "response": [ { "id": "cdea0643-456e-4ee4-a308-918e0ecca012", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-cdea0643-456e-4ee4-a308-918e0ecca012" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8ad8b22c-524c-40ea-af7c-f6396eecddf7" }, { "name": "Salesforce Read Quote Api", "id": "8dc99ed1-c4b1-4caf-ab1f-8f3e08f64559", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter?reader=&uid=", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ], "query": [ { "description": "(Required) ", "key": "reader", "value": "" }, { "description": "(Required) ", "key": "uid", "value": "" } ] }, "description": "The Read Quote API reads a quote from a CPQ quote ID.\nAvailable in: Salesforce CPQ Summer \u201916 and later\n\nhttps://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_api_read_quote.htm" }, "response": [ { "id": "68ea0c55-7d7a-4029-8f56-af0912192cd4", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/SBQQ/ServiceRouter?reader=&uid=", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", "SBQQ", "ServiceRouter" ], "query": [ { "description": "(Required) ", "key": "reader", "value": "" }, { "description": "(Required) ", "key": "uid", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-68ea0c55-7d7a-4029-8f56-af0912192cd4" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-8dc99ed1-c4b1-4caf-ab1f-8f3e08f64559" } ], "id": "49731bea-879e-4558-8c76-d0a0003d33db", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-49731bea-879e-4558-8c76-d0a0003d33db" } ], "id": "08408abf-0668-482d-98f1-6d54d3b3fe25", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-08408abf-0668-482d-98f1-6d54d3b3fe25" }, { "name": "{NAMESPACE}", "item": [ { "name": "v1", "item": [ { "name": "integrationprocedure", "item": [ { "name": "{TYPE_SUBTYPE}", "item": [ { "name": "Salesforce Integration Procedure Invocation Using Get", "id": "5818329f-0871-49ec-9cc0-c6df5fd15153", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":NAMESPACE", "v1", "integrationprocedure", ":TYPE_SUBTYPE" ], "variable": [ { "id": "ca9b0a17-f3eb-46a9-9fc7-e745d4c27ebf", "key": "NAMESPACE", "value": "", "description": "(Required) The namespace: `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`" }, { "id": "bb66e50e-e6f9-4479-b49e-e0a738010041", "key": "TYPE_SUBTYPE", "value": "", "description": "(Required) Type and SubType of the Integration Procedure separated by an underscore." } ] } }, "response": [ { "id": "5fc12b3f-0e14-4fc2-9685-8b0b6c457cbf", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":NAMESPACE", "v1", "integrationprocedure", ":TYPE_SUBTYPE" ], "variable": [ { "key": "NAMESPACE" }, { "key": "TYPE_SUBTYPE" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5fc12b3f-0e14-4fc2-9685-8b0b6c457cbf" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-5818329f-0871-49ec-9cc0-c6df5fd15153" }, { "name": "Salesforce Integration Procedure Invocation Using Post", "id": "64714c52-3414-4a12-a39e-28a44d8b6ea7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "https://services/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":NAMESPACE", "v1", "integrationprocedure", ":TYPE_SUBTYPE" ], "variable": [ { "id": "271d2b84-ba09-42b4-bf52-bfe3447e966e", "key": "NAMESPACE", "value": "", "description": "(Required) The namespace is `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`" }, { "id": "fb5c129b-e2e3-40f5-97d4-0cd08cdd3aa8", "key": "TYPE_SUBTYPE", "value": "", "description": "(Required) Type and SubType of the Integration Procedure separated by an underscore." } ] } }, "response": [ { "id": "1b3c2fdf-929f-4033-ba3c-3e481bca0b35", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":NAMESPACE", "v1", "integrationprocedure", ":TYPE_SUBTYPE" ], "variable": [ { "key": "NAMESPACE" }, { "key": "TYPE_SUBTYPE" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1b3c2fdf-929f-4033-ba3c-3e481bca0b35" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-64714c52-3414-4a12-a39e-28a44d8b6ea7" } ], "id": "b159eea8-c2b6-4723-9889-7e9469af77bc", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-b159eea8-c2b6-4723-9889-7e9469af77bc" } ], "id": "78f9270d-ffb1-4a4b-bf8f-d25e9a4f34ab", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-78f9270d-ffb1-4a4b-bf8f-d25e9a4f34ab" } ], "id": "17bc4233-f17c-481c-8b77-3f717d2568f6", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-17bc4233-f17c-481c-8b77-3f717d2568f6" } ], "id": "63802cb1-0509-4c2f-966d-ee713c9d4e96", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-63802cb1-0509-4c2f-966d-ee713c9d4e96" }, { "name": "{urlMapping}", "item": [ { "name": "Salesforce Apex Rest", "id": "90258585-845a-4ef8-8b12-59b7f47b3d7c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/apexrest/:urlMapping", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":urlMapping" ], "variable": [ { "id": "b66d32b1-8427-432d-b53c-ba6f5ccdb800", "key": "urlMapping", "value": "", "description": "(Required) Value of `urlMapping` as defined in `@RestResource` annotation in the Apex class." } ] }, "description": "Gets the list of icons and colors used by themes in the Salesforce application. Theme information is provided for objects in your organization that use icons and colors in the Salesforce UI.\n\nThe If-Modified-Since header can be used with this resource, with a date format of EEE, dd MMM yyyy HH:mm:ss z. When this header is used, if the object metadata has not changed since the provided date, a 304 Not Modified status code is returned, with no response body.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_themes.htm" }, "response": [ { "id": "c329f192-fa08-4eb5-8b1d-7c0053d50dd3", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/apexrest/:urlMapping", "protocol": "https", "host": [ "services" ], "path": [ "apexrest", ":urlMapping" ], "variable": [ { "key": "urlMapping" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c329f192-fa08-4eb5-8b1d-7c0053d50dd3" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-90258585-845a-4ef8-8b12-59b7f47b3d7c" } ], "id": "c4e5de8e-5ee2-48bb-9262-810d34296f49", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c4e5de8e-5ee2-48bb-9262-810d34296f49" } ], "id": "1433054a-a6d2-442c-b6f2-9cb53412eae9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-1433054a-a6d2-442c-b6f2-9cb53412eae9" }, { "name": "oauth2", "item": [ { "name": "userinfo", "item": [ { "name": "Salesforce User Info", "id": "02f4e15c-a544-43a2-bea8-47d6f7f22185", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "https://services/oauth2/userinfo", "protocol": "https", "host": [ "services" ], "path": [ "oauth2", "userinfo" ] } }, "response": [ { "id": "c2a5e965-c947-4a8f-ad3a-549b49e1d403", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "https://services/oauth2/userinfo", "protocol": "https", "host": [ "services" ], "path": [ "oauth2", "userinfo" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-c2a5e965-c947-4a8f-ad3a-549b49e1d403" } ], "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-02f4e15c-a544-43a2-bea8-47d6f7f22185" } ], "id": "414d5b95-668a-44ac-9cb2-f7e9d7aad0c2", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-414d5b95-668a-44ac-9cb2-f7e9d7aad0c2" } ], "id": "ef42a928-33b4-4d0b-97f3-65e4c2cb01c9", "createdAt": "2026-06-05T13:12:55.000Z", "updatedAt": "2026-06-05T13:12:55.000Z", "uid": "35240-ef42a928-33b4-4d0b-97f3-65e4c2cb01c9" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "api", "type": "string" }, { "key": "authUrl", "value": "{DefaultParameterValue}{DefaultParameterValue}/services/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://login.salesforce.com" } ] }