POST api/PCSBackup

Request Information

URI Parameters

None.

Body Parameters

PCSBackupReqDto
NameDescriptionTypeAdditional information
AccessCode

string

None.

FolderName

string

None.

DBName

string

None.

TempPath

string

None.

PCSFileName

string

None.

PCSHRFileName

string

None.

BackupAD

date

None.

BackupBS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessCode": "sample string 1",
  "FolderName": "sample string 2",
  "DBName": "sample string 3",
  "TempPath": "sample string 4",
  "PCSFileName": "sample string 5",
  "PCSHRFileName": "sample string 6",
  "BackupAD": "2025-12-10T09:55:21.9838132+05:45",
  "BackupBS": "sample string 8"
}

application/xml, text/xml

Sample:
<PCSBackupReqDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTTSMobileAPI.WebApp.Models.Dto">
  <AccessCode>sample string 1</AccessCode>
  <BackupAD>2025-12-10T09:55:21.9838132+05:45</BackupAD>
  <BackupBS>sample string 8</BackupBS>
  <DBName>sample string 3</DBName>
  <FolderName>sample string 2</FolderName>
  <PCSFileName>sample string 5</PCSFileName>
  <PCSHRFileName>sample string 6</PCSHRFileName>
  <TempPath>sample string 4</TempPath>
</PCSBackupReqDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.