LeadStatusServiceMock
Click here for a complete list of operations.
UpdateLeadAsync
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Fiat/LeadStatusService HTTP/1.1
Host: mockservices.vijzelmolen.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://icrm.pat.it/fiat/ws/UpdateLeadAsync"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UpdateLeadAsync xmlns="http://icrm.pat.it/fiat/ws">
<LogonInfo>
<Username>string</Username>
<Password>string</Password>
</LogonInfo>
<LeadInfo>
<Dealer>
<DealerCode>string</DealerCode>
<Dealer>string</Dealer>
<DealerSite>string</DealerSite>
<DealerAddress>string</DealerAddress>
<DealerCity>string</DealerCity>
<DealerDistrict>string</DealerDistrict>
<DealerMkt>string</DealerMkt>
<DealerPhone>string</DealerPhone>
<DealerRef>string</DealerRef>
</Dealer>
<FleetInfo>
<RequestReason>string</RequestReason>
<InterestTotalNumberOfVehicles>string</InterestTotalNumberOfVehicles>
<InterestBrand1>string</InterestBrand1>
<InterestModelDescription1>string</InterestModelDescription1>
<InterestModelCode1>string</InterestModelCode1>
<InterestNumberOfVehicles1>string</InterestNumberOfVehicles1>
<InterestBrand2>string</InterestBrand2>
<InterestModelDescription2>string</InterestModelDescription2>
<InterestModelCode2>string</InterestModelCode2>
<InterestNumberOfVehicles2>string</InterestNumberOfVehicles2>
<InterestBrand3>string</InterestBrand3>
<InterestModelDescription3>string</InterestModelDescription3>
<InterestModelCode3>string</InterestModelCode3>
<InterestNumberOfVehicles3>string</InterestNumberOfVehicles3>
<InterestBrand4>string</InterestBrand4>
<InterestModelDescription4>string</InterestModelDescription4>
<InterestModelCode4>string</InterestModelCode4>
<InterestNumberOfVehicles4>string</InterestNumberOfVehicles4>
<FleetTotalNumberOfVehicles>string</FleetTotalNumberOfVehicles>
<FleetNumberOfOwnedVehicles>string</FleetNumberOfOwnedVehicles>
<FleetNumberOfLeasedVehicles>string</FleetNumberOfLeasedVehicles>
<InterestExchange>string</InterestExchange>
<ExchangeNumberOfVehicles>string</ExchangeNumberOfVehicles>
</FleetInfo>
<Location>string</Location>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Email>string</Email>
<Address>string</Address>
<Zip>string</Zip>
<City>string</City>
<Province>string</Province>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<PhoneNumber2>string</PhoneNumber2>
<MobilePhone>string</MobilePhone>
<Privacy>int</Privacy>
<Marketing>int</Marketing>
<AgeCustomer>string</AgeCustomer>
<CompanyName>string</CompanyName>
<ExtendedPrivacyEMail>string</ExtendedPrivacyEMail>
<ExtendedPrivacyPost>string</ExtendedPrivacyPost>
<ExtendedPrivacySMS>string</ExtendedPrivacySMS>
<ExtendedPrivacyPhone>string</ExtendedPrivacyPhone>
<PrivacyExtraUE>string</PrivacyExtraUE>
<PrivacyGeolocation>string</PrivacyGeolocation>
<PrivacyThirdParty>string</PrivacyThirdParty>
<PrivacyProfilation>string</PrivacyProfilation>
<PrivacyPLThirdParty>string</PrivacyPLThirdParty>
<DescrBrand>string</DescrBrand>
<DescrVehicle>string</DescrVehicle>
<RegistrationDate>dateTime</RegistrationDate>
<InterestedPartExchange>string</InterestedPartExchange>
<AppointmentDate>dateTime</AppointmentDate>
<AppointmentSubject>string</AppointmentSubject>
<AppointmentNotes>string</AppointmentNotes>
<AppModProxAcq>string</AppModProxAcq>
<AppointmentDateAcq>dateTime</AppointmentDateAcq>
<AppNoteDealer>string</AppNoteDealer>
<TDModel>string</TDModel>
<TDVersion>string</TDVersion>
<LeadNotes>string</LeadNotes>
<CommercialCode>string</CommercialCode>
<CompanyID>string</CompanyID>
<PersonalID>string</PersonalID>
<BirthDate>dateTime</BirthDate>
<Gender>string</Gender>
<Salutation>string</Salutation>
<Sector>string</Sector>
<ContactRole>string</ContactRole>
<HasVatNumber>string</HasVatNumber>
<ContactJob>string</ContactJob>
<CTA>string</CTA>
<BrandOfInterest>string</BrandOfInterest>
<ModelOfInterest>string</ModelOfInterest>
<LinkOffer>string</LinkOffer>
</LeadInfo>
</UpdateLeadAsync>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UpdateLeadAsyncResponse xmlns="http://icrm.pat.it/fiat/ws">
<UpdateLeadAsyncResult />
</UpdateLeadAsyncResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Fiat/LeadStatusService HTTP/1.1
Host: mockservices.vijzelmolen.nl
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<UpdateLeadAsync xmlns="http://icrm.pat.it/fiat/ws">
<LogonInfo>
<Username>string</Username>
<Password>string</Password>
</LogonInfo>
<LeadInfo>
<Dealer>
<DealerCode>string</DealerCode>
<Dealer>string</Dealer>
<DealerSite>string</DealerSite>
<DealerAddress>string</DealerAddress>
<DealerCity>string</DealerCity>
<DealerDistrict>string</DealerDistrict>
<DealerMkt>string</DealerMkt>
<DealerPhone>string</DealerPhone>
<DealerRef>string</DealerRef>
</Dealer>
<FleetInfo>
<RequestReason>string</RequestReason>
<InterestTotalNumberOfVehicles>string</InterestTotalNumberOfVehicles>
<InterestBrand1>string</InterestBrand1>
<InterestModelDescription1>string</InterestModelDescription1>
<InterestModelCode1>string</InterestModelCode1>
<InterestNumberOfVehicles1>string</InterestNumberOfVehicles1>
<InterestBrand2>string</InterestBrand2>
<InterestModelDescription2>string</InterestModelDescription2>
<InterestModelCode2>string</InterestModelCode2>
<InterestNumberOfVehicles2>string</InterestNumberOfVehicles2>
<InterestBrand3>string</InterestBrand3>
<InterestModelDescription3>string</InterestModelDescription3>
<InterestModelCode3>string</InterestModelCode3>
<InterestNumberOfVehicles3>string</InterestNumberOfVehicles3>
<InterestBrand4>string</InterestBrand4>
<InterestModelDescription4>string</InterestModelDescription4>
<InterestModelCode4>string</InterestModelCode4>
<InterestNumberOfVehicles4>string</InterestNumberOfVehicles4>
<FleetTotalNumberOfVehicles>string</FleetTotalNumberOfVehicles>
<FleetNumberOfOwnedVehicles>string</FleetNumberOfOwnedVehicles>
<FleetNumberOfLeasedVehicles>string</FleetNumberOfLeasedVehicles>
<InterestExchange>string</InterestExchange>
<ExchangeNumberOfVehicles>string</ExchangeNumberOfVehicles>
</FleetInfo>
<Location>string</Location>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Email>string</Email>
<Address>string</Address>
<Zip>string</Zip>
<City>string</City>
<Province>string</Province>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<PhoneNumber2>string</PhoneNumber2>
<MobilePhone>string</MobilePhone>
<Privacy>int</Privacy>
<Marketing>int</Marketing>
<AgeCustomer>string</AgeCustomer>
<CompanyName>string</CompanyName>
<ExtendedPrivacyEMail>string</ExtendedPrivacyEMail>
<ExtendedPrivacyPost>string</ExtendedPrivacyPost>
<ExtendedPrivacySMS>string</ExtendedPrivacySMS>
<ExtendedPrivacyPhone>string</ExtendedPrivacyPhone>
<PrivacyExtraUE>string</PrivacyExtraUE>
<PrivacyGeolocation>string</PrivacyGeolocation>
<PrivacyThirdParty>string</PrivacyThirdParty>
<PrivacyProfilation>string</PrivacyProfilation>
<PrivacyPLThirdParty>string</PrivacyPLThirdParty>
<DescrBrand>string</DescrBrand>
<DescrVehicle>string</DescrVehicle>
<RegistrationDate>dateTime</RegistrationDate>
<InterestedPartExchange>string</InterestedPartExchange>
<AppointmentDate>dateTime</AppointmentDate>
<AppointmentSubject>string</AppointmentSubject>
<AppointmentNotes>string</AppointmentNotes>
<AppModProxAcq>string</AppModProxAcq>
<AppointmentDateAcq>dateTime</AppointmentDateAcq>
<AppNoteDealer>string</AppNoteDealer>
<TDModel>string</TDModel>
<TDVersion>string</TDVersion>
<LeadNotes>string</LeadNotes>
<CommercialCode>string</CommercialCode>
<CompanyID>string</CompanyID>
<PersonalID>string</PersonalID>
<BirthDate>dateTime</BirthDate>
<Gender>string</Gender>
<Salutation>string</Salutation>
<Sector>string</Sector>
<ContactRole>string</ContactRole>
<HasVatNumber>string</HasVatNumber>
<ContactJob>string</ContactJob>
<CTA>string</CTA>
<BrandOfInterest>string</BrandOfInterest>
<ModelOfInterest>string</ModelOfInterest>
<LinkOffer>string</LinkOffer>
</LeadInfo>
</UpdateLeadAsync>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<UpdateLeadAsyncResponse xmlns="http://icrm.pat.it/fiat/ws">
<UpdateLeadAsyncResult />
</UpdateLeadAsyncResponse>
</soap12:Body>
</soap12:Envelope>