Изменения

Перейти к: навигация, поиск

API Documentation

Нет изменений в размере, 11:37, 2 сентября 2021
м
Нет описания правки
For debugging, you can access your test client account at
https://home.courierexe.ru/8
login testlogin password testmpass
In the '''Integration''' > '''Debug''', you can execute API requests for debugging purposes and see sent requests. You will see all created orders on the '''Placed Orders''' tab.
Courier service provides access to a web service at https://home.courierexe.ru/api/. "/" (slash) on the end of the link is required. Use the following credentials for test access:
login: testlogin password: testmpass
extra client code: 8
<?xml version="1.0" encoding="UTF-8"?>
<neworder>
<auth extra="8" login="testlogin" pass="testmpass" />
<order>
<receiver>
<?xml version="1.0" encoding="UTF-8"?>
<receiptdata>
<auth extra="8" login="testlogin" pass="testmpass" />
<orders>
<order orderno="123456" />
<?xml version="1.0" encoding="UTF-8" ?>
<client>
<auth extra="8" login="testlogin" pass="testmpass" />
</client>
</source>

Навигация