Template
The contract template is used as a model to create a new contract. Templates are created using the Template editor in the Oneflow app.
Note:
Templates cannot be created or edited via the API.
Template attributes
The table below contains the list of all the attributes available for each template.
Attribute | Type | Description |
---|---|---|
_links | object | Contains links to endpoints associated with the parent object. See Links. |
available_options | object | Gives information about the capabilities of the contract. See Available options. |
created_time | string(datetime) | The time the template was created. |
id | integer(signed_integer_id) | The ID of the template. |
name | string or null | A short descriptive name of the template, like "Shoe sales proposal". |
parties | array | The list of parties in the contract, representing companies, organizations, individuals, government departments, etc. See Party. |
product_groups | array | The list of product groups. See Product group. |
template_type | object | The type of template. See Template type. |
updated_time | string(datetime) | The time the template was last updated. |
Updated 25 days ago