Unicode C++ Dynamics CRM: Retrieve a Single Contact

Back to Index

Returns the full contact record for a given contactid.

Documentation: https://msdn.microsoft.com/en-us/library/gg334767.aspx#Basic query example

CURL Command

curl -X GET https://my-dynamics-domain.api.crm.dynamics.com/api/data/v9.0/contacts(1fa1e5b9-88df-e311-b8e5-6c3be5a8b200) \
  -H "Accept: application/json" \
  -H "OData-MaxVersion: 4.0"  \
  -H "OData-Version: 4.0" \
  -H "Authorization: Bearer DYNAMICS_CRM_ACCESS_TOKEN"

Unicode C++ Example

#include <CkRestW.h>
#include <CkStringBuilderW.h>
#include <CkJsonObjectW.h>

void ChilkatSample(void)
    {
    CkRestW rest;
    bool success;

    //  URL: https://my-dynamics-domain.api.crm.dynamics.com/api/data/v9.0/contacts(1fa1e5b9-88df-e311-b8e5-6c3be5a8b200)
    bool bTls = true;
    int port = 443;
    bool bAutoReconnect = true;
    success = rest.Connect(L"my-dynamics-domain.api.crm.dynamics.com",port,bTls,bAutoReconnect);
    if (success != true) {
        wprintf(L"ConnectFailReason: %d\n",rest.get_ConnectFailReason());
        wprintf(L"%s\n",rest.lastErrorText());
        return;
    }

    rest.AddHeader(L"OData-MaxVersion",L"4.0");
    rest.AddHeader(L"Accept",L"application/json");
    rest.AddHeader(L"OData-Version",L"4.0");
    rest.AddHeader(L"Authorization",L"Bearer DYNAMICS_CRM_ACCESS_TOKEN");

    CkStringBuilderW sbResponseBody;
    success = rest.FullRequestNoBodySb(L"GET",L"/api/data/v9.0/contacts(1fa1e5b9-88df-e311-b8e5-6c3be5a8b200)",sbResponseBody);
    if (success != true) {
        wprintf(L"%s\n",rest.lastErrorText());
        return;
    }

    int respStatusCode = rest.get_ResponseStatusCode();
    if (respStatusCode >= 400) {
        wprintf(L"Response Status Code = %d\n",respStatusCode);
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",rest.responseHeader());
        wprintf(L"Response Body:\n");
        wprintf(L"%s\n",sbResponseBody.getAsString());
        return;
    }

    CkJsonObjectW jsonResponse;
    jsonResponse.LoadSb(sbResponseBody);

    const wchar_t *odataContext = jsonResponse.stringOf(L"\"@odata.context\"");
    const wchar_t *odataEtag = jsonResponse.stringOf(L"\"@odata.etag\"");
    int customertypecode = jsonResponse.IntOf(L"customertypecode");
    int address1_latitude = jsonResponse.IntOf(L"address1_latitude");
    const wchar_t *birthdate = jsonResponse.stringOf(L"birthdate");
    bool merged = jsonResponse.BoolOf(L"merged");
    int gendercode = jsonResponse.IntOf(L"gendercode");
    int territorycode = jsonResponse.IntOf(L"territorycode");
    const wchar_t *emailaddress1 = jsonResponse.stringOf(L"emailaddress1");
    int haschildrencode = jsonResponse.IntOf(L"haschildrencode");
    int preferredappointmenttimecode = jsonResponse.IntOf(L"preferredappointmenttimecode");
    bool isbackofficecustomer = jsonResponse.BoolOf(L"isbackofficecustomer");
    const wchar_t *modifiedon = jsonResponse.stringOf(L"modifiedon");
    const wchar_t *v_owninguser_value = jsonResponse.stringOf(L"_owninguser_value");
    int importsequencenumber = jsonResponse.IntOf(L"importsequencenumber");
    const wchar_t *address1_composite = jsonResponse.stringOf(L"address1_composite");
    int address1_longitude = jsonResponse.IntOf(L"address1_longitude");
    bool marketingonly = jsonResponse.BoolOf(L"marketingonly");
    bool donotphone = jsonResponse.BoolOf(L"donotphone");
    int preferredcontactmethodcode = jsonResponse.IntOf(L"preferredcontactmethodcode");
    int educationcode = jsonResponse.IntOf(L"educationcode");
    const wchar_t *v_ownerid_value = jsonResponse.stringOf(L"_ownerid_value");
    int customersizecode = jsonResponse.IntOf(L"customersizecode");
    const wchar_t *firstname = jsonResponse.stringOf(L"firstname");
    bool donotpostalmail = jsonResponse.BoolOf(L"donotpostalmail");
    const wchar_t *yomifullname = jsonResponse.stringOf(L"yomifullname");
    int address2_addresstypecode = jsonResponse.IntOf(L"address2_addresstypecode");
    bool donotemail = jsonResponse.BoolOf(L"donotemail");
    int address2_shippingmethodcode = jsonResponse.IntOf(L"address2_shippingmethodcode");
    const wchar_t *fullname = jsonResponse.stringOf(L"fullname");
    int timezoneruleversionnumber = jsonResponse.IntOf(L"timezoneruleversionnumber");
    const wchar_t *address1_addressid = jsonResponse.stringOf(L"address1_addressid");
    int address2_freighttermscode = jsonResponse.IntOf(L"address2_freighttermscode");
    int statuscode = jsonResponse.IntOf(L"statuscode");
    const wchar_t *createdon = jsonResponse.stringOf(L"createdon");
    const wchar_t *address1_stateorprovince = jsonResponse.stringOf(L"address1_stateorprovince");
    const wchar_t *lastname = jsonResponse.stringOf(L"lastname");
    bool donotsendmm = jsonResponse.BoolOf(L"donotsendmm");
    bool donotfax = jsonResponse.BoolOf(L"donotfax");
    int leadsourcecode = jsonResponse.IntOf(L"leadsourcecode");
    const wchar_t *address1_country = jsonResponse.stringOf(L"address1_country");
    int versionnumber = jsonResponse.IntOf(L"versionnumber");
    const wchar_t *address1_line1 = jsonResponse.stringOf(L"address1_line1");
    bool creditonhold = jsonResponse.BoolOf(L"creditonhold");
    const wchar_t *telephone1 = jsonResponse.stringOf(L"telephone1");
    const wchar_t *v_owningbusinessunit_value = jsonResponse.stringOf(L"_owningbusinessunit_value");
    const wchar_t *address3_addressid = jsonResponse.stringOf(L"address3_addressid");
    bool donotbulkemail = jsonResponse.BoolOf(L"donotbulkemail");
    const wchar_t *v_modifiedby_value = jsonResponse.stringOf(L"_modifiedby_value");
    bool followemail = jsonResponse.BoolOf(L"followemail");
    int shippingmethodcode = jsonResponse.IntOf(L"shippingmethodcode");
    const wchar_t *v_createdby_value = jsonResponse.stringOf(L"_createdby_value");
    const wchar_t *address1_city = jsonResponse.stringOf(L"address1_city");
    bool donotbulkpostalmail = jsonResponse.BoolOf(L"donotbulkpostalmail");
    const wchar_t *v_parentcustomerid_value = jsonResponse.stringOf(L"_parentcustomerid_value");
    const wchar_t *contactid = jsonResponse.stringOf(L"contactid");
    bool participatesinworkflow = jsonResponse.BoolOf(L"participatesinworkflow");
    int statecode = jsonResponse.IntOf(L"statecode");
    const wchar_t *overriddencreatedon = jsonResponse.stringOf(L"overriddencreatedon");
    const wchar_t *address2_addressid = jsonResponse.stringOf(L"address2_addressid");
    const wchar_t *address1_postalcode = jsonResponse.stringOf(L"address1_postalcode");
    int int_kloutscore = jsonResponse.IntOf(L"int_kloutscore");
    const wchar_t *spousesname = jsonResponse.stringOf(L"spousesname");
    const wchar_t *emailaddress3 = jsonResponse.stringOf(L"emailaddress3");
    const wchar_t *address3_telephone3 = jsonResponse.stringOf(L"address3_telephone3");
    const wchar_t *mobilephone = jsonResponse.stringOf(L"mobilephone");
    const wchar_t *utcconversiontimezonecode = jsonResponse.stringOf(L"utcconversiontimezonecode");
    const wchar_t *v_preferredserviceid_value = jsonResponse.stringOf(L"_preferredserviceid_value");
    const wchar_t *address3_shippingmethodcode = jsonResponse.stringOf(L"address3_shippingmethodcode");
    const wchar_t *int_twitterservice = jsonResponse.stringOf(L"int_twitterservice");
    const wchar_t *annualincome = jsonResponse.stringOf(L"annualincome");
    const wchar_t *fax = jsonResponse.stringOf(L"fax");
    const wchar_t *telephone3 = jsonResponse.stringOf(L"telephone3");
    const wchar_t *address1_primarycontactname = jsonResponse.stringOf(L"address1_primarycontactname");
    const wchar_t *address3_city = jsonResponse.stringOf(L"address3_city");
    const wchar_t *lastonholdtime = jsonResponse.stringOf(L"lastonholdtime");
    const wchar_t *address2_stateorprovince = jsonResponse.stringOf(L"address2_stateorprovince");
    const wchar_t *address2_line1 = jsonResponse.stringOf(L"address2_line1");
    const wchar_t *assistantphone = jsonResponse.stringOf(L"assistantphone");
    const wchar_t *lastusedincampaign = jsonResponse.stringOf(L"lastusedincampaign");
    const wchar_t *address3_freighttermscode = jsonResponse.stringOf(L"address3_freighttermscode");
    const wchar_t *pager = jsonResponse.stringOf(L"pager");
    const wchar_t *employeeid = jsonResponse.stringOf(L"employeeid");
    const wchar_t *managername = jsonResponse.stringOf(L"managername");
    const wchar_t *address1_name = jsonResponse.stringOf(L"address1_name");
    const wchar_t *department = jsonResponse.stringOf(L"department");
    const wchar_t *address3_country = jsonResponse.stringOf(L"address3_country");
    const wchar_t *address2_telephone1 = jsonResponse.stringOf(L"address2_telephone1");
    const wchar_t *address2_primarycontactname = jsonResponse.stringOf(L"address2_primarycontactname");
    const wchar_t *address2_latitude = jsonResponse.stringOf(L"address2_latitude");
    const wchar_t *address3_latitude = jsonResponse.stringOf(L"address3_latitude");
    const wchar_t *address2_postalcode = jsonResponse.stringOf(L"address2_postalcode");
    const wchar_t *entityimage_timestamp = jsonResponse.stringOf(L"entityimage_timestamp");
    const wchar_t *v_originatingleadid_value = jsonResponse.stringOf(L"_originatingleadid_value");
    const wchar_t *v_masterid_value = jsonResponse.stringOf(L"_masterid_value");
    const wchar_t *v_createdonbehalfby_value = jsonResponse.stringOf(L"_createdonbehalfby_value");
    const wchar_t *address3_postofficebox = jsonResponse.stringOf(L"address3_postofficebox");
    const wchar_t *subscriptionid = jsonResponse.stringOf(L"subscriptionid");
    const wchar_t *business2 = jsonResponse.stringOf(L"business2");
    const wchar_t *address3_county = jsonResponse.stringOf(L"address3_county");
    const wchar_t *address1_telephone2 = jsonResponse.stringOf(L"address1_telephone2");
    const wchar_t *address1_freighttermscode = jsonResponse.stringOf(L"address1_freighttermscode");
    const wchar_t *address3_addresstypecode = jsonResponse.stringOf(L"address3_addresstypecode");
    const wchar_t *address1_addresstypecode = jsonResponse.stringOf(L"address1_addresstypecode");
    const wchar_t *aging90_base = jsonResponse.stringOf(L"aging90_base");
    const wchar_t *address3_primarycontactname = jsonResponse.stringOf(L"address3_primarycontactname");
    const wchar_t *familystatuscode = jsonResponse.stringOf(L"familystatuscode");
    const wchar_t *home2 = jsonResponse.stringOf(L"home2");
    const wchar_t *int_kloutscoreservice = jsonResponse.stringOf(L"int_kloutscoreservice");
    const wchar_t *address2_utcoffset = jsonResponse.stringOf(L"address2_utcoffset");
    const wchar_t *aging60 = jsonResponse.stringOf(L"aging60");
    const wchar_t *telephone2 = jsonResponse.stringOf(L"telephone2");
    const wchar_t *yomimiddlename = jsonResponse.stringOf(L"yomimiddlename");
    const wchar_t *v_modifiedonbehalfby_value = jsonResponse.stringOf(L"_modifiedonbehalfby_value");
    const wchar_t *jobtitle = jsonResponse.stringOf(L"jobtitle");
    const wchar_t *address3_utcoffset = jsonResponse.stringOf(L"address3_utcoffset");
    const wchar_t *address1_telephone3 = jsonResponse.stringOf(L"address1_telephone3");
    const wchar_t *address2_line2 = jsonResponse.stringOf(L"address2_line2");
    const wchar_t *creditlimit_base = jsonResponse.stringOf(L"creditlimit_base");
    const wchar_t *address3_line1 = jsonResponse.stringOf(L"address3_line1");
    const wchar_t *address1_county = jsonResponse.stringOf(L"address1_county");
    const wchar_t *v_createdbyexternalparty_value = jsonResponse.stringOf(L"_createdbyexternalparty_value");
    const wchar_t *entityimageid = jsonResponse.stringOf(L"entityimageid");
    const wchar_t *processid = jsonResponse.stringOf(L"processid");
    const wchar_t *int_facebook = jsonResponse.stringOf(L"int_facebook");
    const wchar_t *description = jsonResponse.stringOf(L"description");
    const wchar_t *address1_fax = jsonResponse.stringOf(L"address1_fax");
    const wchar_t *address3_line2 = jsonResponse.stringOf(L"address3_line2");
    const wchar_t *externaluseridentifier = jsonResponse.stringOf(L"externaluseridentifier");
    const wchar_t *int_facebookservice = jsonResponse.stringOf(L"int_facebookservice");
    const wchar_t *aging30_base = jsonResponse.stringOf(L"aging30_base");
    const wchar_t *v_callback = jsonResponse.stringOf(L"callback");
    const wchar_t *emailaddress2 = jsonResponse.stringOf(L"emailaddress2");
    const wchar_t *address2_line3 = jsonResponse.stringOf(L"address2_line3");
    const wchar_t *managerphone = jsonResponse.stringOf(L"managerphone");
    const wchar_t *websiteurl = jsonResponse.stringOf(L"websiteurl");
    const wchar_t *exchangerate = jsonResponse.stringOf(L"exchangerate");
    const wchar_t *address1_telephone1 = jsonResponse.stringOf(L"address1_telephone1");
    const wchar_t *address3_composite = jsonResponse.stringOf(L"address3_composite");
    const wchar_t *address3_fax = jsonResponse.stringOf(L"address3_fax");
    const wchar_t *childrensnames = jsonResponse.stringOf(L"childrensnames");
    const wchar_t *v_owningteam_value = jsonResponse.stringOf(L"_owningteam_value");
    const wchar_t *numberofchildren = jsonResponse.stringOf(L"numberofchildren");
    const wchar_t *address2_postofficebox = jsonResponse.stringOf(L"address2_postofficebox");
    const wchar_t *aging90 = jsonResponse.stringOf(L"aging90");
    const wchar_t *aging60_base = jsonResponse.stringOf(L"aging60_base");
    const wchar_t *v_transactioncurrencyid_value = jsonResponse.stringOf(L"_transactioncurrencyid_value");
    const wchar_t *entityimage = jsonResponse.stringOf(L"entityimage");
    const wchar_t *v_modifiedbyexternalparty_value = jsonResponse.stringOf(L"_modifiedbyexternalparty_value");
    const wchar_t *paymenttermscode = jsonResponse.stringOf(L"paymenttermscode");
    const wchar_t *address3_name = jsonResponse.stringOf(L"address3_name");
    const wchar_t *ftpsiteurl = jsonResponse.stringOf(L"ftpsiteurl");
    const wchar_t *address1_shippingmethodcode = jsonResponse.stringOf(L"address1_shippingmethodcode");
    const wchar_t *v_preferredsystemuserid_value = jsonResponse.stringOf(L"_preferredsystemuserid_value");
    const wchar_t *address2_telephone2 = jsonResponse.stringOf(L"address2_telephone2");
    const wchar_t *v_slainvokedid_value = jsonResponse.stringOf(L"_slainvokedid_value");
    const wchar_t *address3_telephone1 = jsonResponse.stringOf(L"address3_telephone1");
    const wchar_t *nickname = jsonResponse.stringOf(L"nickname");
    const wchar_t *address1_postofficebox = jsonResponse.stringOf(L"address1_postofficebox");
    const wchar_t *v_preferredequipmentid_value = jsonResponse.stringOf(L"_preferredequipmentid_value");
    const wchar_t *assistantname = jsonResponse.stringOf(L"assistantname");
    const wchar_t *address2_country = jsonResponse.stringOf(L"address2_country");
    const wchar_t *v_accountid_value = jsonResponse.stringOf(L"_accountid_value");
    const wchar_t *address2_name = jsonResponse.stringOf(L"address2_name");
    const wchar_t *stageid = jsonResponse.stringOf(L"stageid");
    const wchar_t *address3_longitude = jsonResponse.stringOf(L"address3_longitude");
    const wchar_t *onholdtime = jsonResponse.stringOf(L"onholdtime");
    const wchar_t *address2_telephone3 = jsonResponse.stringOf(L"address2_telephone3");
    const wchar_t *address3_upszone = jsonResponse.stringOf(L"address3_upszone");
    const wchar_t *aging30 = jsonResponse.stringOf(L"aging30");
    const wchar_t *address2_upszone = jsonResponse.stringOf(L"address2_upszone");
    const wchar_t *address1_upszone = jsonResponse.stringOf(L"address1_upszone");
    const wchar_t *creditlimit = jsonResponse.stringOf(L"creditlimit");
    const wchar_t *salutation = jsonResponse.stringOf(L"salutation");
    const wchar_t *traversedpath = jsonResponse.stringOf(L"traversedpath");
    const wchar_t *accountrolecode = jsonResponse.stringOf(L"accountrolecode");
    const wchar_t *address1_utcoffset = jsonResponse.stringOf(L"address1_utcoffset");
    const wchar_t *governmentid = jsonResponse.stringOf(L"governmentid");
    const wchar_t *annualincome_base = jsonResponse.stringOf(L"annualincome_base");
    const wchar_t *address3_stateorprovince = jsonResponse.stringOf(L"address3_stateorprovince");
    const wchar_t *address3_postalcode = jsonResponse.stringOf(L"address3_postalcode");
    const wchar_t *address2_city = jsonResponse.stringOf(L"address2_city");
    const wchar_t *msdyn_gdproptout = jsonResponse.stringOf(L"msdyn_gdproptout");
    const wchar_t *company = jsonResponse.stringOf(L"company");
    const wchar_t *address1_line2 = jsonResponse.stringOf(L"address1_line2");
    const wchar_t *address2_longitude = jsonResponse.stringOf(L"address2_longitude");
    const wchar_t *int_twitter = jsonResponse.stringOf(L"int_twitter");
    const wchar_t *address3_telephone2 = jsonResponse.stringOf(L"address3_telephone2");
    const wchar_t *yomifirstname = jsonResponse.stringOf(L"yomifirstname");
    const wchar_t *address2_composite = jsonResponse.stringOf(L"address2_composite");
    const wchar_t *address2_county = jsonResponse.stringOf(L"address2_county");
    const wchar_t *suffix = jsonResponse.stringOf(L"suffix");
    const wchar_t *anniversary = jsonResponse.stringOf(L"anniversary");
    const wchar_t *v_parentcontactid_value = jsonResponse.stringOf(L"_parentcontactid_value");
    const wchar_t *address2_fax = jsonResponse.stringOf(L"address2_fax");
    const wchar_t *yomilastname = jsonResponse.stringOf(L"yomilastname");
    const wchar_t *preferredappointmentdaycode = jsonResponse.stringOf(L"preferredappointmentdaycode");
    const wchar_t *entityimage_url = jsonResponse.stringOf(L"entityimage_url");
    const wchar_t *address1_line3 = jsonResponse.stringOf(L"address1_line3");
    const wchar_t *v_defaultpricelevelid_value = jsonResponse.stringOf(L"_defaultpricelevelid_value");
    const wchar_t *v_slaid_value = jsonResponse.stringOf(L"_slaid_value");
    const wchar_t *middlename = jsonResponse.stringOf(L"middlename");
    const wchar_t *address3_line3 = jsonResponse.stringOf(L"address3_line3");
    const wchar_t *timespentbymeonemailandmeetings = jsonResponse.stringOf(L"timespentbymeonemailandmeetings");
    }

