POST api/Lead/GetLead
Request Information
URI Parameters
None.
Body Parameters
GetLeadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadNumber | string |
None. |
|
| Origine | string |
None. |
|
| Tipo | string |
None. |
|
| CountryNationAccount | string |
None. |
|
| CountryNationContact | string |
None. |
|
| Modello | string |
None. |
|
| MachineCode | string |
None. |
|
| FamigliaProdotto | string |
None. |
|
| SottoFamigliaProdotto | string |
None. |
|
| Make | string |
None. |
|
| Societa | string |
None. |
|
| string |
None. |
||
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Telefono | string |
None. |
|
| Messaggio | string |
None. |
|
| FlagPrivacy | boolean |
None. |
|
| FlagNewsletter | boolean |
None. |
|
| IndustryCode | string |
None. |
|
| ApplicationInfo | ApplicationData |
None. |
|
| Device | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadNumber": "sample string 1",
"Origine": "sample string 2",
"Tipo": "sample string 3",
"CountryNationAccount": "sample string 4",
"CountryNationContact": "sample string 5",
"Modello": "sample string 6",
"MachineCode": "sample string 7",
"FamigliaProdotto": "sample string 8",
"SottoFamigliaProdotto": "sample string 9",
"Make": "sample string 10",
"Societa": "sample string 11",
"Email": "sample string 12",
"FirstName": "sample string 13",
"LastName": "sample string 14",
"Telefono": "sample string 15",
"Messaggio": "sample string 16",
"FlagPrivacy": true,
"FlagNewsletter": true,
"IndustryCode": "sample string 19",
"ApplicationInfo": {
"ApplicationId": "sample string 1",
"ApplicationKey": "sample string 2"
},
"Device": "sample string 20"
}
application/xml, text/xml
Sample:
<GetLeadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reply.Ferwood.Crm.Service.Messages">
<ApplicationInfo xmlns="http://schemas.datacontract.org/2004/07/Reply.IntegrationServices.Messages">
<ApplicationId>sample string 1</ApplicationId>
<ApplicationKey>sample string 2</ApplicationKey>
</ApplicationInfo>
<Device xmlns="http://schemas.datacontract.org/2004/07/Reply.IntegrationServices.Messages">sample string 20</Device>
<CountryNationAccount>sample string 4</CountryNationAccount>
<CountryNationContact>sample string 5</CountryNationContact>
<Email>sample string 12</Email>
<FamigliaProdotto>sample string 8</FamigliaProdotto>
<FirstName>sample string 13</FirstName>
<FlagNewsletter>true</FlagNewsletter>
<FlagPrivacy>true</FlagPrivacy>
<IndustryCode>sample string 19</IndustryCode>
<LastName>sample string 14</LastName>
<LeadNumber>sample string 1</LeadNumber>
<MachineCode>sample string 7</MachineCode>
<Make>sample string 10</Make>
<Messaggio>sample string 16</Messaggio>
<Modello>sample string 6</Modello>
<Origine>sample string 2</Origine>
<Societa>sample string 11</Societa>
<SottoFamigliaProdotto>sample string 9</SottoFamigliaProdotto>
<Telefono>sample string 15</Telefono>
<Tipo>sample string 3</Tipo>
</GetLeadRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetLeadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ElencoLead | Collection of Lead |
None. |
|
| Descrizione | string |
None. |
|
| LeadInserite | string |
None. |
|
| LeadAggiornate | string |
None. |
|
| LeadCancellate | string |
None. |
|
| LeadLineInserite | string |
None. |
|
| LeadLineAggiornate | string |
None. |
|
| LeadLineCancellate | string |
None. |
|
| Errori | string |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Detail | string |
None. |
|
| Version | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ElencoLead": [
null,
{
"Id": "a314370d-b02f-4c97-93b1-14953c9fa2fd",
"LogicalName": "lead",
"Attributes": [
{
"Key": "address1_addressid",
"Value": "3e18a5d6-b656-4c8b-a6f8-750f6afbe812"
},
{
"Key": "address1_addresstypecode",
"Value": {
"Value": 1
}
},
{
"Key": "address1_city",
"Value": "sample string 1"
},
{
"Key": "address1_country",
"Value": "sample string 2"
},
{
"Key": "address1_county",
"Value": "sample string 3"
},
{
"Key": "address1_fax",
"Value": "sample string 4"
},
{
"Key": "address1_latitude",
"Value": 1.1
},
{
"Key": "address1_line1",
"Value": "sample string 5"
},
{
"Key": "address1_line2",
"Value": "sample string 6"
},
{
"Key": "address1_line3",
"Value": "sample string 7"
},
{
"Key": "address1_longitude",
"Value": 1.1
},
{
"Key": "address1_name",
"Value": "sample string 8"
},
{
"Key": "address1_postalcode",
"Value": "sample string 9"
},
{
"Key": "address1_postofficebox",
"Value": "sample string 10"
},
{
"Key": "address1_shippingmethodcode",
"Value": {
"Value": 1
}
},
{
"Key": "address1_stateorprovince",
"Value": "sample string 11"
},
{
"Key": "address1_telephone1",
"Value": "sample string 12"
},
{
"Key": "address1_telephone2",
"Value": "sample string 13"
},
{
"Key": "address1_telephone3",
"Value": "sample string 14"
},
{
"Key": "address1_upszone",
"Value": "sample string 15"
},
{
"Key": "address1_utcoffset",
"Value": 1
},
{
"Key": "address2_addressid",
"Value": "c7f251e2-257c-43bd-abe5-f85fe928b3a4"
},
{
"Key": "address2_addresstypecode",
"Value": {
"Value": 1
}
},
{
"Key": "address2_city",
"Value": "sample string 16"
},
{
"Key": "clu_websitegenerated",
"Value": true
},
{
"Key": "address2_country",
"Value": "sample string 17"
},
{
"Key": "address2_county",
"Value": "sample string 18"
},
{
"Key": "address2_fax",
"Value": "sample string 19"
},
{
"Key": "address2_latitude",
"Value": 1.1
},
{
"Key": "address2_line1",
"Value": "sample string 20"
},
{
"Key": "address2_line2",
"Value": "sample string 21"
},
{
"Key": "address2_line3",
"Value": "sample string 22"
},
{
"Key": "address2_longitude",
"Value": 1.1
},
{
"Key": "address2_name",
"Value": "sample string 23"
},
{
"Key": "address2_postalcode",
"Value": "sample string 24"
},
{
"Key": "address2_postofficebox",
"Value": "sample string 25"
},
{
"Key": "address2_shippingmethodcode",
"Value": {
"Value": 1
}
},
{
"Key": "address2_stateorprovince",
"Value": "sample string 26"
},
{
"Key": "address2_telephone1",
"Value": "sample string 27"
},
{
"Key": "address2_telephone2",
"Value": "sample string 28"
},
{
"Key": "address2_telephone3",
"Value": "sample string 29"
},
{
"Key": "address2_upszone",
"Value": "sample string 30"
},
{
"Key": "address2_utcoffset",
"Value": 1
},
{
"Key": "budgetamount",
"Value": {
"Value": 1.0
}
},
{
"Key": "budgetstatus",
"Value": {
"Value": 0
}
},
{
"Key": "businesscard",
"Value": "sample string 31"
},
{
"Key": "businesscardattributes",
"Value": "sample string 32"
},
{
"Key": "campaignid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_accounttype",
"Value": {
"Value": 100000000
}
},
{
"Key": "clu_addresstype",
"Value": {
"Value": 100000000
}
},
{
"Key": "clu_askingprice",
"Value": {
"Value": 1.0
}
},
{
"Key": "clu_campaignid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_countrynationaccount",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_countrynationcontact",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_dealerid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_emailmarketing",
"Value": true
},
{
"Key": "clu_familyid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_id",
"Value": "sample string 33"
},
{
"Key": "clu_industry",
"Value": [
{
"Value": 100000000
},
{
"Value": 100000000
}
]
},
{
"Key": "clu_linkvideo",
"Value": "sample string 34"
},
{
"Key": "clu_machinecode",
"Value": "sample string 35"
},
{
"Key": "clu_makeid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_messagge",
"Value": "sample string 36"
},
{
"Key": "clu_model",
"Value": "sample string 37"
},
{
"Key": "clu_newsletter",
"Value": true
},
{
"Key": "clu_origin",
"Value": {
"Value": 100000000
}
},
{
"Key": "clu_portalname",
"Value": {
"Value": 100000000
}
},
{
"Key": "clu_privacy",
"Value": true
},
{
"Key": "clu_sharetocountrymanagers",
"Value": true
},
{
"Key": "clu_subfamilyid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "clu_type",
"Value": {
"Value": 100000000
}
},
{
"Key": "companyname",
"Value": "sample string 38"
},
{
"Key": "confirminterest",
"Value": true
},
{
"Key": "createdonbehalfby",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "customerid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "decisionmaker",
"Value": true
},
{
"Key": "description",
"Value": "sample string 39"
},
{
"Key": "donotbulkemail",
"Value": true
},
{
"Key": "donotemail",
"Value": true
},
{
"Key": "donotfax",
"Value": true
},
{
"Key": "donotphone",
"Value": true
},
{
"Key": "donotpostalmail",
"Value": true
},
{
"Key": "donotsendmm",
"Value": true
},
{
"Key": "emailaddress1",
"Value": "sample string 40"
},
{
"Key": "emailaddress2",
"Value": "sample string 41"
},
{
"Key": "emailaddress3",
"Value": "sample string 42"
},
{
"Key": "entityimage",
"Value": "QEA="
},
{
"Key": "estimatedamount",
"Value": {
"Value": 1.0
}
},
{
"Key": "estimatedclosedate",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "estimatedvalue",
"Value": 1.1
},
{
"Key": "evaluatefit",
"Value": true
},
{
"Key": "fax",
"Value": "sample string 43"
},
{
"Key": "firstname",
"Value": "sample string 44"
},
{
"Key": "followemail",
"Value": true
},
{
"Key": "ikl_geocoderecord",
"Value": true
},
{
"Key": "importsequencenumber",
"Value": 1
},
{
"Key": "industrycode",
"Value": {
"Value": 100000000
}
},
{
"Key": "initialcommunication",
"Value": {
"Value": 0
}
},
{
"Key": "jobtitle",
"Value": "sample string 45"
},
{
"Key": "lastname",
"Value": "sample string 46"
},
{
"Key": "lastonholdtime",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "lastusedincampaign",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "leadid",
"Value": "a314370d-b02f-4c97-93b1-14953c9fa2fd"
},
{
"Key": "leadqualitycode",
"Value": {
"Value": 1
}
},
{
"Key": "leadsourcecode",
"Value": {
"Value": 1
}
},
{
"Key": "middlename",
"Value": "sample string 48"
},
{
"Key": "mobilephone",
"Value": "sample string 49"
},
{
"Key": "modifiedonbehalfby",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "msdyn_gdproptout",
"Value": true
},
{
"Key": "need",
"Value": {
"Value": 0
}
},
{
"Key": "numberofemployees",
"Value": 1
},
{
"Key": "originatingcaseid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "overriddencreatedon",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "ownerid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "pager",
"Value": "sample string 50"
},
{
"Key": "parentaccountid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "parentcontactid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "participatesinworkflow",
"Value": true
},
{
"Key": "preferredcontactmethodcode",
"Value": {
"Value": 1
}
},
{
"Key": "prioritycode",
"Value": {
"Value": 1
}
},
{
"Key": "processid",
"Value": "f7118348-4fc5-46a1-9cb8-3659449206ba"
},
{
"Key": "purchaseprocess",
"Value": {
"Value": 0
}
},
{
"Key": "purchasetimeframe",
"Value": {
"Value": 0
}
},
{
"Key": "qualificationcomments",
"Value": "sample string 51"
},
{
"Key": "qualifyingopportunityid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "relatedobjectid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "revenue",
"Value": {
"Value": 1.0
}
},
{
"Key": "salesstage",
"Value": {
"Value": 0
}
},
{
"Key": "salesstagecode",
"Value": {
"Value": 1
}
},
{
"Key": "salutation",
"Value": "sample string 52"
},
{
"Key": "schedulefollowup_prospect",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "schedulefollowup_qualify",
"Value": "2025-12-05T11:28:35.2709781+00:00"
},
{
"Key": "sic",
"Value": "sample string 53"
},
{
"Key": "slaid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "stageid",
"Value": "c8ac1744-a981-4a92-8038-692f0de18bf5"
},
{
"Key": "statecode",
"Value": {
"Value": 0
}
},
{
"Key": "statuscode",
"Value": {
"Value": 3
}
},
{
"Key": "subject",
"Value": "sample string 54"
},
{
"Key": "teamsfollowed",
"Value": 1
},
{
"Key": "telephone1",
"Value": "sample string 55"
},
{
"Key": "telephone2",
"Value": "sample string 56"
},
{
"Key": "telephone3",
"Value": "sample string 57"
},
{
"Key": "timezoneruleversionnumber",
"Value": 1
},
{
"Key": "transactioncurrencyid",
"Value": {
"Id": "4bd22984-3aaa-4c6b-80ed-12763ae196c4",
"LogicalName": "sample string 2",
"Name": "sample string 3",
"KeyAttributes": [],
"RowVersion": "sample string 4"
}
},
{
"Key": "traversedpath",
"Value": "sample string 58"
},
{
"Key": "utcconversiontimezonecode",
"Value": 1
},
{
"Key": "websiteurl",
"Value": "sample string 59"
},
{
"Key": "yomicompanyname",
"Value": "sample string 60"
},
{
"Key": "yomifirstname",
"Value": "sample string 61"
},
{
"Key": "yomilastname",
"Value": "sample string 62"
},
{
"Key": "yomimiddlename",
"Value": "sample string 63"
}
],
"EntityState": null,
"FormattedValues": [],
"RelatedEntities": [],
"RowVersion": null,
"KeyAttributes": []
}
],
"Descrizione": "sample string 1",
"LeadInserite": "sample string 2",
"LeadAggiornate": "sample string 3",
"LeadCancellate": "sample string 4",
"LeadLineInserite": "sample string 5",
"LeadLineAggiornate": "sample string 6",
"LeadLineCancellate": "sample string 7",
"Errori": "sample string 8",
"IsSuccessful": true,
"Detail": "sample string 10",
"Version": "sample string 11"
}
application/xml, text/xml
Sample:
<GetLeadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reply.Ferwood.Crm.Service.Messages">
<Detail xmlns="http://schemas.datacontract.org/2004/07/Reply.IntegrationServices.Messages">sample string 10</Detail>
<IsSuccessful xmlns="http://schemas.datacontract.org/2004/07/Reply.IntegrationServices.Messages">true</IsSuccessful>
<Version xmlns="http://schemas.datacontract.org/2004/07/Reply.IntegrationServices.Messages">sample string 11</Version>
<Descrizione>sample string 1</Descrizione>
<ElencoLead xmlns:d2p1="http://schemas.datacontract.org/2004/07/Reply.Ferwood.CRM.DAL">
<d2p1:Lead i:nil="true" />
<d2p1:Lead>
<Attributes xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<KeyValuePairOfstringanyType>
<d4p1:key>address1_addressid</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d6p1:guid">3e18a5d6-b656-4c8b-a6f8-750f6afbe812</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_addresstypecode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_city</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_country</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 2</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_county</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 3</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_fax</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 4</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_latitude</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:double">1.1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_line1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 5</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_line2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 6</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_line3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 7</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_longitude</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:double">1.1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_name</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 8</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_postalcode</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 9</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_postofficebox</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 10</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_shippingmethodcode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_stateorprovince</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 11</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_telephone1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 12</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_telephone2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 13</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_telephone3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 14</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_upszone</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 15</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address1_utcoffset</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_addressid</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d6p1:guid">c7f251e2-257c-43bd-abe5-f85fe928b3a4</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_addresstypecode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_city</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 16</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_websitegenerated</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_country</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 17</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_county</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 18</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_fax</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 19</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_latitude</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:double">1.1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_line1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 20</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_line2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 21</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_line3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 22</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_longitude</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:double">1.1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_name</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 23</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_postalcode</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 24</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_postofficebox</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 25</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_shippingmethodcode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_stateorprovince</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 26</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_telephone1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 27</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_telephone2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 28</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_telephone3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 29</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_upszone</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 30</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>address2_utcoffset</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>budgetamount</d4p1:key>
<d4p1:value i:type="Money">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>budgetstatus</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>businesscard</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 31</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>businesscardattributes</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 32</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>campaignid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_accounttype</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_addresstype</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_askingprice</d4p1:key>
<d4p1:value i:type="Money">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_campaignid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_countrynationaccount</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_countrynationcontact</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_dealerid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_emailmarketing</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_familyid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_id</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 33</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_industry</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/xrm/9.0/Contracts" i:type="d6p1:OptionSetValueCollection">
<d6p1:OptionSetValue>
<Value>100000000</Value>
</d6p1:OptionSetValue>
<d6p1:OptionSetValue>
<Value>100000000</Value>
</d6p1:OptionSetValue>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_linkvideo</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 34</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_machinecode</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 35</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_makeid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_messagge</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 36</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_model</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 37</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_newsletter</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_origin</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_portalname</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_privacy</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_sharetocountrymanagers</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_subfamilyid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>clu_type</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>companyname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 38</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>confirminterest</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>createdonbehalfby</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>customerid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>decisionmaker</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>description</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 39</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotbulkemail</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotemail</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotfax</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotphone</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotpostalmail</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>donotsendmm</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>emailaddress1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 40</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>emailaddress2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 41</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>emailaddress3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 42</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>entityimage</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:base64Binary">QEA=</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>estimatedamount</d4p1:key>
<d4p1:value i:type="Money">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>estimatedclosedate</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>estimatedvalue</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:double">1.1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>evaluatefit</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>fax</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 43</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>firstname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 44</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>followemail</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>ikl_geocoderecord</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>importsequencenumber</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>industrycode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>100000000</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>initialcommunication</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>jobtitle</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 45</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>lastname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 46</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>lastonholdtime</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>lastusedincampaign</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>leadid</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d6p1:guid">a314370d-b02f-4c97-93b1-14953c9fa2fd</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>leadqualitycode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>leadsourcecode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>middlename</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 48</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>mobilephone</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 49</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>modifiedonbehalfby</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>msdyn_gdproptout</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>need</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>numberofemployees</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>originatingcaseid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>overriddencreatedon</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>ownerid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>pager</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 50</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>parentaccountid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>parentcontactid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>participatesinworkflow</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:boolean">true</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>preferredcontactmethodcode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>prioritycode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>processid</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d6p1:guid">f7118348-4fc5-46a1-9cb8-3659449206ba</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>purchaseprocess</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>purchasetimeframe</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>qualificationcomments</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 51</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>qualifyingopportunityid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>relatedobjectid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>revenue</d4p1:key>
<d4p1:value i:type="Money">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>salesstage</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>salesstagecode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>1</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>salutation</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 52</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>schedulefollowup_prospect</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>schedulefollowup_qualify</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:dateTime">2025-12-05T11:28:35.2709781+00:00</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>sic</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 53</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>slaid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>stageid</d4p1:key>
<d4p1:value xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d6p1:guid">c8ac1744-a981-4a92-8038-692f0de18bf5</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>statecode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>0</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>statuscode</d4p1:key>
<d4p1:value i:type="OptionSetValue">
<Value>3</Value>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>subject</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 54</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>teamsfollowed</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>telephone1</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 55</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>telephone2</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 56</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>telephone3</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 57</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>timezoneruleversionnumber</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>transactioncurrencyid</d4p1:key>
<d4p1:value i:type="EntityReference">
<Id>4bd22984-3aaa-4c6b-80ed-12763ae196c4</Id>
<KeyAttributes xmlns:d7p1="http://schemas.microsoft.com/xrm/7.1/Contracts" />
<LogicalName>sample string 2</LogicalName>
<Name>sample string 3</Name>
<RowVersion>sample string 4</RowVersion>
</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>traversedpath</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 58</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>utcconversiontimezonecode</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:int">1</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>websiteurl</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 59</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>yomicompanyname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 60</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>yomifirstname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 61</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>yomilastname</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 62</d4p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d4p1:key>yomimiddlename</d4p1:key>
<d4p1:value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 63</d4p1:value>
</KeyValuePairOfstringanyType>
</Attributes>
<EntityState i:nil="true" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" />
<FormattedValues xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" />
<Id xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">a314370d-b02f-4c97-93b1-14953c9fa2fd</Id>
<KeyAttributes xmlns:d4p1="http://schemas.microsoft.com/xrm/7.1/Contracts" xmlns:d4p2="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" />
<LogicalName xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">lead</LogicalName>
<RelatedEntities xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" />
<RowVersion i:nil="true" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" />
</d2p1:Lead>
</ElencoLead>
<Errori>sample string 8</Errori>
<LeadAggiornate>sample string 3</LeadAggiornate>
<LeadCancellate>sample string 4</LeadCancellate>
<LeadInserite>sample string 2</LeadInserite>
<LeadLineAggiornate>sample string 6</LeadLineAggiornate>
<LeadLineCancellate>sample string 7</LeadLineCancellate>
<LeadLineInserite>sample string 5</LeadLineInserite>
</GetLeadResponse>