User Tools

Site Tools



en:xml_direct:alustamine:transport

Table of Contents

Transport

curl: get

curl --location 'https://login.directo.ee/xmlcore/cap_xml_direct/xmlcore.asp' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data-urlencode 'token=......' \
  --data-urlencode 'get=1' \
  --data-urlencode 'what=order' \
  --data-urlencode 'ts=15.04.2025 10:01:01'

curl: put

curl --location 'https://login.directo.ee/xmlcore/cap_xml_direct/xmlcore.asp' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data-urlencode 'token=......' \
  --data-urlencode 'put=1' \
  --data-urlencode 'what=order' \
  --data-urlencode 'xmldata=<orders>...</orders>'
en/xml_direct/alustamine/transport.txt · Last modified: 2026/06/25 15:24 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki