Create an Activation Template

Request
Request Body schema: application/vnd.treasuredata.v1+json
id
string[1-9][0-9]*
type
string
Value: "activation-template"
object (ActivationTemplateJsonApiParameters)
object
Responses
200

Created Activation Template

400

Given parameters are not valid

403

Requested resource or action is not allowed because you don't have sufficient permissions

404

The specified resource is not found

5XX

System error. Because there is a possibility of a temporary error due to network trouble and so on, we recommend several times retry on request side. Please contact the TD support team if you do not resolve it.

post/entities/activation_templates
Request samples
application/vnd.treasuredata.v1+json
{
  • "id": "string",
  • "type": "activation-template",
  • "attributes": {
    },
  • "relationships": {
    }
}
Response samples
application/json
{
  • "data": {
    },
  • "included": [
    ]
}