Project Template Expense Budgets are expense budgets configured in a project template that are added to a project when the template is applied.
This endpoint returns structured Project Template Expense Budget objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the project_template_expense_budgets
top-level JSON key.
Please see our Response Format section for more information.
created_after | string <date-time> Filter for records created after a specified datetime. The datetime must be in ISO 8601 format. |
created_before | string <date-time> Filter for records created before a specified datetime. The datetime must be in ISO 8601 format. |
include | string Any of the below associations can be included in your request by providing the
|
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
order | string Default: "created_at:desc" Supply Valid values: |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
project_template_id | integer <int32> Filter by project template ID. |
updated_after | string <date-time> Filter for records updated after a specified datetime. The datetime must be in ISO 8601 format. |
updated_before | string <date-time> Filter for records updated before a specified datetime. The datetime must be in ISO 8601 format. |
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_expense_budgets": {
- "property1": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}
}
Adds an expense budget to a project template.
This endpoint returns structured Project Template Expense Budget objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the project_template_expense_budgets
top-level JSON key.
Please see our Response Format section for more information.
{- "project_template_expense_budget": {
- "project_template_id": 0,
- "title": "string",
- "description": "string",
- "billable": true,
- "burns_budget": true,
- "fixed_fee": true,
- "cost_per_unit_in_subunits": 0,
- "markup_type": "string",
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "quantity": 0,
- "relative_expected_by_date": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_expense_budgets": {
- "property1": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}
}
This endpoint returns structured Project Template Expense Budget objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the project_template_expense_budgets
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_expense_budgets": {
- "property1": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}
}
This endpoint returns structured Project Template Expense Budget objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the project_template_expense_budgets
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
object | |||||||||||||||||||||||
|
{- "project_template_expense_budget": {
- "title": "string",
- "billable": true,
- "burns_budget": true,
- "fixed_fee": true,
- "description": "string",
- "cost_per_unit_in_subunits": 0,
- "markup_type": "string",
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "quantity": 0,
- "relative_expected_by_date": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_expense_budgets": {
- "property1": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "billable": true,
- "burns_budget": true,
- "cost_per_unit_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "fixed_fee": true,
- "markup_per_unit_in_subunits": 0,
- "markup_percentage": 0,
- "markup_type": "string",
- "project_template_id": 0,
- "quantity": 0,
- "relative_expected_by_date": 0,
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}
}
Removes an expense budget from a project template.
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Project Template Expense Budget has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}