Reference for http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/SearchBill
Permet de télécharger une liste de factures
Url: http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/SearchBill
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:
<SearchBillRequest xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request"> <Credential xmlns="EurekaTechnology.DispatchWeb.API.Business"> <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> <CustomerCodeList> <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> </CustomerCodeList> <FromEmissionUtcDate> <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value> <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate> <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate> <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour> <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime> <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick> <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan> <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour> </FromEmissionUtcDate> <ToEmissionUtcDate>1999-05-31T11:20:00</ToEmissionUtcDate> <BillState> <EBillState xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business">PreBilled</EBillState> <EBillState xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business">PreBilled</EBillState> </BillState> <InternalIdBillList> <int xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">2147483647</int> <int xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">2147483647</int> </InternalIdBillList> <MaxResult>2147483647</MaxResult> <SortMode>Date</SortMode> <SortAsc>true</SortAsc> <BillNumberList> <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> </BillNumberList> </SearchBillRequest>
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" } }, "CustomerCodeList":["String content"], "FromEmissionUtcDate":{ "Value":"\/Date(928142400000+0200)\/", "StringFullDate":"String content", "StringDate":"String content", "StringHour":"String content", "JsonDateTime":"String content", "Tick":9223372036854775807, "UnixTimeSpan":"String content", "IsDateWithoutHour":true }, "ToEmissionUtcDate":"\/Date(928142400000+0200)\/", "BillState":[0], "InternalIdBillList":[2147483647], "MaxResult":2147483647, "SortMode":0, "SortAsc":true, "BillNumberList":["String content"] }
The following is an example response Xml body:
<SearchBillResponse xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response"> <Errors xmlns="EurekaTechnology.DispatchWeb.API.Business"> <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 xmlns="EurekaTechnology.DispatchWeb.API.Business">OK</Status> <BillList> <Bill xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business"> <InternalBillId>2147483647</InternalBillId> <BillNumber>String content</BillNumber> <EmissionUtcDate> <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value> <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate> <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate> <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour> <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime> <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick> <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan> <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour> </EmissionUtcDate> <ExcludingTaxesAmount>12678967.543233</ExcludingTaxesAmount> <ExpiredUtcDate> <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value> <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate> <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate> <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour> <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime> <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick> <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan> <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour> </ExpiredUtcDate> <IncludingTaxesAmount>12678967.543233</IncludingTaxesAmount> <OverduePayment>12678967.543233</OverduePayment> <PaymentAvailable>true</PaymentAvailable> <BillDocumentAvailable>true</BillDocumentAvailable> <InternalCompanyCode>String content</InternalCompanyCode> <BillState>PreBilled</BillState> <BillType>Transport</BillType> <AgencyCode>String content</AgencyCode> <BillDocumentTrackId>String content</BillDocumentTrackId> </Bill> <Bill xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business"> <InternalBillId>2147483647</InternalBillId> <BillNumber>String content</BillNumber> <EmissionUtcDate> <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value> <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate> <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate> <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour> <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime> <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick> <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan> <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour> </EmissionUtcDate> <ExcludingTaxesAmount>12678967.543233</ExcludingTaxesAmount> <ExpiredUtcDate> <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value> <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate> <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate> <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour> <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime> <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick> <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan> <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour> </ExpiredUtcDate> <IncludingTaxesAmount>12678967.543233</IncludingTaxesAmount> <OverduePayment>12678967.543233</OverduePayment> <PaymentAvailable>true</PaymentAvailable> <BillDocumentAvailable>true</BillDocumentAvailable> <InternalCompanyCode>String content</InternalCompanyCode> <BillState>PreBilled</BillState> <BillType>Transport</BillType> <AgencyCode>String content</AgencyCode> <BillDocumentTrackId>String content</BillDocumentTrackId> </Bill> </BillList> </SearchBillResponse>
The following is an example response Json body:
{ "Errors":["String content"], "Status":0, "BillList":[{ "InternalBillId":2147483647, "BillNumber":"String content", "EmissionUtcDate":{ "Value":"\/Date(928142400000+0200)\/", "StringFullDate":"String content", "StringDate":"String content", "StringHour":"String content", "JsonDateTime":"String content", "Tick":9223372036854775807, "UnixTimeSpan":"String content", "IsDateWithoutHour":true }, "ExcludingTaxesAmount":12678967.543233, "ExpiredUtcDate":{ "Value":"\/Date(928142400000+0200)\/", "StringFullDate":"String content", "StringDate":"String content", "StringHour":"String content", "JsonDateTime":"String content", "Tick":9223372036854775807, "UnixTimeSpan":"String content", "IsDateWithoutHour":true }, "IncludingTaxesAmount":12678967.543233, "OverduePayment":12678967.543233, "PaymentAvailable":true, "BillDocumentAvailable":true, "InternalCompanyCode":"String content", "BillState":0, "BillType":0, "AgencyCode":"String content", "BillDocumentTrackId":"String content" }] }
The following is the request Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" /> <xs:import namespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" /> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:complexType name="SearchBillRequest"> <xs:complexContent mixed="false"> <xs:extension xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" base="q1:RequestType"> <xs:sequence> <xs:element minOccurs="0" name="CustomerCodeList" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" /> <xs:element minOccurs="0" name="FromEmissionUtcDate" nillable="true" type="q1:Date" /> <xs:element minOccurs="0" name="ToEmissionUtcDate" nillable="true" type="xs:dateTime" /> <xs:element minOccurs="0" name="BillState" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" type="q3:ArrayOfEBillState" /> <xs:element minOccurs="0" name="InternalIdBillList" nillable="true" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q4:ArrayOfint" /> <xs:element minOccurs="0" name="MaxResult" type="xs:int" /> <xs:element minOccurs="0" name="SortMode" type="tns:ESortMode" /> <xs:element minOccurs="0" name="SortAsc" type="xs:boolean" /> <xs:element minOccurs="0" name="BillNumberList" nillable="true" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q5:ArrayOfstring" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="SearchBillRequest" nillable="true" type="tns:SearchBillRequest" /> <xs:simpleType name="ESortMode"> <xs:restriction base="xs:string"> <xs:enumeration value="Date"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BillNumber"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="ESortMode" nillable="true" type="tns:ESortMode" /> </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>
<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="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:complexType name="Date"> <xs:sequence> <xs:element minOccurs="0" name="Value" nillable="true" type="xs:dateTime" /> <xs:element minOccurs="0" name="StringFullDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="StringDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="StringHour" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="JsonDateTime" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Tick" nillable="true" type="xs:long"> <xs:annotation> <xs:appinfo> <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /> </xs:appinfo> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="UnixTimeSpan" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="IsDateWithoutHour" type="xs:boolean" /> </xs:sequence> </xs:complexType> <xs:element name="Date" nillable="true" type="tns:Date" /> </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:complexType name="ArrayOfint"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:complexType name="ArrayOfEBillState"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="EBillState" type="tns:EBillState" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfEBillState" nillable="true" type="tns:ArrayOfEBillState" /> <xs:simpleType name="EBillState"> <xs:restriction base="xs:string"> <xs:enumeration value="PreBilled"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Billed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purged"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Generated"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Canceled"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Closed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="TotalyPayed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PartialyPayed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CreditNote"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="EBillState" nillable="true" type="tns:EBillState" /> </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="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" /> <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" /> <xs:complexType name="SearchBillResponse"> <xs:complexContent mixed="false"> <xs:extension xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" base="q1:ResponseType"> <xs:sequence> <xs:element minOccurs="0" name="BillList" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" type="q2:ArrayOfBill" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="SearchBillResponse" nillable="true" type="tns:SearchBillResponse" /> </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="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="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="Date"> <xs:sequence> <xs:element minOccurs="0" name="Value" nillable="true" type="xs:dateTime" /> <xs:element minOccurs="0" name="StringFullDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="StringDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="StringHour" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="JsonDateTime" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Tick" nillable="true" type="xs:long"> <xs:annotation> <xs:appinfo> <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /> </xs:appinfo> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="UnixTimeSpan" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="IsDateWithoutHour" type="xs:boolean" /> </xs:sequence> </xs:complexType> <xs:element name="Date" nillable="true" type="tns:Date" /> </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>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" /> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:complexType name="ArrayOfBill"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="Bill" nillable="true" type="tns:Bill" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfBill" nillable="true" type="tns:ArrayOfBill" /> <xs:complexType name="Bill"> <xs:sequence> <xs:element minOccurs="0" name="InternalBillId" type="xs:int" /> <xs:element minOccurs="0" name="BillNumber" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EmissionUtcDate" nillable="true" xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" type="q1:Date" /> <xs:element minOccurs="0" name="ExcludingTaxesAmount" type="xs:decimal" /> <xs:element minOccurs="0" name="ExpiredUtcDate" nillable="true" xmlns:q2="EurekaTechnology.DispatchWeb.API.Business" type="q2:Date" /> <xs:element minOccurs="0" name="IncludingTaxesAmount" type="xs:decimal" /> <xs:element minOccurs="0" name="OverduePayment" type="xs:decimal" /> <xs:element minOccurs="0" name="PaymentAvailable" type="xs:boolean" /> <xs:element minOccurs="0" name="BillDocumentAvailable" type="xs:boolean" /> <xs:element minOccurs="0" name="InternalCompanyCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="BillState" type="tns:EBillState" /> <xs:element minOccurs="0" name="BillType" type="tns:EBillType" /> <xs:element minOccurs="0" name="AgencyCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="BillDocumentTrackId" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="Bill" nillable="true" type="tns:Bill" /> <xs:simpleType name="EBillState"> <xs:restriction base="xs:string"> <xs:enumeration value="PreBilled"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Billed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purged"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Generated"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Canceled"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Closed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="TotalyPayed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PartialyPayed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CreditNote"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="EBillState" nillable="true" type="tns:EBillState" /> <xs:simpleType name="EBillType"> <xs:restriction base="xs:string"> <xs:enumeration value="Transport"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Loose"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Voucher"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CreditNote"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="EBillType" nillable="true" type="tns:EBillType" /> </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>