POST /api/report_templates
{
"report_template": {
"name": "M",
"template": "a,b,c"
}
}
201
{
"template": "a,b,c",
"default": false,
"snippet": false,
"locked": false,
"description": null,
"created_at": "2020-05-20 13:23:04 UTC",
"updated_at": "2020-05-20 13:23:04 UTC",
"name": "M",
"id": 1007981733,
"locations": [],
"organizations": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
report_template required |
Validations:
|
|
report_template[name] required |
Validations:
|
|
report_template[description] optional , nil allowed |
Validations:
|
|
report_template[template] required |
Validations:
|
|
report_template[snippet] optional , nil allowed |
Validations:
|
|
report_template[audit_comment] optional , nil allowed |
Validations:
|
|
report_template[locked] optional , nil allowed |
Whether or not the template is locked for editing Validations:
|
|
report_template[default] optional , nil allowed |
Whether or not the template is added automatically to new organizations and locations Validations:
|
|
report_template[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
report_template[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|