XML Post API
This API method is under development, there may be changes to it. Please contact your customer representative to access the API method.
To create a new group in your contact list using the POST method of the HTTP protocol in XML format, you can follow the instructions below.
Request URL
POSThttps://api.iletimerkezi.com/v1/add-groupRequest Body
<request>
<authentication>
<key></key>
<hash></hash>
</authentication>
<group>
<name><![CDATA[...]]></name>
<parent></parent>
</group>
</request>
Definitions
The request sent to the server must be wrapped in the request tag. The definitions of its sub-tags are as follows:
authentication
Contains information about the transaction status. The values returned with this tag can also be obtained by looking at the header information of the HTTP response. This tag is returned as standard in every request made. Its subtags are as follows
key: After logging into your iletimerkezi.com panel, the API Key that you can create from the settings section should be written in this field. It is mandatory to send it when making a request.
hash: After logging into your iletimerkezi.com panel, the hash created using the API Key and Secret Key, which you can create from the settings section, should be written in this field. It is mandatory to send it when making a request.