Back to Collection Items
import com.chilkatsoft.*;
public class ChilkatExample {
static {
try {
System.loadLibrary("chilkat");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load.\n" + e);
System.exit(1);
}
}
public static void main(String argv[])
{
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkHttp http = new CkHttp();
boolean 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"
// }
// }
CkJsonObject json = new CkJsonObject();
json.UpdateBool("allowSaveOnDuplicate",false);
json.UpdateString("apiName","Object");
json.UpdateString("fields.FieldAPIName","FieldValue");
// Adds the "Authorization: Bearer <access_token>" header.
http.put_AuthToken("<access_token>");
http.SetRequestHeader("Content-Type","application/json");
CkHttpResponse resp = http.PostJson3("https://domain.com/services/data/v{{version}}/ui-api/records","application/json",json);
if (http.get_LastMethodSuccess() == false) {
System.out.println(http.lastErrorText());
return;
}
CkStringBuilder sbResponseBody = new CkStringBuilder();
resp.GetBodySb(sbResponseBody);
CkJsonObject jResp = new CkJsonObject();
jResp.LoadSb(sbResponseBody);
jResp.put_EmitCompact(false);
System.out.println("Response Body:");
System.out.println(jResp.emit());
int respStatusCode = resp.get_StatusCode();
System.out.println("Response Status Code = " + respStatusCode);
if (respStatusCode >= 400) {
System.out.println("Response Header:");
System.out.println(resp.header());
System.out.println("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
String apiName = jResp.stringOf("apiName");
String eTag = jResp.stringOf("eTag");
String DisplayValue = jResp.stringOf("fields.AccountNumber.displayValue");
String Value = jResp.stringOf("fields.AccountNumber.value");
String Active__cDisplayValue = jResp.stringOf("fields.Active__c.displayValue");
String Active__cValue = jResp.stringOf("fields.Active__c.value");
String AnnualRevenueDisplayValue = jResp.stringOf("fields.AnnualRevenue.displayValue");
String AnnualRevenueValue = jResp.stringOf("fields.AnnualRevenue.value");
String BillingCityDisplayValue = jResp.stringOf("fields.BillingCity.displayValue");
String BillingCityValue = jResp.stringOf("fields.BillingCity.value");
String BillingCountryDisplayValue = jResp.stringOf("fields.BillingCountry.displayValue");
String BillingCountryValue = jResp.stringOf("fields.BillingCountry.value");
String BillingPostalCodeDisplayValue = jResp.stringOf("fields.BillingPostalCode.displayValue");
String BillingPostalCodeValue = jResp.stringOf("fields.BillingPostalCode.value");
String BillingStateDisplayValue = jResp.stringOf("fields.BillingState.displayValue");
String BillingStateValue = jResp.stringOf("fields.BillingState.value");
String BillingStreetDisplayValue = jResp.stringOf("fields.BillingStreet.displayValue");
String BillingStreetValue = jResp.stringOf("fields.BillingStreet.value");
String CreatedByDisplayValue = jResp.stringOf("fields.CreatedBy.displayValue");
String ApiName = jResp.stringOf("fields.CreatedBy.value.apiName");
String ETag = jResp.stringOf("fields.CreatedBy.value.eTag");
String IdDisplayValue = jResp.stringOf("fields.CreatedBy.value.fields.Id.displayValue");
String IdValue = jResp.stringOf("fields.CreatedBy.value.fields.Id.value");
String NameDisplayValue = jResp.stringOf("fields.CreatedBy.value.fields.Name.displayValue");
String NameValue = jResp.stringOf("fields.CreatedBy.value.fields.Name.value");
String Id = jResp.stringOf("fields.CreatedBy.value.id");
String LastModifiedById = jResp.stringOf("fields.CreatedBy.value.lastModifiedById");
String LastModifiedDate = jResp.stringOf("fields.CreatedBy.value.lastModifiedDate");
String RecordTypeId = jResp.stringOf("fields.CreatedBy.value.recordTypeId");
String RecordTypeInfo = jResp.stringOf("fields.CreatedBy.value.recordTypeInfo");
String SystemModstamp = jResp.stringOf("fields.CreatedBy.value.systemModstamp");
int WeakEtag = jResp.IntOf("fields.CreatedBy.value.weakEtag");
String CreatedByIdDisplayValue = jResp.stringOf("fields.CreatedById.displayValue");
String CreatedByIdValue = jResp.stringOf("fields.CreatedById.value");
String CreatedDateDisplayValue = jResp.stringOf("fields.CreatedDate.displayValue");
String CreatedDateValue = jResp.stringOf("fields.CreatedDate.value");
String CustomerPriority__cDisplayValue = jResp.stringOf("fields.CustomerPriority__c.displayValue");
String CustomerPriority__cValue = jResp.stringOf("fields.CustomerPriority__c.value");
String DescriptionDisplayValue = jResp.stringOf("fields.Description.displayValue");
String DescriptionValue = jResp.stringOf("fields.Description.value");
String FaxDisplayValue = jResp.stringOf("fields.Fax.displayValue");
String FaxValue = jResp.stringOf("fields.Fax.value");
String IndustryDisplayValue = jResp.stringOf("fields.Industry.displayValue");
String IndustryValue = jResp.stringOf("fields.Industry.value");
String LastModifiedByDisplayValue = jResp.stringOf("fields.LastModifiedBy.displayValue");
String ValueApiName = jResp.stringOf("fields.LastModifiedBy.value.apiName");
String 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");
String ValueId = jResp.stringOf("fields.LastModifiedBy.value.id");
String ValueLastModifiedById = jResp.stringOf("fields.LastModifiedBy.value.lastModifiedById");
String ValueLastModifiedDate = jResp.stringOf("fields.LastModifiedBy.value.lastModifiedDate");
String ValueRecordTypeId = jResp.stringOf("fields.LastModifiedBy.value.recordTypeId");
String ValueRecordTypeInfo = jResp.stringOf("fields.LastModifiedBy.value.recordTypeInfo");
String ValueSystemModstamp = jResp.stringOf("fields.LastModifiedBy.value.systemModstamp");
int ValueWeakEtag = jResp.IntOf("fields.LastModifiedBy.value.weakEtag");
String LastModifiedByIdDisplayValue = jResp.stringOf("fields.LastModifiedById.displayValue");
String LastModifiedByIdValue = jResp.stringOf("fields.LastModifiedById.value");
String LastModifiedDateDisplayValue = jResp.stringOf("fields.LastModifiedDate.displayValue");
String LastModifiedDateValue = jResp.stringOf("fields.LastModifiedDate.value");
NameDisplayValue = jResp.stringOf("fields.Name.displayValue");
NameValue = jResp.stringOf("fields.Name.value");
String NumberOfEmployeesDisplayValue = jResp.stringOf("fields.NumberOfEmployees.displayValue");
String NumberOfEmployeesValue = jResp.stringOf("fields.NumberOfEmployees.value");
String NumberofLocations__cDisplayValue = jResp.stringOf("fields.NumberofLocations__c.displayValue");
String NumberofLocations__cValue = jResp.stringOf("fields.NumberofLocations__c.value");
String 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");
String OwnerIdDisplayValue = jResp.stringOf("fields.OwnerId.displayValue");
String OwnerIdValue = jResp.stringOf("fields.OwnerId.value");
String OwnershipDisplayValue = jResp.stringOf("fields.Ownership.displayValue");
String OwnershipValue = jResp.stringOf("fields.Ownership.value");
String ParentDisplayValue = jResp.stringOf("fields.Parent.displayValue");
String ParentValue = jResp.stringOf("fields.Parent.value");
String ParentIdDisplayValue = jResp.stringOf("fields.ParentId.displayValue");
String ParentIdValue = jResp.stringOf("fields.ParentId.value");
String PhoneDisplayValue = jResp.stringOf("fields.Phone.displayValue");
String PhoneValue = jResp.stringOf("fields.Phone.value");
String RatingDisplayValue = jResp.stringOf("fields.Rating.displayValue");
String RatingValue = jResp.stringOf("fields.Rating.value");
String SLAExpirationDate__cDisplayValue = jResp.stringOf("fields.SLAExpirationDate__c.displayValue");
String SLAExpirationDate__cValue = jResp.stringOf("fields.SLAExpirationDate__c.value");
String SLASerialNumber__cDisplayValue = jResp.stringOf("fields.SLASerialNumber__c.displayValue");
String SLASerialNumber__cValue = jResp.stringOf("fields.SLASerialNumber__c.value");
String SLA__cDisplayValue = jResp.stringOf("fields.SLA__c.displayValue");
String SLA__cValue = jResp.stringOf("fields.SLA__c.value");
String ShippingCityDisplayValue = jResp.stringOf("fields.ShippingCity.displayValue");
String ShippingCityValue = jResp.stringOf("fields.ShippingCity.value");
String ShippingCountryDisplayValue = jResp.stringOf("fields.ShippingCountry.displayValue");
String ShippingCountryValue = jResp.stringOf("fields.ShippingCountry.value");
String ShippingPostalCodeDisplayValue = jResp.stringOf("fields.ShippingPostalCode.displayValue");
String ShippingPostalCodeValue = jResp.stringOf("fields.ShippingPostalCode.value");
String ShippingStateDisplayValue = jResp.stringOf("fields.ShippingState.displayValue");
String ShippingStateValue = jResp.stringOf("fields.ShippingState.value");
String ShippingStreetDisplayValue = jResp.stringOf("fields.ShippingStreet.displayValue");
String ShippingStreetValue = jResp.stringOf("fields.ShippingStreet.value");
String SicDisplayValue = jResp.stringOf("fields.Sic.displayValue");
String SicValue = jResp.stringOf("fields.Sic.value");
String SiteDisplayValue = jResp.stringOf("fields.Site.displayValue");
String SiteValue = jResp.stringOf("fields.Site.value");
String TickerSymbolDisplayValue = jResp.stringOf("fields.TickerSymbol.displayValue");
String TickerSymbolValue = jResp.stringOf("fields.TickerSymbol.value");
String TypeDisplayValue = jResp.stringOf("fields.Type.displayValue");
String TypeValue = jResp.stringOf("fields.Type.value");
String UpsellOpportunity__cDisplayValue = jResp.stringOf("fields.UpsellOpportunity__c.displayValue");
String UpsellOpportunity__cValue = jResp.stringOf("fields.UpsellOpportunity__c.value");
String WebsiteDisplayValue = jResp.stringOf("fields.Website.displayValue");
String WebsiteValue = jResp.stringOf("fields.Website.value");
String id = jResp.stringOf("id");
String lastModifiedById = jResp.stringOf("lastModifiedById");
String lastModifiedDate = jResp.stringOf("lastModifiedDate");
String recordTypeId = jResp.stringOf("recordTypeId");
String recordTypeInfo = jResp.stringOf("recordTypeInfo");
String systemModstamp = jResp.stringOf("systemModstamp");
int weakEtag = jResp.IntOf("weakEtag");
}
}
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}"
}
]
}