POST api/JobRequest/MirrorCopy

Request Information

URI Parameters

None.

Body Parameters

MirrorCopy
NameDescriptionTypeAdditional information
SourceDatabase

string

None.

TargetDatabase

string

None.

Scheduleddate

date

None.

OverwriteDB

boolean

None.

ScrubDB

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceDatabase": "sample string 1",
  "TargetDatabase": "sample string 2",
  "Scheduleddate": "2025-04-26T02:59:48.6993715-04:00",
  "Email": null,
  "SubmittedBy": null,
  "OverwriteDB": true,
  "ScrubDB": true
}

text/html

Sample:
{"SourceDatabase":"sample string 1","TargetDatabase":"sample string 2","Scheduleddate":"2025-04-26T02:59:48.6993715-04:00","Email":null,"SubmittedBy":null,"OverwriteDB":true,"ScrubDB":true}

application/xml, text/xml

Sample:
<MirrorCopy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models">
  <OverwriteDB>true</OverwriteDB>
  <Scheduleddate>2025-04-26T02:59:48.6993715-04:00</Scheduleddate>
  <ScrubDB>true</ScrubDB>
  <SourceDatabase>sample string 1</SourceDatabase>
  <TargetDatabase>sample string 2</TargetDatabase>
</MirrorCopy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

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