Body
Required
-
Content
-
Custom delimiter
-
Default mapping
Values are
customorroyalMail. Default value iscustom. -
Delivery
Values are
emailorwebhook. Default value isemail. -
Format
Values are
csv,json,html,xml,csv_mapping, orjson_mapping. Default value iscsv. -
Name
-
Resource
Values are
sales,purchases,variants,sale_items, orpurchase_items. -
Visible
Default value is
true. -
Webhook endpoint
-
Xml date dormat
POST
/templates.json
curl \
--request POST 'http://api.example.com/v1/templates.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"content":"string","customDelimiter":"string","defaultMapping":"custom","delivery":"email","format":"csv","name":"string","resource":"sales","visible":true,"webhookEndpoint":"string","xmlDateDormat":"string"}'
Request examples
{
"content": "string",
"customDelimiter": "string",
"defaultMapping": "custom",
"delivery": "email",
"format": "csv",
"name": "string",
"resource": "sales",
"visible": true,
"webhookEndpoint": "string",
"xmlDateDormat": "string"
}
Response examples (200)
{
"content": "string",
"createdAt": "2025-05-04T09:42:00Z",
"customDelimiter": "string",
"defaultMapping": "custom",
"delivery": "email",
"format": "csv",
"id": 42,
"name": "string",
"resource": "sales",
"updatedAt": "2025-05-04T09:42:00Z",
"visible": true,
"webhookEndpoint": "string",
"xmlDateDormat": "string"
}