Authorization: ********************
{
"ticket_template": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/createtickettemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_template": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
}
}'
{
"ticket_template": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
}
}