XML Post API
If you want to perform SMS sending using the POST method of the HTTP protocol in XML format, you can follow the guidelines below.
Request URL
POSThttps://api.iletimerkezi.com/v1/send-sms
Request Body (Body)
<request>
<authentication>
<key></key>
<hash></hash>
</authentication>
<order>
<sender></sender>
<sendDateTime></sendDateTime>
<iys>1</iys>
<iysList>BIREYSEL</iysList>
<message>
<text><![CDATA[...]]></text>
<receipents>
<number></number>
<number></number>
</receipents>
</message>
</order>
</request>
Definitions
The request to be made to the server must be wrapped in a request tag. The definitions of the sub-tags of this tag are as follows: