Reference for http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/GetParameterCompany
Récupération des paramétrages de la société
Url: http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/GetParameterCompany
HTTP Method: POST
Message direction | Format | Body |
---|---|---|
Request | Xml | Example,Schema |
Request | Json | Example |
Response | Xml | Example,Schema |
Response | Json | Example |
The following is an example request Xml body:
<AuthentificationRequest xmlns="EurekaTechnology.DispatchWeb.API.Business"> <Credential> <License>String content</License> <Login>String content</Login> <Password>String content</Password> <EMail>String content</EMail> <Language>String content</Language> <ConnectionToken>String content</ConnectionToken> <OrdererCode>String content</OrdererCode> <DelegateToken>String content</DelegateToken> <ConsumerOrdererCode>String content</ConsumerOrdererCode> <ConsumerKey>String content</ConsumerKey> <Sso> <SsoConfigurationCode>String content</SsoConfigurationCode> <SsoAuthCode>String content</SsoAuthCode> <SsoRedirectUri>String content</SsoRedirectUri> <SsoSamlContent>String content</SsoSamlContent> <SsoSamlHttpMethod>String content</SsoSamlHttpMethod> </Sso> </Credential> </AuthentificationRequest>
The following is an example request Json body:
{ "Credential":{ "License":"String content", "Login":"String content", "Password":"String content", "EMail":"String content", "Language":"String content", "ConnectionToken":"String content", "OrdererCode":"String content", "DelegateToken":"String content", "ConsumerOrdererCode":"String content", "ConsumerKey":"String content", "Sso":{ "SsoConfigurationCode":"String content", "SsoAuthCode":"String content", "SsoRedirectUri":"String content", "SsoSamlContent":"String content", "SsoSamlHttpMethod":"String content" } } }
The following is an example response Xml body:
<GetCompanyParameterResponse xmlns="EurekaTechnology.DispatchWeb.API.Business"> <Errors> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> </Errors> <Status>OK</Status> <Parameters> <ClientEBusinessCode>String content</ClientEBusinessCode> <DefaultCountryCode>String content</DefaultCountryCode> <MandatoryAddressFields>Name</MandatoryAddressFields> <ForcingStepByStepMode>true</ForcingStepByStepMode> <ConditionOfUse>String content</ConditionOfUse> <UseAddressNormalization>true</UseAddressNormalization> <AddressNormalizationRequired>true</AddressNormalizationRequired> <UseAddressNormalizationIneBusiness>true</UseAddressNormalizationIneBusiness> <AddressNormalizationRequiredIneBusiness>true</AddressNormalizationRequiredIneBusiness> <ClientEBusinessCodeProfessionnal>String content</ClientEBusinessCodeProfessionnal> <EBusinessMandatoryFields>Name</EBusinessMandatoryFields> <OrdererCodeEBusiness> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> </OrdererCodeEBusiness> <OrdererCodeEBusinessProfessional> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string> </OrdererCodeEBusinessProfessional> <ECommerceGeneralConditionURL>String content</ECommerceGeneralConditionURL> <EBusinessShowPackageStep>true</EBusinessShowPackageStep> <Coment1Mode>None</Coment1Mode> <Coment2Mode>None</Coment2Mode> <Coment3Mode>None</Coment3Mode> <Coment4Mode>None</Coment4Mode> <Coment5Mode>None</Coment5Mode> <Coment6Mode>None</Coment6Mode> <Coment7Mode>None</Coment7Mode> <Coment8Mode>None</Coment8Mode> <VisibleAddressFields>Name</VisibleAddressFields> <TrackingPackagesSearchMaxPeriodInMonths>2147483647</TrackingPackagesSearchMaxPeriodInMonths> <TrackingPackagesSearchIgnoreBarcodeWhiteSpaces>true</TrackingPackagesSearchIgnoreBarcodeWhiteSpaces> <TrackingPackageSearchMinCharNbForAutocompletion>2147483647</TrackingPackageSearchMinCharNbForAutocompletion> <WeightDisplayUnit>String content</WeightDisplayUnit> <DefaultSizeUnit>String content</DefaultSizeUnit> <GazEmissionEnabled>true</GazEmissionEnabled> <SearchRestrictionSettings> <ContainsResearchMinCharacters>2147483647</ContainsResearchMinCharacters> <ContainsResearchMaxDays>2147483647</ContainsResearchMaxDays> </SearchRestrictionSettings> <HideBarCodeOnMissionDetails>true</HideBarCodeOnMissionDetails> <TrackIdFeatureEnabled>true</TrackIdFeatureEnabled> <DefaultCountryForOrderHistory>String content</DefaultCountryForOrderHistory> <CircuitAddressesSetEnabled>true</CircuitAddressesSetEnabled> <TransportSearchResultLimit>4294967295</TransportSearchResultLimit> <ReceiptLabel>String content</ReceiptLabel> <IsAirWaybillModuleEnabled>true</IsAirWaybillModuleEnabled> <TrackyParameters> <TransportInactivityTimeBeforeCutoffInMinutes>2147483647</TransportInactivityTimeBeforeCutoffInMinutes> <TransportRefreshRateInMinutes>2147483647</TransportRefreshRateInMinutes> <TransportDelayAlertLevelLessThanMinutes>2147483647</TransportDelayAlertLevelLessThanMinutes> <TransportDelayAlertLevelGreaterThanMinutes>2147483647</TransportDelayAlertLevelGreaterThanMinutes> </TrackyParameters> <LoginPageUrl>String content</LoginPageUrl> <HomePageMessage>String content</HomePageMessage> <TrackyUrl>String content</TrackyUrl> </Parameters> </GetCompanyParameterResponse>
The following is an example response Json body:
{ "Errors":["String content"], "Status":0, "Parameters":{ "ClientEBusinessCode":"String content", "DefaultCountryCode":"String content", "MandatoryAddressFields":0, "ForcingStepByStepMode":true, "ConditionOfUse":"String content", "UseAddressNormalization":true, "AddressNormalizationRequired":true, "UseAddressNormalizationIneBusiness":true, "AddressNormalizationRequiredIneBusiness":true, "ClientEBusinessCodeProfessionnal":"String content", "EBusinessMandatoryFields":0, "OrdererCodeEBusiness":["String content"], "OrdererCodeEBusinessProfessional":["String content"], "ECommerceGeneralConditionURL":"String content", "EBusinessShowPackageStep":true, "Coment1Mode":0, "Coment2Mode":0, "Coment3Mode":0, "Coment4Mode":0, "Coment5Mode":0, "Coment6Mode":0, "Coment7Mode":0, "Coment8Mode":0, "VisibleAddressFields":0, "TrackingPackagesSearchMaxPeriodInMonths":2147483647, "TrackingPackagesSearchIgnoreBarcodeWhiteSpaces":true, "TrackingPackageSearchMinCharNbForAutocompletion":2147483647, "WeightDisplayUnit":"String content", "DefaultSizeUnit":"String content", "GazEmissionEnabled":true, "SearchRestrictionSettings":{ "ContainsResearchMinCharacters":2147483647, "ContainsResearchMaxDays":2147483647 }, "HideBarCodeOnMissionDetails":true, "TrackIdFeatureEnabled":true, "DefaultCountryForOrderHistory":"String content", "CircuitAddressesSetEnabled":true, "TransportSearchResultLimit":4294967295, "ReceiptLabel":"String content", "IsAirWaybillModuleEnabled":true, "TrackyParameters":{ "TransportInactivityTimeBeforeCutoffInMinutes":2147483647, "TransportRefreshRateInMinutes":2147483647, "TransportDelayAlertLevelLessThanMinutes":2147483647, "TransportDelayAlertLevelGreaterThanMinutes":2147483647 }, "LoginPageUrl":"String content", "HomePageMessage":"String content", "TrackyUrl":"String content" } }
The following is the request Xml Schema:
<xs:schema xmlns:tns="EurekaTechnology.DispatchWeb.API.Business" elementFormDefault="qualified" targetNamespace="EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="AuthentificationRequest"> <xs:complexContent mixed="false"> <xs:extension base="tns:RequestType"> <xs:sequence /> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="AuthentificationRequest" nillable="true" type="tns:AuthentificationRequest" /> <xs:complexType name="RequestType"> <xs:sequence> <xs:element name="Credential" nillable="true" type="tns:Credential" /> </xs:sequence> </xs:complexType> <xs:element name="RequestType" nillable="true" type="tns:RequestType" /> <xs:complexType name="Credential"> <xs:sequence> <xs:element name="License" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Login" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EMail" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ConnectionToken" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrdererCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DelegateToken" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ConsumerOrdererCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ConsumerKey" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Sso" nillable="true" type="tns:SsoAuthentication" /> </xs:sequence> </xs:complexType> <xs:element name="Credential" nillable="true" type="tns:Credential" /> <xs:complexType name="SsoAuthentication"> <xs:sequence> <xs:element name="SsoConfigurationCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SsoAuthCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SsoRedirectUri" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SsoSamlContent" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SsoSamlHttpMethod" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="SsoAuthentication" nillable="true" type="tns:SsoAuthentication" /> </xs:schema>
Additional request Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"> <tns:element name="schema"> <tns:complexType /> </tns:element> </tns:schema>
The following is the response Xml Schema:
<xs:schema xmlns:tns="EurekaTechnology.DispatchWeb.API.Business" elementFormDefault="qualified" targetNamespace="EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:complexType name="GetCompanyParameterResponse"> <xs:complexContent mixed="false"> <xs:extension base="tns:ResponseType"> <xs:sequence> <xs:element minOccurs="0" name="Parameters" nillable="true" type="tns:CompanyParameters" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="GetCompanyParameterResponse" nillable="true" type="tns:GetCompanyParameterResponse" /> <xs:complexType name="ResponseType"> <xs:sequence> <xs:element minOccurs="0" name="Errors" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" /> <xs:element name="Status" type="tns:ResponseStatus" /> </xs:sequence> </xs:complexType> <xs:element name="ResponseType" nillable="true" type="tns:ResponseType" /> <xs:simpleType name="ResponseStatus"> <xs:restriction base="xs:string"> <xs:enumeration value="OK"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">200</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Created"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">201</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Accepted"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">202</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NoContent"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">204</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NotModified"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">304</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BadRequest"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">400</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unauthorized"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">401</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="MethodNotAllowed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">405</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="RequestTimeout"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">408</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NoEquivalence"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">420</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NOK"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">421</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="InternalServerError"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">500</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NotImplemented"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">501</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ServiceUnavailable"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">503</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" /> <xs:complexType name="CompanyParameters"> <xs:sequence> <xs:element minOccurs="0" name="ClientEBusinessCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DefaultCountryCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MandatoryAddressFields" type="tns:eMandatoryAddressFields" /> <xs:element minOccurs="0" name="ForcingStepByStepMode" type="xs:boolean" /> <xs:element minOccurs="0" name="ConditionOfUse" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UseAddressNormalization" type="xs:boolean" /> <xs:element minOccurs="0" name="AddressNormalizationRequired" type="xs:boolean" /> <xs:element minOccurs="0" name="UseAddressNormalizationIneBusiness" type="xs:boolean" /> <xs:element minOccurs="0" name="AddressNormalizationRequiredIneBusiness" type="xs:boolean" /> <xs:element minOccurs="0" name="ClientEBusinessCodeProfessionnal" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EBusinessMandatoryFields" type="tns:eMandatoryAddressFields" /> <xs:element minOccurs="0" name="OrdererCodeEBusiness" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" /> <xs:element minOccurs="0" name="OrdererCodeEBusinessProfessional" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" /> <xs:element minOccurs="0" name="ECommerceGeneralConditionURL" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EBusinessShowPackageStep" type="xs:boolean" /> <xs:element minOccurs="0" name="Coment1Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment2Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment3Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment4Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment5Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment6Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment7Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="Coment8Mode" type="tns:eComentMode" /> <xs:element minOccurs="0" name="VisibleAddressFields" type="tns:eVisibleAddressFields" /> <xs:element minOccurs="0" name="TrackingPackagesSearchMaxPeriodInMonths" type="xs:int" /> <xs:element minOccurs="0" name="TrackingPackagesSearchIgnoreBarcodeWhiteSpaces" type="xs:boolean" /> <xs:element minOccurs="0" name="TrackingPackageSearchMinCharNbForAutocompletion" type="xs:int" /> <xs:element minOccurs="0" name="WeightDisplayUnit" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DefaultSizeUnit" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="GazEmissionEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="SearchRestrictionSettings" nillable="true" type="tns:SearchRestrictionSettings" /> <xs:element minOccurs="0" name="HideBarCodeOnMissionDetails" type="xs:boolean" /> <xs:element minOccurs="0" name="TrackIdFeatureEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="DefaultCountryForOrderHistory" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CircuitAddressesSetEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="TransportSearchResultLimit" type="xs:unsignedInt" /> <xs:element minOccurs="0" name="ReceiptLabel" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="IsAirWaybillModuleEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="TrackyParameters" nillable="true" type="tns:TrackyParameters" /> <xs:element minOccurs="0" name="LoginPageUrl" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="HomePageMessage" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="TrackyUrl" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="CompanyParameters" nillable="true" type="tns:CompanyParameters" /> <xs:simpleType name="eMandatoryAddressFields"> <xs:list> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Name"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Street"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Address1"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Address2"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ZipCtiy"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Email"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone1"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">256</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone2"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">512</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone3"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1024</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contact"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2048</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="StreetNumber"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4096</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType> <xs:element name="eMandatoryAddressFields" nillable="true" type="tns:eMandatoryAddressFields" /> <xs:simpleType name="eComentMode"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="Common" /> <xs:enumeration value="Pickup" /> <xs:enumeration value="Delivery" /> </xs:restriction> </xs:simpleType> <xs:element name="eComentMode" nillable="true" type="tns:eComentMode" /> <xs:simpleType name="eVisibleAddressFields"> <xs:list> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Name"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Street"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Address1"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Address2"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ZipCtiy"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Email"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone1"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">256</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone2"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">512</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phone3"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1024</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contact"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2048</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="StreetNumber"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4096</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType> <xs:element name="eVisibleAddressFields" nillable="true" type="tns:eVisibleAddressFields" /> <xs:complexType name="SearchRestrictionSettings"> <xs:sequence> <xs:element name="ContainsResearchMinCharacters" type="xs:int" /> <xs:element name="ContainsResearchMaxDays" type="xs:int" /> </xs:sequence> </xs:complexType> <xs:element name="SearchRestrictionSettings" nillable="true" type="tns:SearchRestrictionSettings" /> <xs:complexType name="TrackyParameters"> <xs:sequence> <xs:element minOccurs="0" name="TransportInactivityTimeBeforeCutoffInMinutes" type="xs:int" /> <xs:element minOccurs="0" name="TransportRefreshRateInMinutes" type="xs:int" /> <xs:element minOccurs="0" name="TransportDelayAlertLevelLessThanMinutes" type="xs:int" /> <xs:element minOccurs="0" name="TransportDelayAlertLevelGreaterThanMinutes" type="xs:int" /> </xs:sequence> </xs:complexType> <xs:element name="TrackyParameters" nillable="true" type="tns:TrackyParameters" /> </xs:schema>
Additional response Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="ArrayOfstring"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" /> </xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"> <tns:element name="schema"> <tns:complexType /> </tns:element> </tns:schema>