Onelee bayi ağına katılmak isteyen firmalar, uzmanlık alanları, ilgili oldukları sektörler, çalışan personelin niteliği, bulundukları bölge vb. kriterlere göre değerlendirilirler.
Bayi işlemleriOnelee ile kendi yazılımlarınızı entegre edebilir ve uygulamalar geliştirebilirsiniz.
POST
İ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>
<itemProduct>
<productId></productId>
<productCode></productCode>
<productName></productName>
<productPrice></productPrice>
<productAmount></productAmount>
<productQuantity></productQuantity>
<productCurrency></productCurrency>
<productVat></productVat>
<productBarcode></productBarcode>
</itemProduct>
...</response>
</result>