PUT api/Budgets/{id}
Updates a budget.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the budget to update. |
globally unique identifier |
Required |
Body Parameters
The budget model to update with.
BudgetDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Amount | decimal number |
None. |
|
| CreationDateUtc | date |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| StartDateUtc | date |
None. |
|
| ExpiryDateUtc | date |
None. |
|
| Status | string |
None. |
|
| Transactions | Collection of TransactionDto |
None. |
|
| Allocations | Collection of AllocationDto |
None. |
|
| Increases | Collection of BudgetIncreaseDto |
None. |
|
| PoReference | string |
None. |
|
| TotalAllocated | decimal number |
None. |
|
| SpendToDate | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| AllocationStates | Collection of AllocationStateDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.