PATCH api/Budgets/{id}/Restore
Restores a budget.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the budget to restore. |
globally unique identifier |
Required |
Body Parameters
The model to restore with.
RestoreBudgetDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ExpiryDateUtc | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d9cf0710-b645-41d7-9d49-b8a3dcc55251",
"ExpiryDateUtc": "2026-07-04T14:03:53.1904013+00:00"
}
application/xml, text/xml
Sample:
<RestoreBudgetDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models"> <ExpiryDateUtc>2026-07-04T14:03:53.1904013+00:00</ExpiryDateUtc> <Id>d9cf0710-b645-41d7-9d49-b8a3dcc55251</Id> </RestoreBudgetDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.