Chilkat Online Tools

Node.js / Salesforce Platform APIs / Create a Record

Back to Collection Items

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}


function chilkatExample() {

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

    var http = new chilkat.Http();
    var success;

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "allowSaveOnDuplicate": false,
    //   "apiName": "Object",
    //   "fields": {
    //     "FieldAPIName": "FieldValue"
    //   }
    // }

    var json = new chilkat.JsonObject();
    json.UpdateBool("allowSaveOnDuplicate",false);
    json.UpdateString("apiName","Object");
    json.UpdateString("fields.FieldAPIName","FieldValue");

    // Adds the "Authorization: Bearer <access_token>" header.
    http.AuthToken = "<access_token>";
    http.SetRequestHeader("Content-Type","application/json");

    // resp: HttpResponse
    var resp = http.PostJson3("https://domain.com/services/data/v{{version}}/ui-api/records","application/json",json);
    if (http.LastMethodSuccess == false) {
        console.log(http.LastErrorText);
        return;
    }

    var sbResponseBody = new chilkat.StringBuilder();
    resp.GetBodySb(sbResponseBody);

    var jResp = new chilkat.JsonObject();
    jResp.LoadSb(sbResponseBody);
    jResp.EmitCompact = false;

    console.log("Response Body:");
    console.log(jResp.Emit());

    var respStatusCode = resp.StatusCode;
    console.log("Response Status Code = " + respStatusCode);
    if (respStatusCode >= 400) {
        console.log("Response Header:");
        console.log(resp.Header);
        console.log("Failed.");

        return;
    }

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

    // {
    //   "apiName": "Account",
    //   "childRelationships": {},
    //   "eTag": "057ae0953591faed613c5e19a086f7a8",
    //   "fields": {
    //     "AccountNumber": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Active__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "AnnualRevenue": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "BillingCity": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "BillingCountry": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "BillingPostalCode": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "BillingState": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "BillingStreet": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "CreatedBy": {
    //       "displayValue": "Philippe Ozil",
    //       "value": {
    //         "apiName": "User",
    //         "childRelationships": {},
    //         "eTag": "cc07f7ef1b08ddbd75074c69512dd388",
    //         "fields": {
    //           "Id": {
    //             "displayValue": null,
    //             "value": "005B0000003TOI6IAO"
    //           },
    //           "Name": {
    //             "displayValue": null,
    //             "value": "Philippe Ozil"
    //           }
    //         },
    //         "id": "005B0000003TOI6IAO",
    //         "lastModifiedById": "005B0000003TOI6IAO",
    //         "lastModifiedDate": "2023-02-02T10:32:12.000Z",
    //         "recordTypeId": null,
    //         "recordTypeInfo": null,
    //         "systemModstamp": "2023-09-27T15:47:51.000Z",
    //         "weakEtag": 1695829671000
    //       }
    //     },
    //     "CreatedById": {
    //       "displayValue": null,
    //       "value": "005B0000003TOI6IAO"
    //     },
    //     "CreatedDate": {
    //       "displayValue": "27/09/2023 18:01",
    //       "value": "2023-09-27T16:01:14.000Z"
    //     },
    //     "CustomerPriority__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Description": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Fax": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Industry": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "LastModifiedBy": {
    //       "displayValue": "Philippe Ozil",
    //       "value": {
    //         "apiName": "User",
    //         "childRelationships": {},
    //         "eTag": "cc07f7ef1b08ddbd75074c69512dd388",
    //         "fields": {
    //           "Id": {
    //             "displayValue": null,
    //             "value": "005B0000003TOI6IAO"
    //           },
    //           "Name": {
    //             "displayValue": null,
    //             "value": "Philippe Ozil"
    //           }
    //         },
    //         "id": "005B0000003TOI6IAO",
    //         "lastModifiedById": "005B0000003TOI6IAO",
    //         "lastModifiedDate": "2023-02-02T10:32:12.000Z",
    //         "recordTypeId": null,
    //         "recordTypeInfo": null,
    //         "systemModstamp": "2023-09-27T15:47:51.000Z",
    //         "weakEtag": 1695829671000
    //       }
    //     },
    //     "LastModifiedById": {
    //       "displayValue": null,
    //       "value": "005B0000003TOI6IAO"
    //     },
    //     "LastModifiedDate": {
    //       "displayValue": "27/09/2023 18:01",
    //       "value": "2023-09-27T16:01:14.000Z"
    //     },
    //     "Name": {
    //       "displayValue": null,
    //       "value": "My New Account"
    //     },
    //     "NumberOfEmployees": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "NumberofLocations__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Owner": {
    //       "displayValue": "Philippe Ozil",
    //       "value": {
    //         "apiName": "User",
    //         "childRelationships": {},
    //         "eTag": "cc07f7ef1b08ddbd75074c69512dd388",
    //         "fields": {
    //           "Id": {
    //             "displayValue": null,
    //             "value": "005B0000003TOI6IAO"
    //           },
    //           "Name": {
    //             "displayValue": null,
    //             "value": "Philippe Ozil"
    //           }
    //         },
    //         "id": "005B0000003TOI6IAO",
    //         "lastModifiedById": "005B0000003TOI6IAO",
    //         "lastModifiedDate": "2023-02-02T10:32:12.000Z",
    //         "recordTypeId": null,
    //         "recordTypeInfo": null,
    //         "systemModstamp": "2023-09-27T15:47:51.000Z",
    //         "weakEtag": 1695829671000
    //       }
    //     },
    //     "OwnerId": {
    //       "displayValue": null,
    //       "value": "005B0000003TOI6IAO"
    //     },
    //     "Ownership": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Parent": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ParentId": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Phone": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Rating": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "SLAExpirationDate__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "SLASerialNumber__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "SLA__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ShippingCity": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ShippingCountry": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ShippingPostalCode": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ShippingState": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "ShippingStreet": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Sic": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Site": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "TickerSymbol": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Type": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "UpsellOpportunity__c": {
    //       "displayValue": null,
    //       "value": null
    //     },
    //     "Website": {
    //       "displayValue": null,
    //       "value": null
    //     }
    //   },
    //   "id": "0011Q00002Z2P5jQAF",
    //   "lastModifiedById": "005B0000003TOI6IAO",
    //   "lastModifiedDate": "2023-09-27T16:01:14.000Z",
    //   "recordTypeId": "012000000000000AAA",
    //   "recordTypeInfo": null,
    //   "systemModstamp": "2023-09-27T16:01:14.000Z",
    //   "weakEtag": 1695830474000
    // }

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

    var apiName = jResp.StringOf("apiName");
    var eTag = jResp.StringOf("eTag");
    var DisplayValue = jResp.StringOf("fields.AccountNumber.displayValue");
    var Value = jResp.StringOf("fields.AccountNumber.value");
    var Active__cDisplayValue = jResp.StringOf("fields.Active__c.displayValue");
    var Active__cValue = jResp.StringOf("fields.Active__c.value");
    var AnnualRevenueDisplayValue = jResp.StringOf("fields.AnnualRevenue.displayValue");
    var AnnualRevenueValue = jResp.StringOf("fields.AnnualRevenue.value");
    var BillingCityDisplayValue = jResp.StringOf("fields.BillingCity.displayValue");
    var BillingCityValue = jResp.StringOf("fields.BillingCity.value");
    var BillingCountryDisplayValue = jResp.StringOf("fields.BillingCountry.displayValue");
    var BillingCountryValue = jResp.StringOf("fields.BillingCountry.value");
    var BillingPostalCodeDisplayValue = jResp.StringOf("fields.BillingPostalCode.displayValue");
    var BillingPostalCodeValue = jResp.StringOf("fields.BillingPostalCode.value");
    var BillingStateDisplayValue = jResp.StringOf("fields.BillingState.displayValue");
    var BillingStateValue = jResp.StringOf("fields.BillingState.value");
    var BillingStreetDisplayValue = jResp.StringOf("fields.BillingStreet.displayValue");
    var BillingStreetValue = jResp.StringOf("fields.BillingStreet.value");
    var CreatedByDisplayValue = jResp.StringOf("fields.CreatedBy.displayValue");
    var ApiName = jResp.StringOf("fields.CreatedBy.value.apiName");
    var ETag = jResp.StringOf("fields.CreatedBy.value.eTag");
    var IdDisplayValue = jResp.StringOf("fields.CreatedBy.value.fields.Id.displayValue");
    var IdValue = jResp.StringOf("fields.CreatedBy.value.fields.Id.value");
    var NameDisplayValue = jResp.StringOf("fields.CreatedBy.value.fields.Name.displayValue");
    var NameValue = jResp.StringOf("fields.CreatedBy.value.fields.Name.value");
    var Id = jResp.StringOf("fields.CreatedBy.value.id");
    var LastModifiedById = jResp.StringOf("fields.CreatedBy.value.lastModifiedById");
    var LastModifiedDate = jResp.StringOf("fields.CreatedBy.value.lastModifiedDate");
    var RecordTypeId = jResp.StringOf("fields.CreatedBy.value.recordTypeId");
    var RecordTypeInfo = jResp.StringOf("fields.CreatedBy.value.recordTypeInfo");
    var SystemModstamp = jResp.StringOf("fields.CreatedBy.value.systemModstamp");
    var WeakEtag = jResp.IntOf("fields.CreatedBy.value.weakEtag");
    var CreatedByIdDisplayValue = jResp.StringOf("fields.CreatedById.displayValue");
    var CreatedByIdValue = jResp.StringOf("fields.CreatedById.value");
    var CreatedDateDisplayValue = jResp.StringOf("fields.CreatedDate.displayValue");
    var CreatedDateValue = jResp.StringOf("fields.CreatedDate.value");
    var CustomerPriority__cDisplayValue = jResp.StringOf("fields.CustomerPriority__c.displayValue");
    var CustomerPriority__cValue = jResp.StringOf("fields.CustomerPriority__c.value");
    var DescriptionDisplayValue = jResp.StringOf("fields.Description.displayValue");
    var DescriptionValue = jResp.StringOf("fields.Description.value");
    var FaxDisplayValue = jResp.StringOf("fields.Fax.displayValue");
    var FaxValue = jResp.StringOf("fields.Fax.value");
    var IndustryDisplayValue = jResp.StringOf("fields.Industry.displayValue");
    var IndustryValue = jResp.StringOf("fields.Industry.value");
    var LastModifiedByDisplayValue = jResp.StringOf("fields.LastModifiedBy.displayValue");
    var ValueApiName = jResp.StringOf("fields.LastModifiedBy.value.apiName");
    var ValueETag = jResp.StringOf("fields.LastModifiedBy.value.eTag");
    IdDisplayValue = jResp.StringOf("fields.LastModifiedBy.value.fields.Id.displayValue");
    IdValue = jResp.StringOf("fields.LastModifiedBy.value.fields.Id.value");
    NameDisplayValue = jResp.StringOf("fields.LastModifiedBy.value.fields.Name.displayValue");
    NameValue = jResp.StringOf("fields.LastModifiedBy.value.fields.Name.value");
    var ValueId = jResp.StringOf("fields.LastModifiedBy.value.id");
    var ValueLastModifiedById = jResp.StringOf("fields.LastModifiedBy.value.lastModifiedById");
    var ValueLastModifiedDate = jResp.StringOf("fields.LastModifiedBy.value.lastModifiedDate");
    var ValueRecordTypeId = jResp.StringOf("fields.LastModifiedBy.value.recordTypeId");
    var ValueRecordTypeInfo = jResp.StringOf("fields.LastModifiedBy.value.recordTypeInfo");
    var ValueSystemModstamp = jResp.StringOf("fields.LastModifiedBy.value.systemModstamp");
    var ValueWeakEtag = jResp.IntOf("fields.LastModifiedBy.value.weakEtag");
    var LastModifiedByIdDisplayValue = jResp.StringOf("fields.LastModifiedById.displayValue");
    var LastModifiedByIdValue = jResp.StringOf("fields.LastModifiedById.value");
    var LastModifiedDateDisplayValue = jResp.StringOf("fields.LastModifiedDate.displayValue");
    var LastModifiedDateValue = jResp.StringOf("fields.LastModifiedDate.value");
    NameDisplayValue = jResp.StringOf("fields.Name.displayValue");
    NameValue = jResp.StringOf("fields.Name.value");
    var NumberOfEmployeesDisplayValue = jResp.StringOf("fields.NumberOfEmployees.displayValue");
    var NumberOfEmployeesValue = jResp.StringOf("fields.NumberOfEmployees.value");
    var NumberofLocations__cDisplayValue = jResp.StringOf("fields.NumberofLocations__c.displayValue");
    var NumberofLocations__cValue = jResp.StringOf("fields.NumberofLocations__c.value");
    var OwnerDisplayValue = jResp.StringOf("fields.Owner.displayValue");
    ValueApiName = jResp.StringOf("fields.Owner.value.apiName");
    ValueETag = jResp.StringOf("fields.Owner.value.eTag");
    IdDisplayValue = jResp.StringOf("fields.Owner.value.fields.Id.displayValue");
    IdValue = jResp.StringOf("fields.Owner.value.fields.Id.value");
    NameDisplayValue = jResp.StringOf("fields.Owner.value.fields.Name.displayValue");
    NameValue = jResp.StringOf("fields.Owner.value.fields.Name.value");
    ValueId = jResp.StringOf("fields.Owner.value.id");
    ValueLastModifiedById = jResp.StringOf("fields.Owner.value.lastModifiedById");
    ValueLastModifiedDate = jResp.StringOf("fields.Owner.value.lastModifiedDate");
    ValueRecordTypeId = jResp.StringOf("fields.Owner.value.recordTypeId");
    ValueRecordTypeInfo = jResp.StringOf("fields.Owner.value.recordTypeInfo");
    ValueSystemModstamp = jResp.StringOf("fields.Owner.value.systemModstamp");
    ValueWeakEtag = jResp.IntOf("fields.Owner.value.weakEtag");
    var OwnerIdDisplayValue = jResp.StringOf("fields.OwnerId.displayValue");
    var OwnerIdValue = jResp.StringOf("fields.OwnerId.value");
    var OwnershipDisplayValue = jResp.StringOf("fields.Ownership.displayValue");
    var OwnershipValue = jResp.StringOf("fields.Ownership.value");
    var ParentDisplayValue = jResp.StringOf("fields.Parent.displayValue");
    var ParentValue = jResp.StringOf("fields.Parent.value");
    var ParentIdDisplayValue = jResp.StringOf("fields.ParentId.displayValue");
    var ParentIdValue = jResp.StringOf("fields.ParentId.value");
    var PhoneDisplayValue = jResp.StringOf("fields.Phone.displayValue");
    var PhoneValue = jResp.StringOf("fields.Phone.value");
    var RatingDisplayValue = jResp.StringOf("fields.Rating.displayValue");
    var RatingValue = jResp.StringOf("fields.Rating.value");
    var SLAExpirationDate__cDisplayValue = jResp.StringOf("fields.SLAExpirationDate__c.displayValue");
    var SLAExpirationDate__cValue = jResp.StringOf("fields.SLAExpirationDate__c.value");
    var SLASerialNumber__cDisplayValue = jResp.StringOf("fields.SLASerialNumber__c.displayValue");
    var SLASerialNumber__cValue = jResp.StringOf("fields.SLASerialNumber__c.value");
    var SLA__cDisplayValue = jResp.StringOf("fields.SLA__c.displayValue");
    var SLA__cValue = jResp.StringOf("fields.SLA__c.value");
    var ShippingCityDisplayValue = jResp.StringOf("fields.ShippingCity.displayValue");
    var ShippingCityValue = jResp.StringOf("fields.ShippingCity.value");
    var ShippingCountryDisplayValue = jResp.StringOf("fields.ShippingCountry.displayValue");
    var ShippingCountryValue = jResp.StringOf("fields.ShippingCountry.value");
    var ShippingPostalCodeDisplayValue = jResp.StringOf("fields.ShippingPostalCode.displayValue");
    var ShippingPostalCodeValue = jResp.StringOf("fields.ShippingPostalCode.value");
    var ShippingStateDisplayValue = jResp.StringOf("fields.ShippingState.displayValue");
    var ShippingStateValue = jResp.StringOf("fields.ShippingState.value");
    var ShippingStreetDisplayValue = jResp.StringOf("fields.ShippingStreet.displayValue");
    var ShippingStreetValue = jResp.StringOf("fields.ShippingStreet.value");
    var SicDisplayValue = jResp.StringOf("fields.Sic.displayValue");
    var SicValue = jResp.StringOf("fields.Sic.value");
    var SiteDisplayValue = jResp.StringOf("fields.Site.displayValue");
    var SiteValue = jResp.StringOf("fields.Site.value");
    var TickerSymbolDisplayValue = jResp.StringOf("fields.TickerSymbol.displayValue");
    var TickerSymbolValue = jResp.StringOf("fields.TickerSymbol.value");
    var TypeDisplayValue = jResp.StringOf("fields.Type.displayValue");
    var TypeValue = jResp.StringOf("fields.Type.value");
    var UpsellOpportunity__cDisplayValue = jResp.StringOf("fields.UpsellOpportunity__c.displayValue");
    var UpsellOpportunity__cValue = jResp.StringOf("fields.UpsellOpportunity__c.value");
    var WebsiteDisplayValue = jResp.StringOf("fields.Website.displayValue");
    var WebsiteValue = jResp.StringOf("fields.Website.value");
    var id = jResp.StringOf("id");
    var lastModifiedById = jResp.StringOf("lastModifiedById");
    var lastModifiedDate = jResp.StringOf("lastModifiedDate");
    var recordTypeId = jResp.StringOf("recordTypeId");
    var recordTypeInfo = jResp.StringOf("recordTypeInfo");
    var systemModstamp = jResp.StringOf("systemModstamp");
    var weakEtag = jResp.IntOf("weakEtag");

}

