Ana Sayfa › Onelee Geliştirici
Onelee geliştirici Developer

Onelee ile kendi yazılımlarınızı entegre edebilir ve uygulamalar geliştirebilirsiniz.

Detail

getOrdersPOST


Bu servis ile gerçekleştirebileceği işlem : sipariş listesini almaktır.

İstek URL:

İzin Hakları :

Güvenlik için http protokolünün temel doğrulama Basic Authorization metodunu kullanmanız gerekir. Web servis isteklerinde api kullanıcısının mail adresi ve parolası kullanılmalıdır.

Örnek İstek:

<oneApp>

<apiKey></apiKey>

<apiSecret></apiSecret>

<oneBody>

<orderSdate></orderSdate>

<orderFdate></orderFdate>

<orderProcess></orderProcess>

</oneBody>

</oneApp>

Örnek Sonuç:

<result>

<responseStatus></responseStatus>

<responseCode></responseCode>

<responseMsg></responseMsg>

<responseTime></responseTime>

<response>

<listOrder>

<orderNumber></orderNumber>

<orderDate></orderDate>

<orderTime></orderTime>

<buyerName></buyerName>

<buyerMail></buyerMail>

<buyerTel></buyerTel>

<buyerIp></buyerIp>

<orderPrice></orderPrice>

<orderAmount></orderAmount>

<orderType></orderType>

<orderProcess></orderProcess>

<orderDelivery></orderDelivery>

<orderCash></orderCash>

<itemList>

<item>

<lstProduct></lstProduct>

<lstProduct></lstQuantity>

<lstAmount></lstAmount>

</item>

...

</itemList>

</listOrder>

...

</response>

</result>

One Api