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

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

Detail

getOrdersNewsPOST


Bu servis ile gerçekleştirebileceği işlem : yeni 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>

</oneApp>

Örnek Sonuç:

<result>

<responseStatus></responseStatus>

<responseCode></responseCode>

<responseMsg></responseMsg>

<responseTime></responseTime>

<response>

<listOrder>

<orderNumber></orderNumber>

<orderDate></orderDate>

<orderTime></orderTime>

<buyerName></buyerName>

<orderAmount></orderAmount>

<orderType></orderType>

</listOrder>

...

<orderCount></orderCount>

</response>

</result>

One Api