chilkatExample();

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: application/json"
	-d '{
    "allowSaveOnDuplicate": false,
    "apiName": "Object",
    "fields": {
        "FieldAPIName": "FieldValue"
    }
}'
https://domain.com/services/data/v{{version}}/ui-api/records

Postman Collection Item JSON

{
  "name": "Create a Record",
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"allowSaveOnDuplicate\": false,\n    \"apiName\": \"Object\",\n    \"fields\": {\n        \"FieldAPIName\": \"FieldValue\"\n    }\n}"
    },
    "url": {
      "raw": "{{_endpoint}}/services/data/v{{version}}/ui-api/records",
      "host": [
        "{{_endpoint}}"
      ],
      "path": [
        "services",
        "data",
        "v{{version}}",
        "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": [
    {
      "name": "Create a Record",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"allowSaveOnDuplicate\": false,\n    \"apiName\": \"Account\",\n    \"fields\": {\n        \"Name\": \"My New Account\"\n    }\n}"
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/ui-api/records",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "ui-api",
            "records"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Date",
          "value": "Wed, 27 Sep 2023 16:01:13 GMT"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=63072000; includeSubDomains"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "X-Robots-Tag",
          "value": "none"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache,must-revalidate,max-age=0,no-store,private"
        },
        {
          "key": "ETag",
          "value": "\"057ae0953591faed613c5e19a086f7a8--gzip\""
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=UTF-8"
        },
        {
          "key": "Vary",
          "value": "Accept-Encoding"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"apiName\": \"Account\",\n    \"childRelationships\": {},\n    \"eTag\": \"057ae0953591faed613c5e19a086f7a8\",\n    \"fields\": {\n        \"AccountNumber\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Active__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"AnnualRevenue\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"BillingCity\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"BillingCountry\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"BillingPostalCode\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"BillingState\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"BillingStreet\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"CreatedBy\": {\n            \"displayValue\": \"Philippe Ozil\",\n            \"value\": {\n                \"apiName\": \"User\",\n                \"childRelationships\": {},\n                \"eTag\": \"cc07f7ef1b08ddbd75074c69512dd388\",\n                \"fields\": {\n                    \"Id\": {\n                        \"displayValue\": null,\n                        \"value\": \"005B0000003TOI6IAO\"\n                    },\n                    \"Name\": {\n                        \"displayValue\": null,\n                        \"value\": \"Philippe Ozil\"\n                    }\n                },\n                \"id\": \"005B0000003TOI6IAO\",\n                \"lastModifiedById\": \"005B0000003TOI6IAO\",\n                \"lastModifiedDate\": \"2023-02-02T10:32:12.000Z\",\n                \"recordTypeId\": null,\n                \"recordTypeInfo\": null,\n                \"systemModstamp\": \"2023-09-27T15:47:51.000Z\",\n                \"weakEtag\": 1695829671000\n            }\n        },\n        \"CreatedById\": {\n            \"displayValue\": null,\n            \"value\": \"005B0000003TOI6IAO\"\n        },\n        \"CreatedDate\": {\n            \"displayValue\": \"27/09/2023 18:01\",\n            \"value\": \"2023-09-27T16:01:14.000Z\"\n        },\n        \"CustomerPriority__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Description\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Fax\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Industry\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"LastModifiedBy\": {\n            \"displayValue\": \"Philippe Ozil\",\n            \"value\": {\n                \"apiName\": \"User\",\n                \"childRelationships\": {},\n                \"eTag\": \"cc07f7ef1b08ddbd75074c69512dd388\",\n                \"fields\": {\n                    \"Id\": {\n                        \"displayValue\": null,\n                        \"value\": \"005B0000003TOI6IAO\"\n                    },\n                    \"Name\": {\n                        \"displayValue\": null,\n                        \"value\": \"Philippe Ozil\"\n                    }\n                },\n                \"id\": \"005B0000003TOI6IAO\",\n                \"lastModifiedById\": \"005B0000003TOI6IAO\",\n                \"lastModifiedDate\": \"2023-02-02T10:32:12.000Z\",\n                \"recordTypeId\": null,\n                \"recordTypeInfo\": null,\n                \"systemModstamp\": \"2023-09-27T15:47:51.000Z\",\n                \"weakEtag\": 1695829671000\n            }\n        },\n        \"LastModifiedById\": {\n            \"displayValue\": null,\n            \"value\": \"005B0000003TOI6IAO\"\n        },\n        \"LastModifiedDate\": {\n            \"displayValue\": \"27/09/2023 18:01\",\n            \"value\": \"2023-09-27T16:01:14.000Z\"\n        },\n        \"Name\": {\n            \"displayValue\": null,\n            \"value\": \"My New Account\"\n        },\n        \"NumberOfEmployees\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"NumberofLocations__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Owner\": {\n            \"displayValue\": \"Philippe Ozil\",\n            \"value\": {\n                \"apiName\": \"User\",\n                \"childRelationships\": {},\n                \"eTag\": \"cc07f7ef1b08ddbd75074c69512dd388\",\n                \"fields\": {\n                    \"Id\": {\n                        \"displayValue\": null,\n                        \"value\": \"005B0000003TOI6IAO\"\n                    },\n                    \"Name\": {\n                        \"displayValue\": null,\n                        \"value\": \"Philippe Ozil\"\n                    }\n                },\n                \"id\": \"005B0000003TOI6IAO\",\n                \"lastModifiedById\": \"005B0000003TOI6IAO\",\n                \"lastModifiedDate\": \"2023-02-02T10:32:12.000Z\",\n                \"recordTypeId\": null,\n                \"recordTypeInfo\": null,\n                \"systemModstamp\": \"2023-09-27T15:47:51.000Z\",\n                \"weakEtag\": 1695829671000\n            }\n        },\n        \"OwnerId\": {\n            \"displayValue\": null,\n            \"value\": \"005B0000003TOI6IAO\"\n        },\n        \"Ownership\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Parent\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ParentId\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Phone\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Rating\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"SLAExpirationDate__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"SLASerialNumber__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"SLA__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ShippingCity\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ShippingCountry\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ShippingPostalCode\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ShippingState\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"ShippingStreet\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Sic\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Site\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"TickerSymbol\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Type\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"UpsellOpportunity__c\": {\n            \"displayValue\": null,\n            \"value\": null\n        },\n        \"Website\": {\n            \"displayValue\": null,\n            \"value\": null\n        }\n    },\n    \"id\": \"0011Q00002Z2P5jQAF\",\n    \"lastModifiedById\": \"005B0000003TOI6IAO\",\n    \"lastModifiedDate\": \"2023-09-27T16:01:14.000Z\",\n    \"recordTypeId\": \"012000000000000AAA\",\n    \"recordTypeInfo\": null,\n    \"systemModstamp\": \"2023-09-27T16:01:14.000Z\",\n    \"weakEtag\": 1695830474000\n}"
    }
  ]
}