Chilkat Online Tools

delphiDll / Zoho CRM REST APIs / Get Territories Assigned

Back to Collection Items

var
http: HCkHttp;
success: Boolean;
sbResponseBody: HCkStringBuilder;
jResp: HCkJsonObject;
respStatusCode: Integer;
Name: PWideChar;
Id: PWideChar;
v_Email: PWideChar;
Scurrency_symbol: PWideChar;
Account_Type: PWideChar;
SIC_Code: PWideChar;
Ssharing_permission: PWideChar;
Last_Activity_Time: PWideChar;
Industry: PWideChar;
Account_Site: PWideChar;
Sstate: PWideChar;
Sprocess_flow: Boolean;
Exchange_Rate: Integer;
v_Currency: PWideChar;
Billing_Country: PWideChar;
id: PWideChar;
Sapproved: Boolean;
Delegate: Boolean;
Approve: Boolean;
Reject: Boolean;
Resubmit: Boolean;
Billing_Street: PWideChar;
Created_Time: PWideChar;
Seditable: Boolean;
Billing_Code: PWideChar;
Shipping_City: PWideChar;
Shipping_Country: PWideChar;
Shipping_Code: PWideChar;
Billing_City: PWideChar;
Created_ByName: PWideChar;
Created_ById: PWideChar;
Created_ByEmail: PWideChar;
Annual_Revenue: PWideChar;
Shipping_Street: PWideChar;
Ownership: PWideChar;
Description: PWideChar;
Rating: PWideChar;
Shipping_State: PWideChar;
Sreview_processApprove: Boolean;
Sreview_processReject: Boolean;
Sreview_processResubmit: Boolean;
Website: PWideChar;
Employees: PWideChar;
Scanvas_id: PWideChar;
Record_Image: PWideChar;
Modified_ByName: PWideChar;
Modified_ById: PWideChar;
Modified_ByEmail: PWideChar;
Sreview: PWideChar;
Phone: PWideChar;
Account_Name: PWideChar;
Account_Number: PWideChar;
Ticker_Symbol: PWideChar;
Modified_Time: PWideChar;
Sorchestration: Boolean;
Parent_Account: PWideChar;
Contacts: PWideChar;
LayoutName: PWideChar;
LayoutId: PWideChar;
Sin_merge: Boolean;
Total: PWideChar;
Billing_State: PWideChar;
Fax: PWideChar;
Sapproval_state: PWideChar;
Multiuserlookup: Boolean;
j: Integer;
count_j: Integer;
Sassigned: PWideChar;
Sassigned_time: PWideChar;
Sassigned_by: PWideChar;
Sassigned_byName: PWideChar;
Sassigned_byId: PWideChar;
i: Integer;
count_i: Integer;

begin
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

http := CkHttp_Create();

// Adds the "Authorization: Bearer <access_token>" header.
CkHttp_putAuthToken(http,'<access_token>');

sbResponseBody := CkStringBuilder_Create();
success := CkHttp_QuickGetSb(http,'https://domain.com/crm/v2.1/Accounts/4150868000004395059',sbResponseBody);
if (success = False) then
  begin
    Memo1.Lines.Add(CkHttp__lastErrorText(http));
    Exit;
  end;

jResp := CkJsonObject_Create();
CkJsonObject_LoadSb(jResp,sbResponseBody);
CkJsonObject_putEmitCompact(jResp,False);

Memo1.Lines.Add('Response Body:');
Memo1.Lines.Add(CkJsonObject__emit(jResp));

