ProductCatalog
Click here for a complete list of operations.
_listUSglobal
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /ProductCatalog.asmx HTTP/1.1 Host: carconfigurator.fiat.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/_listUSglobal" <?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> <_listUSglobal xmlns="http://tempuri.org/"> <market>string</market> <brand>string</brand> <codLanguage>string</codLanguage> <model>string</model> <mvs>string</mvs> <action>string</action> <userSelections>string</userSelections> <filters>string</filters> </_listUSglobal> </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> <_listUSglobalResponse xmlns="http://tempuri.org/"> <_listUSglobalResult xmlns=""> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear xsi:nil="true" /> <ModelYear xsi:nil="true" /> </ModelYears> </Model> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear xsi:nil="true" /> <ModelYear xsi:nil="true" /> </ModelYears> </Model> <SelectedItem> <vIdSelected>string</vIdSelected> <selectedOptionals>string</selectedOptionals> <optionalsPrice>string</optionalsPrice> <standardOptionals> <optionalGroups xsi:nil="true" /> <optionalGroups xsi:nil="true" /> </standardOptionals> </SelectedItem> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> </DictionaryItemGroups> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> </DictionaryItemGroups> <commonItems> <destinationPrice>string</destinationPrice> <basePrice>string</basePrice> <optionalsPrice>string</optionalsPrice> <estimatedPrice>string</estimatedPrice> <mvs>string</mvs> <zipCode>string</zipCode> <rc>string</rc> <status>string</status> </commonItems> <DictionaryItems /> <DictionaryItems /> <MvssUsItems /> <MvssUsItems /> </_listUSglobalResult> </_listUSglobalResponse> </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 /ProductCatalog.asmx HTTP/1.1 Host: carconfigurator.fiat.com 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> <_listUSglobal xmlns="http://tempuri.org/"> <market>string</market> <brand>string</brand> <codLanguage>string</codLanguage> <model>string</model> <mvs>string</mvs> <action>string</action> <userSelections>string</userSelections> <filters>string</filters> </_listUSglobal> </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> <_listUSglobalResponse xmlns="http://tempuri.org/"> <_listUSglobalResult xmlns=""> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear xsi:nil="true" /> <ModelYear xsi:nil="true" /> </ModelYears> </Model> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear xsi:nil="true" /> <ModelYear xsi:nil="true" /> </ModelYears> </Model> <SelectedItem> <vIdSelected>string</vIdSelected> <selectedOptionals>string</selectedOptionals> <optionalsPrice>string</optionalsPrice> <standardOptionals> <optionalGroups xsi:nil="true" /> <optionalGroups xsi:nil="true" /> </standardOptionals> </SelectedItem> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> </DictionaryItemGroups> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items xsi:nil="true" /> </DictionaryItemGroup> </DictionaryItemGroups> <commonItems> <destinationPrice>string</destinationPrice> <basePrice>string</basePrice> <optionalsPrice>string</optionalsPrice> <estimatedPrice>string</estimatedPrice> <mvs>string</mvs> <zipCode>string</zipCode> <rc>string</rc> <status>string</status> </commonItems> <DictionaryItems /> <DictionaryItems /> <MvssUsItems /> <MvssUsItems /> </_listUSglobalResult> </_listUSglobalResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /ProductCatalog.asmx/_listUSglobal?market=string&brand=string&codLanguage=string&model=string&mvs=string&action=string&userSelections=string&filters=string HTTP/1.1 Host: carconfigurator.fiat.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <listUSglobalResponse> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> </ModelYears> </Model> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> </ModelYears> </Model> <SelectedItem> <vIdSelected>string</vIdSelected> <selectedOptionals>string</selectedOptionals> <optionalsPrice>string</optionalsPrice> <standardOptionals> <optionalGroups> <oGroupName>string</oGroupName> <Optionals d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </optionalGroups> <optionalGroups> <oGroupName>string</oGroupName> <Optionals d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </optionalGroups> </standardOptionals> </SelectedItem> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> </DictionaryItemGroups> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> </DictionaryItemGroups> <commonItems> <destinationPrice>string</destinationPrice> <basePrice>string</basePrice> <optionalsPrice>string</optionalsPrice> <estimatedPrice>string</estimatedPrice> <mvs>string</mvs> <zipCode>string</zipCode> <rc>string</rc> <status>string</status> </commonItems> <DictionaryItems /> <DictionaryItems /> <MvssUsItems /> <MvssUsItems /> </listUSglobalResponse>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ProductCatalog.asmx/_listUSglobal HTTP/1.1 Host: carconfigurator.fiat.com Content-Type: application/x-www-form-urlencoded Content-Length: length market=string&brand=string&codLanguage=string&model=string&mvs=string&action=string&userSelections=string&filters=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <listUSglobalResponse> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> </ModelYears> </Model> <Model> <modelId>string</modelId> <modelName>string</modelName> <ModelYears> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> <ModelYear> <year>string</year> <Trims d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </ModelYear> </ModelYears> </Model> <SelectedItem> <vIdSelected>string</vIdSelected> <selectedOptionals>string</selectedOptionals> <optionalsPrice>string</optionalsPrice> <standardOptionals> <optionalGroups> <oGroupName>string</oGroupName> <Optionals d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </optionalGroups> <optionalGroups> <oGroupName>string</oGroupName> <Optionals d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </optionalGroups> </standardOptionals> </SelectedItem> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> </DictionaryItemGroups> <DictionaryItemGroups> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> <DictionaryItemGroup> <ItemGroupName>string</ItemGroupName> <Items> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Item d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Items> </DictionaryItemGroup> </DictionaryItemGroups> <commonItems> <destinationPrice>string</destinationPrice> <basePrice>string</basePrice> <optionalsPrice>string</optionalsPrice> <estimatedPrice>string</estimatedPrice> <mvs>string</mvs> <zipCode>string</zipCode> <rc>string</rc> <status>string</status> </commonItems> <DictionaryItems /> <DictionaryItems /> <MvssUsItems /> <MvssUsItems /> </listUSglobalResponse>