PATCH api/Budgets/{id}/Restore

Restores a budget.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the budget to restore.

globally unique identifier

Required

Body Parameters

The model to restore with.

RestoreBudgetDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ExpiryDateUtc

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "e247955f-5a96-4602-bc97-14ec0cd56742",
  "ExpiryDateUtc": "2025-12-06T02:25:05.9691233+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>2025-12-06T02:25:05.9691233+00:00</ExpiryDateUtc>
  <Id>e247955f-5a96-4602-bc97-14ec0cd56742</Id>
</RestoreBudgetDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.