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

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

Detail

getOrderPOST


Bu servis ile gerçekleştirebileceği işlem : siprişin detaylarını 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>

<orderNumber></orderNumber>

</oneBody>

</oneApp>

Örnek Sonuç:

<result>

<responseStatus></responseStatus>

<responseCode></responseCode>

<responseMsg></responseMsg>

<responseTime></responseTime>

<order>

<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>

<orderAdress>

<teslim>

<addIsim></addIsim>

<addSemt></addSemt>

<addSehir></addSehir>

<addTel></addTel>

<addAdress></addAdress>

<addTc></addTc>

</teslim>

<fatura>

<addIsim></addIsim>

<addSemt></addSemt>

<addSehir></addSehir>

<addTel></addTel>

<addAdress></addAdress>

<addVd></addVd>

<addVn></addVn>

</fatura>

</orderAdress>

<orderCargo>

<carCode></carCode>

<carTracking></carTracking>

</orderCargo>

<itemList>

<item>

<lstOrder></lstOrder>

<lstCode></lstCode>

<lstProductId></lstProductId>

<lstProduct></lstProduct>

<lstPrice></lstPrice>

<lstQuantity></lstQuantity>

<lstVat></lstVat>

<lstCurrency></lstCurrency>

<lstAmount></lstAmount>

</item>

...

</itemList>

</order>

</result>

One Api