Updates Export Template

Request

PUT https://api.convertiser.com/publisher/products/export_templates/{uuid}/

Path parameters

Parameter name Value Description Additional
uuid string Required

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
200 OK ExportTemplate

Explore this API

uuid
data
Request Content-Type
Response Content-Type

Choose an authorisation method:

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