# Create a Report Template **POST /api/v1/report-template** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **name** (string) Name of the report template - **report_type_id** (string) Valid report type id, this template will generate reports of this type - **report_query** (array[string]) Extra query information that may be either required or optional depending on the report type ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the report template - **created_by** (object) The account that created this report template - **report_type_id** (string) Report type id of the report type to generate when using this template - **report_query** (object) Extra query information that will be used in generating the report [Powered by Bump.sh](https://bump.sh)