POST api/JobRequest/ContentAndConfig

Request Information

URI Parameters

None.

Body Parameters

ContentAndConfig
NameDescriptionTypeAdditional information
SourceDatabase

string

None.

TargetDatabase

string

None.

CopyMenuYN

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceDatabase": "sample string 1",
  "TargetDatabase": "sample string 2",
  "Email": null,
  "SubmittedBy": null,
  "CopyMenuYN": true
}

text/html

Sample:
{"SourceDatabase":"sample string 1","TargetDatabase":"sample string 2","Email":null,"SubmittedBy":null,"CopyMenuYN":true}

application/xml, text/xml

Sample:
<ContentAndConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models">
  <CopyMenuYN>true</CopyMenuYN>
  <SourceDatabase>sample string 1</SourceDatabase>
  <TargetDatabase>sample string 2</TargetDatabase>
</ContentAndConfig>

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>