PUT api/v1/Dbrestore/UpdateDbrestore

Request Information

URI Parameters

None.

Body Parameters

DbRestore
NameDescriptionTypeAdditional information
_RestoreID

integer

None.

_RestoreName

string

String length: inclusive between 0 and 100

_From

date

None.

_When

date

None.

_Who

string

String length: inclusive between 0 and 100

_Status

byte

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_RestoreID": 1,
  "_RestoreName": "sample string 2",
  "_From": "2025-12-06T17:37:28.3422945+00:00",
  "_When": "2025-12-06T17:37:28.3422945+00:00",
  "_Who": "sample string 5",
  "_Status": 64,
  "_SysNumber": 7,
  "_CreationDate": "2025-12-06T17:37:28.3422945+00:00",
  "_UpdatedDate": "2025-12-06T17:37:28.3422945+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.