Creates Export Template

Request

POST https://api.convertiser.com/publisher/products/export_templates/

Request body

The request body takes a complete ExportTemplate resource, containing the following writable properties:

{
    "_version": "integer",
    "fields": "string",
    "output_format": "string",
    "subaccount": "string",
    "title": "string",
    "website": "string"
}

Properties

Name Type Description Additional
_version integer

Optimistic Object Lock

fields string
output_format string

Possible values are:

  • xml
  • json
subaccount string

A SubID allows to pass unique markers into the tracking link. A SubID should has only 32 alpha-numeric symbols, underscore and minus.

Optional
title string
website string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
201 Created ExportTemplate

Explore this API

data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!