PUT api/allocations/{id}
Updates an allocation.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the allocation to update. |
globally unique identifier |
Required |
Body Parameters
The allocation model to update with.
AllocationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SpendLimit | decimal number |
None. |
|
| Description | string |
None. |
|
| CreationDate | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AllocatedByUserId | globally unique identifier |
None. |
|
| BudgetId | globally unique identifier |
None. |
|
| Budget | BudgetDto |
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.