POST api/v1/Backup/PostDbBackup

Request Information

URI Parameters

None.

Body Parameters

DbBackup
NameDescriptionTypeAdditional information
_BackupID

integer

None.

_BackupName

string

None.

_BackupDate

date

None.

_BackupTime

date

None.

_User

string

None.

_Remote

byte

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_BackupID": 1,
  "_BackupName": "sample string 2",
  "_BackupDate": "2025-12-06T17:44:15.3544035+00:00",
  "_BackupTime": "2025-12-06T17:44:15.3544035+00:00",
  "_User": "sample string 5",
  "_Remote": 64,
  "_CreationDate": "2025-12-06T17:44:15.3544035+00:00",
  "_UpdatedDate": "2025-12-06T17:44:15.3544035+00:00",
  "_SysNumber": 9
}

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.