TFTP Web Services API

<back to all web services

UDPSystemSubscriber

The following routes are available for this service:
POST/UDP/RegisterNewUDPSystemSubscribersubscribe new UDP System subscriber when udp packet com it will redirect back to C24/DLS or any app that interested in UDP packet info

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/UDPSystemSubscriber HTTP/1.1 
Host: tftp-api.connect24.com 
Content-Type: application/xml
Content-Length: length

<UDPSystemSubscriber xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IMEI>String</IMEI>
  <SIM>String</SIM>
  <SMSPhone>String</SMSPhone>
  <URI_CallBack>String</URI_CallBack>
</UDPSystemSubscriber>