respStatusCode := CkHttp_getLastStatus(http);
Memo1.Lines.Add('Response Status Code = ' + IntToStr(respStatusCode));
if (respStatusCode >= 400) then
  begin
    Memo1.Lines.Add('Response Header:');
    Memo1.Lines.Add(CkHttp__lastHeader(http));
    Memo1.Lines.Add('Failed.');
    Exit;
  end;

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "data": [
//     {
//       "Owner": {
//         "name": "Patricia Boyle",
//         "id": "4150868000000225013",
//         "email": "patricia.ss@zylker.com"
//       },
//       "$currency_symbol": "DA",
//       "Account_Type": "Analyst",
//       "SIC_Code": null,
//       "$sharing_permission": "full_access",
//       "Last_Activity_Time": "2021-03-09T13:31:06+05:30",
//       "Industry": null,
//       "Account_Site": null,
//       "$state": "save",
//       "$process_flow": false,
//       "Exchange_Rate": 3,
//       "Currency": "DZD",
//       "Billing_Country": null,
//       "id": "4150868000004395059",
//       "$approved": true,
//       "$approval": {
//         "delegate": false,
//         "approve": false,
//         "reject": false,
//         "resubmit": false
//       },
//       "Billing_Street": null,
//       "Created_Time": "2021-01-22T10:44:07+05:30",
//       "$editable": true,
//       "Billing_Code": null,
//       "Shipping_City": null,
//       "Shipping_Country": null,
//       "Shipping_Code": null,
//       "Billing_City": null,
//       "Created_By": {
//         "name": "Patricia Boyle",
//         "id": "4150868000000225013",
//         "email": "patricia.ss@zylker.com"
//       },
//       "Annual_Revenue": null,
//       "Stakeholders": [
//       ],
//       "Shipping_Street": null,
//       "Ownership": null,
//       "Description": null,
//       "Rating": null,
//       "Shipping_State": null,
//       "$review_process": {
//         "approve": false,
//         "reject": false,
//         "resubmit": false
//       },
//       "Website": null,
//       "Employees": null,
//       "$canvas_id": null,
//       "Record_Image": null,
//       "Modified_By": {
//         "name": "Patricia Boyle",
//         "id": "4150868000000225013",
//         "email": "patricia.ss@zylker.com"
//       },
//       "$review": null,
//       "Phone": null,
//       "Account_Name": "Sample Account",
//       "Account_Number": "0",
//       "multiuserlookup": [
//       ],
//       "Ticker_Symbol": null,
//       "Modified_Time": "2021-01-25T14:09:56+05:30",
//       "Territories": [
//         {
//           "$assigned": "automatically",
//           "$assigned_time": "2021-01-22T10:44:07+05:30",
//           "id": "4150868000000264087",
//           "$assigned_by": null,
//           "Name": "Sample for API testing"
//         },
//         {
//           "$assigned": "automatically",
//           "$assigned_time": "2021-01-22T10:44:07+05:30",
//           "id": "4150868000001390007",
//           "$assigned_by": null,
//           "Name": "sample"
//         },
//         {
//           "$assigned": "automatically",
//           "$assigned_time": "2021-01-22T10:44:07+05:30",
//           "id": "4150868000003259003",
//           "$assigned_by": null,
//           "Name": "mass delete"
//         },
//         {
//           "$assigned": "automatically",
//           "$assigned_time": "2021-03-04T12:18:55+05:30",
//           "id": "4150868000004822544",
//           "$assigned_by": null,
//           "Name": "leads"
//         },
//         {
//           "$assigned": "manually",
//           "$assigned_time": "2021-04-29T17:27:28+05:30",
//           "id": "4150868000005232017",
//           "$assigned_by": {
//             "name": "Patricia Boyle",
//             "id": "4150868000000225013"
//           },
//           "Name": "sample 8"
//         }
//       ],
//       "$orchestration": false,
//       "Parent_Account": null,
//       "Contacts": null,
//       "Layout": {
//         "name": "Standard",
//         "id": "4150868000000091029"
//       },
//       "$in_merge": false,
//       "Contact_Details": [
//       ],
//       "Total": null,
//       "Billing_State": null,
//       "Tag": [
//       ],
//       "Fax": null,
//       "$approval_state": "approved",
//       "$has_more": {
//         "multiuserlookup": false
//       }
//     }
//   ]
// }

// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'data');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    Name := CkJsonObject__stringOf(jResp,'data[i].Owner.name');
    Id := CkJsonObject__stringOf(jResp,'data[i].Owner.id');
    v_Email := CkJsonObject__stringOf(jResp,'data[i].Owner.email');
    Scurrency_symbol := CkJsonObject__stringOf(jResp,'data[i].$currency_symbol');
    Account_Type := CkJsonObject__stringOf(jResp,'data[i].Account_Type');
    SIC_Code := CkJsonObject__stringOf(jResp,'data[i].SIC_Code');
    Ssharing_permission := CkJsonObject__stringOf(jResp,'data[i].$sharing_permission');
    Last_Activity_Time := CkJsonObject__stringOf(jResp,'data[i].Last_Activity_Time');
    Industry := CkJsonObject__stringOf(jResp,'data[i].Industry');
    Account_Site := CkJsonObject__stringOf(jResp,'data[i].Account_Site');
    Sstate := CkJsonObject__stringOf(jResp,'data[i].$state');
    Sprocess_flow := CkJsonObject_BoolOf(jResp,'data[i].$process_flow');
    Exchange_Rate := CkJsonObject_IntOf(jResp,'data[i].Exchange_Rate');
    v_Currency := CkJsonObject__stringOf(jResp,'data[i].Currency');
    Billing_Country := CkJsonObject__stringOf(jResp,'data[i].Billing_Country');
    id := CkJsonObject__stringOf(jResp,'data[i].id');
    Sapproved := CkJsonObject_BoolOf(jResp,'data[i].$approved');
    Delegate := CkJsonObject_BoolOf(jResp,'data[i].$approval.delegate');
    Approve := CkJsonObject_BoolOf(jResp,'data[i].$approval.approve');
    Reject := CkJsonObject_BoolOf(jResp,'data[i].$approval.reject');
    Resubmit := CkJsonObject_BoolOf(jResp,'data[i].$approval.resubmit');
    Billing_Street := CkJsonObject__stringOf(jResp,'data[i].Billing_Street');
    Created_Time := CkJsonObject__stringOf(jResp,'data[i].Created_Time');
    Seditable := CkJsonObject_BoolOf(jResp,'data[i].$editable');
    Billing_Code := CkJsonObject__stringOf(jResp,'data[i].Billing_Code');
    Shipping_City := CkJsonObject__stringOf(jResp,'data[i].Shipping_City');
    Shipping_Country := CkJsonObject__stringOf(jResp,'data[i].Shipping_Country');
    Shipping_Code := CkJsonObject__stringOf(jResp,'data[i].Shipping_Code');
    Billing_City := CkJsonObject__stringOf(jResp,'data[i].Billing_City');
    Created_ByName := CkJsonObject__stringOf(jResp,'data[i].Created_By.name');
    Created_ById := CkJsonObject__stringOf(jResp,'data[i].Created_By.id');
    Created_ByEmail := CkJsonObject__stringOf(jResp,'data[i].Created_By.email');
    Annual_Revenue := CkJsonObject__stringOf(jResp,'data[i].Annual_Revenue');
    Shipping_Street := CkJsonObject__stringOf(jResp,'data[i].Shipping_Street');
    Ownership := CkJsonObject__stringOf(jResp,'data[i].Ownership');
    Description := CkJsonObject__stringOf(jResp,'data[i].Description');
    Rating := CkJsonObject__stringOf(jResp,'data[i].Rating');
    Shipping_State := CkJsonObject__stringOf(jResp,'data[i].Shipping_State');
    Sreview_processApprove := CkJsonObject_BoolOf(jResp,'data[i].$review_process.approve');
    Sreview_processReject := CkJsonObject_BoolOf(jResp,'data[i].$review_process.reject');
    Sreview_processResubmit := CkJsonObject_BoolOf(jResp,'data[i].$review_process.resubmit');
    Website := CkJsonObject__stringOf(jResp,'data[i].Website');
    Employees := CkJsonObject__stringOf(jResp,'data[i].Employees');
    Scanvas_id := CkJsonObject__stringOf(jResp,'data[i].$canvas_id');
    Record_Image := CkJsonObject__stringOf(jResp,'data[i].Record_Image');
    Modified_ByName := CkJsonObject__stringOf(jResp,'data[i].Modified_By.name');
    Modified_ById := CkJsonObject__stringOf(jResp,'data[i].Modified_By.id');
    Modified_ByEmail := CkJsonObject__stringOf(jResp,'data[i].Modified_By.email');
    Sreview := CkJsonObject__stringOf(jResp,'data[i].$review');
    Phone := CkJsonObject__stringOf(jResp,'data[i].Phone');
    Account_Name := CkJsonObject__stringOf(jResp,'data[i].Account_Name');
    Account_Number := CkJsonObject__stringOf(jResp,'data[i].Account_Number');
    Ticker_Symbol := CkJsonObject__stringOf(jResp,'data[i].Ticker_Symbol');
    Modified_Time := CkJsonObject__stringOf(jResp,'data[i].Modified_Time');
    Sorchestration := CkJsonObject_BoolOf(jResp,'data[i].$orchestration');
    Parent_Account := CkJsonObject__stringOf(jResp,'data[i].Parent_Account');
    Contacts := CkJsonObject__stringOf(jResp,'data[i].Contacts');
    LayoutName := CkJsonObject__stringOf(jResp,'data[i].Layout.name');
    LayoutId := CkJsonObject__stringOf(jResp,'data[i].Layout.id');
    Sin_merge := CkJsonObject_BoolOf(jResp,'data[i].$in_merge');
    Total := CkJsonObject__stringOf(jResp,'data[i].Total');
    Billing_State := CkJsonObject__stringOf(jResp,'data[i].Billing_State');
    Fax := CkJsonObject__stringOf(jResp,'data[i].Fax');
    Sapproval_state := CkJsonObject__stringOf(jResp,'data[i].$approval_state');
    Multiuserlookup := CkJsonObject_BoolOf(jResp,'data[i].$has_more.multiuserlookup');
    j := 0;
    count_j := CkJsonObject_SizeOfArray(jResp,'data[i].Stakeholders');
    while j < count_j do
      begin
        CkJsonObject_putJ(jResp,j);
        j := j + 1;
      end;

    j := 0;
    count_j := CkJsonObject_SizeOfArray(jResp,'data[i].multiuserlookup');
    while j < count_j do
      begin
        CkJsonObject_putJ(jResp,j);
        j := j + 1;
      end;

    j := 0;
    count_j := CkJsonObject_SizeOfArray(jResp,'data[i].Territories');
    while j < count_j do
      begin
        CkJsonObject_putJ(jResp,j);
        Sassigned := CkJsonObject__stringOf(jResp,'data[i].Territories[j].$assigned');
        Sassigned_time := CkJsonObject__stringOf(jResp,'data[i].Territories[j].$assigned_time');
        id := CkJsonObject__stringOf(jResp,'data[i].Territories[j].id');
        Sassigned_by := CkJsonObject__stringOf(jResp,'data[i].Territories[j].$assigned_by');
        Name := CkJsonObject__stringOf(jResp,'data[i].Territories[j].Name');
        Sassigned_byName := CkJsonObject__stringOf(jResp,'data[i].Territories[j].$assigned_by.name');
        Sassigned_byId := CkJsonObject__stringOf(jResp,'data[i].Territories[j].$assigned_by.id');
        j := j + 1;
      end;

    j := 0;
    count_j := CkJsonObject_SizeOfArray(jResp,'data[i].Contact_Details');
    while j < count_j do
      begin
        CkJsonObject_putJ(jResp,j);
        j := j + 1;
      end;

    j := 0;
    count_j := CkJsonObject_SizeOfArray(jResp,'data[i].Tag');
    while j < count_j do
      begin
        CkJsonObject_putJ(jResp,j);
        j := j + 1;
      end;

    i := i + 1;
  end;

CkHttp_Dispose(http);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);

Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://domain.com/crm/v2.1/Accounts/4150868000004395059

Postman Collection Item JSON

{
  "name": "Get Territories Assigned",
  "request": {
    "auth": {
      "type": "bearer",
      "bearer": [
        {
          "key": "token",
          "value": "{{access-token}}",
          "type": "string"
        }
      ]
    },
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{api-domain}}/crm/v2.1/Accounts/4150868000004395059",
      "host": [
        "{{api-domain}}"
      ],
      "path": [
        "crm",
        "v2.1",
        "Accounts",
        "4150868000004395059"
      ]
    },
    "description": "To get the details of the territories assigned to a record."
  },
  "response": [
    {
      "name": "SUCCESS RESPONSE",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{api-domain}}/crm/v2.1/Accounts/4150868000004395059",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2.1",
            "Accounts",
            "4150868000004395059"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Mon, 03 May 2021 11:27:25 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "Set-Cookie",
          "value": "listview_enabled=true;Path=/"
        },
        {
          "key": "X-ACCESSTOKEN-RESET",
          "value": "2021-05-03T17:48:32+05:30"
        },
        {
          "key": "clientVersion",
          "value": "4000204"
        },
        {
          "key": "clientsubVersion",
          "value": "9875f452294f1c73e02cebb497ee077e"
        },
        {
          "key": "Content-Disposition",
          "value": "attachment; filename=response.json"
        },
        {
          "key": "vary",
          "value": "accept-encoding"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Content-Language",
          "value": "en-US"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=63072000"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"data\": [\n        {\n            \"Owner\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"4150868000000225013\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$currency_symbol\": \"DA\",\n            \"Account_Type\": \"Analyst\",\n            \"SIC_Code\": null,\n            \"$sharing_permission\": \"full_access\",\n            \"Last_Activity_Time\": \"2021-03-09T13:31:06+05:30\",\n            \"Industry\": null,\n            \"Account_Site\": null,\n            \"$state\": \"save\",\n            \"$process_flow\": false,\n            \"Exchange_Rate\": 3,\n            \"Currency\": \"DZD\",\n            \"Billing_Country\": null,\n            \"id\": \"4150868000004395059\",\n            \"$approved\": true,\n            \"$approval\": {\n                \"delegate\": false,\n                \"approve\": false,\n                \"reject\": false,\n                \"resubmit\": false\n            },\n            \"Billing_Street\": null,\n            \"Created_Time\": \"2021-01-22T10:44:07+05:30\",\n            \"$editable\": true,\n            \"Billing_Code\": null,\n            \"Shipping_City\": null,\n            \"Shipping_Country\": null,\n            \"Shipping_Code\": null,\n            \"Billing_City\": null,\n            \"Created_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"4150868000000225013\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Annual_Revenue\": null,\n            \"Stakeholders\": [],\n            \"Shipping_Street\": null,\n            \"Ownership\": null,\n            \"Description\": null,\n            \"Rating\": null,\n            \"Shipping_State\": null,\n            \"$review_process\": {\n                \"approve\": false,\n                \"reject\": false,\n                \"resubmit\": false\n            },\n            \"Website\": null,\n            \"Employees\": null,\n            \"$canvas_id\": null,\n            \"Record_Image\": null,\n            \"Modified_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"4150868000000225013\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$review\": null,\n            \"Phone\": null,\n            \"Account_Name\": \"Sample Account\",\n            \"Account_Number\": \"0\",\n            \"multiuserlookup\": [],\n            \"Ticker_Symbol\": null,\n            \"Modified_Time\": \"2021-01-25T14:09:56+05:30\",\n            \"Territories\": [\n                {\n                    \"$assigned\": \"automatically\",\n                    \"$assigned_time\": \"2021-01-22T10:44:07+05:30\",\n                    \"id\": \"4150868000000264087\",\n                    \"$assigned_by\": null,\n                    \"Name\": \"Sample for API testing\"\n                },\n                {\n                    \"$assigned\": \"automatically\",\n                    \"$assigned_time\": \"2021-01-22T10:44:07+05:30\",\n                    \"id\": \"4150868000001390007\",\n                    \"$assigned_by\": null,\n                    \"Name\": \"sample\"\n                },\n                {\n                    \"$assigned\": \"automatically\",\n                    \"$assigned_time\": \"2021-01-22T10:44:07+05:30\",\n                    \"id\": \"4150868000003259003\",\n                    \"$assigned_by\": null,\n                    \"Name\": \"mass delete\"\n                },\n                {\n                    \"$assigned\": \"automatically\",\n                    \"$assigned_time\": \"2021-03-04T12:18:55+05:30\",\n                    \"id\": \"4150868000004822544\",\n                    \"$assigned_by\": null,\n                    \"Name\": \"leads\"\n                },\n                {\n                    \"$assigned\": \"manually\",\n                    \"$assigned_time\": \"2021-04-29T17:27:28+05:30\",\n                    \"id\": \"4150868000005232017\",\n                    \"$assigned_by\": {\n                        \"name\": \"Patricia Boyle\",\n                        \"id\": \"4150868000000225013\"\n                    },\n                    \"Name\": \"sample 8\"\n                }\n            ],\n            \"$orchestration\": false,\n            \"Parent_Account\": null,\n            \"Contacts\": null,\n            \"Layout\": {\n                \"name\": \"Standard\",\n                \"id\": \"4150868000000091029\"\n            },\n            \"$in_merge\": false,\n            \"Contact_Details\": [],\n            \"Total\": null,\n            \"Billing_State\": null,\n            \"Tag\": [],\n            \"Fax\": null,\n            \"$approval_state\": \"approved\",\n            \"$has_more\": {\n                \"multiuserlookup\": false\n            }\n        }\n    ]\n}"
    },
    {
      "name": "INVALID_REQUEST_METHOD",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "url": {
          "raw": "{{api-domain}}/crm/v2.1/Accounts/{{account_id}}",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2.1",
            "Accounts",
            "{{account_id}}"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Mon, 03 May 2021 11:28:39 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "124"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "X-Frame-Options",
          "value": "deny"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"INVALID_REQUEST_METHOD\",\n    \"details\": {},\n    \"message\": \"The http request method type is not a valid one\",\n    \"status\": \"error\"\n}"
    },
    {
      "name": "AUTHENTICATION_FAILURE",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{api-domain}}/crm/v2.1/Accounts/4150868000004395059",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2.1",
            "Accounts",
            "4150868000004395059"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Mon, 03 May 2021 11:29:27 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "98"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"AUTHENTICATION_FAILURE\",\n    \"details\": {},\n    \"message\": \"Authentication failed\",\n    \"status\": \"error\"\n}"
    },
    {
      "name": "OAUTH_SCOPE_MISMATCH",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{api-domain}}/crm/v2.1/Accounts/4150868000004395059",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2.1",
            "Accounts",
            "4150868000004395059"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Mon, 03 May 2021 11:30:20 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "113"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"OAUTH_SCOPE_MISMATCH\",\n    \"details\": {},\n    \"message\": \"invalid oauth scope to access this URL\",\n    \"status\": \"error\"\n}"
    }
  ]
}