POST api/JobRequest/DBCopy

Request Information

URI Parameters

None.

Body Parameters

DBCopy
NameDescriptionTypeAdditional information
SourceDatabase

string

None.

TargetDatabase

string

None.

DestinationServer

string

None.

Scheduleddate

date

None.

OverwriteDB

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceDatabase": "sample string 1",
  "TargetDatabase": "sample string 2",
  "DestinationServer": "sample string 3",
  "Scheduleddate": "2025-04-29T09:34:36.6563054+00:00",
  "Email": null,
  "SubmittedBy": null,
  "OverwriteDB": true
}

text/html

Sample:
{"SourceDatabase":"sample string 1","TargetDatabase":"sample string 2","DestinationServer":"sample string 3","Scheduleddate":"2025-04-29T09:34:36.6563054+00:00","Email":null,"SubmittedBy":null,"OverwriteDB":true}

application/xml, text/xml

Sample:
<DBCopy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models">
  <DestinationServer>sample string 3</DestinationServer>
  <OverwriteDB>true</OverwriteDB>
  <Scheduleddate>2025-04-29T09:34:36.6563054+00:00</Scheduleddate>
  <SourceDatabase>sample string 1</SourceDatabase>
  <TargetDatabase>sample string 2</TargetDatabase>
</DBCopy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>