Sample JSON Response Body

{
  "@odata.context": "https://mydomain.api.crm.dynamics.com/api/data/v9.0/$metadata#contacts/$entity",
  "@odata.etag": "W/\"1162210\"",
  "customertypecode": 1,
  "address1_latitude": 35.82096,
  "birthdate": "1965-05-24",
  "merged": false,
  "gendercode": 1,
  "territorycode": 1,
  "emailaddress1": "tom@cohowinery.com",
  "haschildrencode": 1,
  "preferredappointmenttimecode": 1,
  "isbackofficecustomer": false,
  "modifiedon": "2018-03-12T16:09:53Z",
  "_owninguser_value": "55e68414-a277-42d6-ba36-d90484708a1d",
  "importsequencenumber": 104,
  "address1_composite": "4405 Balboa Court\r\nSanta Cruz, NM 72052\r\nUS",
  "address1_longitude": -106.21346,
  "marketingonly": false,
  "donotphone": false,
  "preferredcontactmethodcode": 1,
  "educationcode": 1,
  "_ownerid_value": "55e68414-a277-42d6-ba36-d90484708a1d",
  "customersizecode": 1,
  "firstname": "Tomasz",
  "donotpostalmail": false,
  "yomifullname": "Tomasz Bochenek",
  "address2_addresstypecode": 1,
  "donotemail": false,
  "address2_shippingmethodcode": 1,
  "fullname": "Tomasz Bochenek",
  "timezoneruleversionnumber": 0,
  "address1_addressid": "c3a917d8-1daa-463b-a4ac-f6d9878d7456",
  "address2_freighttermscode": 1,
  "statuscode": 1,
  "createdon": "2017-01-20T22:40:01Z",
  "address1_stateorprovince": "NM",
  "lastname": "Bochenek",
  "donotsendmm": false,
  "donotfax": false,
  "leadsourcecode": 1,
  "address1_country": "US",
  "versionnumber": 1162210,
  "address1_line1": "4405 Balboa Court",
  "creditonhold": false,
  "telephone1": "456-698-4581",
  "_owningbusinessunit_value": "c4106190-c81e-e811-a980-000d3a192e9a",
  "address3_addressid": "e3e5cc17-4990-4d08-8a4d-c16ca45217ab",
  "donotbulkemail": false,
  "_modifiedby_value": "e00ba668-e2de-47bc-8f92-ab9573f92ff4",
  "followemail": true,
  "shippingmethodcode": 1,
  "_createdby_value": "55e68414-a277-42d6-ba36-d90484708a1d",
  "address1_city": "Santa Cruz",
  "donotbulkpostalmail": false,
  "_parentcustomerid_value": "b0a19cdd-88df-e311-b8e5-6c3be5a8b200",
  "contactid": "1fa1e5b9-88df-e311-b8e5-6c3be5a8b200",
  "participatesinworkflow": false,
  "statecode": 0,
  "overriddencreatedon": "2018-03-03T12:22:25Z",
  "address2_addressid": "fee626cd-e834-4a68-a54e-b98c23847b2d",
  "address1_postalcode": "72052",
  "int_kloutscore": 90,
  "spousesname": null,
  "emailaddress3": null,
  "address3_telephone3": null,
  "mobilephone": null,
  "utcconversiontimezonecode": null,
  "_preferredserviceid_value": null,
  "address3_shippingmethodcode": null,
  "int_twitterservice": null,
  "annualincome": null,
  "fax": null,
  "telephone3": null,
  "address1_primarycontactname": null,
  "address3_city": null,
  "lastonholdtime": null,
  "address2_stateorprovince": null,
  "address2_line1": null,
  "assistantphone": null,
  "lastusedincampaign": null,
  "address3_freighttermscode": null,
  "pager": null,
  "employeeid": null,
  "managername": null,
  "address1_name": null,
  "department": null,
  "address3_country": null,
  "address2_telephone1": null,
  "address2_primarycontactname": null,
  "address2_latitude": null,
  "address3_latitude": null,
  "address2_postalcode": null,
  "entityimage_timestamp": null,
  "_originatingleadid_value": null,
  "_masterid_value": null,
  "_createdonbehalfby_value": null,
  "address3_postofficebox": null,
  "subscriptionid": null,
  "business2": null,
  "address3_county": null,
  "address1_telephone2": null,
  "address1_freighttermscode": null,
  "address3_addresstypecode": null,
  "address1_addresstypecode": null,
  "aging90_base": null,
  "address3_primarycontactname": null,
  "familystatuscode": null,
  "home2": null,
  "int_kloutscoreservice": null,
  "address2_utcoffset": null,
  "aging60": null,
  "telephone2": null,
  "yomimiddlename": null,
  "_modifiedonbehalfby_value": null,
  "jobtitle": null,
  "address3_utcoffset": null,
  "address1_telephone3": null,
  "address2_line2": null,
  "creditlimit_base": null,
  "address3_line1": null,
  "address1_county": null,
  "_createdbyexternalparty_value": null,
  "entityimageid": null,
  "processid": null,
  "int_facebook": null,
  "description": null,
  "address1_fax": null,
  "address3_line2": null,
  "externaluseridentifier": null,
  "int_facebookservice": null,
  "aging30_base": null,
  "callback": null,
  "emailaddress2": null,
  "address2_line3": null,
  "managerphone": null,
  "websiteurl": null,
  "exchangerate": null,
  "address1_telephone1": null,
  "address3_composite": null,
  "address3_fax": null,
  "childrensnames": null,
  "_owningteam_value": null,
  "numberofchildren": null,
  "address2_postofficebox": null,
  "aging90": null,
  "aging60_base": null,
  "_transactioncurrencyid_value": null,
  "entityimage": null,
  "_modifiedbyexternalparty_value": null,
  "paymenttermscode": null,
  "address3_name": null,
  "ftpsiteurl": null,
  "address1_shippingmethodcode": null,
  "_preferredsystemuserid_value": null,
  "address2_telephone2": null,
  "_slainvokedid_value": null,
  "address3_telephone1": null,
  "nickname": null,
  "address1_postofficebox": null,
  "_preferredequipmentid_value": null,
  "assistantname": null,
  "address2_country": null,
  "_accountid_value": null,
  "address2_name": null,
  "stageid": null,
  "address3_longitude": null,
  "onholdtime": null,
  "address2_telephone3": null,
  "address3_upszone": null,
  "aging30": null,
  "address2_upszone": null,
  "address1_upszone": null,
  "creditlimit": null,
  "salutation": null,
  "traversedpath": null,
  "accountrolecode": null,
  "address1_utcoffset": null,
  "governmentid": null,
  "annualincome_base": null,
  "address3_stateorprovince": null,
  "address3_postalcode": null,
  "address2_city": null,
  "msdyn_gdproptout": null,
  "company": null,
  "address1_line2": null,
  "address2_longitude": null,
  "int_twitter": null,
  "address3_telephone2": null,
  "yomifirstname": null,
  "address2_composite": null,
  "address2_county": null,
  "suffix": null,
  "anniversary": null,
  "_parentcontactid_value": null,
  "address2_fax": null,
  "yomilastname": null,
  "preferredappointmentdaycode": null,
  "entityimage_url": null,
  "address1_line3": null,
  "_defaultpricelevelid_value": null,
  "_slaid_value": null,
  "middlename": null,
  "address3_line3": null,
  "timespentbymeonemailandmeetings": null
}