Here’s some info on REQUIRED fields (besides the <auth> and <token> mentioned before). If <auth> and <token> are not present, or are found to be invalid - the whole post request will fail. However, if any of the following required fields fail, only that particular POST will not be saved to the ClickaPost database.
<?xml version="1.0" encoding="UTF-8"?> <request> <auth> <token>126974fc1fb7ec3719372c120039d4b4c5c126a73b6a023e7609c03e83864f10</token> </auth> <posts> <post> <title>This is a simple test post</title> <category>241</category> <description>This is a description of the simple test post. It will allow people to immediately start playing around with our API and get more posts into the system.</description> <country>USA</country> </post> </posts> </request>
Now, isn’t that that simple?