Creating a template |
To create a template, POST to the following address:
https://acme.api.telogis.com/templates
The body of the post contains the plain text of your template. You do not give an Id with the request, because the Id is generated when the template is saved to the server.
The response is a JSON entry of the template name and Id.
Possible return status codes are:
Example response:
{ "name": "HistoryDump", "templateId": 85536735 }