POST api/Tools/SaveConfigureScheduleBackup

Request Information

URI Parameters

None.

Body Parameters

ConfigureScheduleBackupInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionMode

string

None.

TransactionCode

string

None.

ScheduleName

string

None.

Company

string

None.

Frequency

string

None.

BackupTime

string

None.

Compression

string

None.

DayDate

string

None.

BackupLocation

string

None.

UploadBackuptoGoogleDrive

string

None.

GoogleDrivefolderID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionMode": "sample string 4",
  "TransactionCode": "sample string 5",
  "ScheduleName": "sample string 6",
  "Company": "sample string 7",
  "Frequency": "sample string 8",
  "BackupTime": "sample string 9",
  "Compression": "sample string 10",
  "DayDate": "sample string 11",
  "BackupLocation": "sample string 12",
  "UploadBackuptoGoogleDrive": "sample string 13",
  "GoogleDrivefolderID": "sample string 14"
}

application/xml, text/xml

Sample:
<ConfigureScheduleBackupInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BackupLocation>sample string 12</BackupLocation>
  <BackupTime>sample string 9</BackupTime>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <Company>sample string 7</Company>
  <Compression>sample string 10</Compression>
  <DBName>sample string 1</DBName>
  <DayDate>sample string 11</DayDate>
  <Frequency>sample string 8</Frequency>
  <GoogleDrivefolderID>sample string 14</GoogleDrivefolderID>
  <ScheduleName>sample string 6</ScheduleName>
  <TransactionCode>sample string 5</TransactionCode>
  <TransactionMode>sample string 4</TransactionMode>
  <UploadBackuptoGoogleDrive>sample string 13</UploadBackuptoGoogleDrive>
  <UserInternalCode>sample string 3</UserInternalCode>
</ConfigureScheduleBackupInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.