From e1d5dd87b089713ca95be8d61c73800c1e26f6ca Mon Sep 17 00:00:00 2001 From: jonlawrenceaccelo <107499187+jonlawrenceaccelo@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:36:33 -0400 Subject: [PATCH] Update _jobs.md You can insert a project template during project creation using the job_template_id endpoint. This is not in the documentation, but I tested it and it does work. --- source/includes/endpoints/_jobs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/includes/endpoints/_jobs.md b/source/includes/endpoints/_jobs.md index 32720a69..51a396ea 100644 --- a/source/includes/endpoints/_jobs.md +++ b/source/includes/endpoints/_jobs.md @@ -775,6 +775,7 @@ The following fields may be set through this request: | **manager_id** | The `staff_id` of the staff member to be assigned manager. This MUST point to a valid staff. | | **type_id*** | MUST point to a valid [job type](#the-job-type). | | **title** || +| job_template_id | The unique identifier of the `job_template_id`. See the [support documentation](https://help.accelo.com/guides/user/modules/projects/creating-a-project-plan/#Templates) for information on job templates. | | rate_id || | status_id | MUST point to a valid [job status](#the-job-status). | | contract_id | The `contract_id` of a [contract](#contracts) to be linked to the job. |