You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.7 KiB
XML
34 lines
1.7 KiB
XML
2 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
|
||
|
<s:Body>
|
||
|
<GetOrderList xmlns="http://www.cdiscount.com">
|
||
|
<headerMessage xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<a:Context>
|
||
|
<a:CatalogID>1</a:CatalogID>
|
||
|
<a:CustomerPoolID>1</a:CustomerPoolID>
|
||
|
<a:SiteID>100</a:SiteID>
|
||
|
</a:Context>
|
||
|
<a:Localization>
|
||
|
<a:Country>Fr</a:Country>
|
||
|
<a:Currency>Eur</a:Currency>
|
||
|
<a:DecimalPosition>2</a:DecimalPosition>
|
||
|
<a:Language>Fr</a:Language>
|
||
|
</a:Localization>
|
||
|
<a:Security>
|
||
|
<a:DomainRightsList i:nil="true"/>
|
||
|
<a:IssuerID i:nil="true"/>
|
||
|
<a:SessionID i:nil="true"/>
|
||
|
<a:SubjectLocality i:nil="true"/>
|
||
|
<a:TokenId>@Token@</a:TokenId>
|
||
|
<a:UserName i:nil="true"/>
|
||
|
</a:Security>
|
||
|
<a:Version>1.0</a:Version>
|
||
|
</headerMessage>
|
||
|
<orderFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<BeginCreationDate>2016-01-24T00:00:00.00</BeginCreationDate>
<EndCreationDate>2017-01-21T23:59:59.99</EndCreationDate>
|
||
|
<FetchOrderLines>true</FetchOrderLines>
|
||
|
<States><OrderStateEnum>WaitingForShipmentAcceptation</OrderStateEnum></States>
|
||
|
</orderFilter>
|
||
|
</GetOrderList>
|
||
|
</s:Body>
|
||
|
</s:Envelope>
|