Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
TeamDynamix.Api.Projects.NewProject
TeamDynamix.Api.Projects.NewProject.TemplateID
The ID of the template to apply to the newly created project. Available templates to
apply during creation follow the same restrictions as the web interface. The calling user must
have access to the specified template either because they own it or it is a
globally shared template. For service account callers, this means they may only specify
globally shared templates since they cannot own a template themselves.
When specifying to use a project template
and choosing to
inherit project type default settings,
the project template will take precedence for any settings that overlap between itself
and the project type default settings.
Data Type and Notes
Int32
Editable
Value
The ID of the template to apply to the newly created project.
or 0
to not apply a template.