POST ProductSetup/ChkCourseContentDetailsExists

Request Information

URI Parameters

None.

Body Parameters

ChkCourseContentDetailsExists
NameDescriptionTypeAdditional information
courseCode

string

None.

subjectCode

string

None.

chapterCode

string

None.

topicCode

string

None.

subTopicCode

string

None.

moduleCode

string

None.

contentTypeCode

string

None.

productContentName

string

None.

versionId

string

None.

boardCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "courseCode": "sample string 1",
  "subjectCode": "sample string 2",
  "chapterCode": "sample string 3",
  "topicCode": "sample string 4",
  "subTopicCode": "sample string 5",
  "moduleCode": "sample string 6",
  "contentTypeCode": "sample string 7",
  "productContentName": "sample string 8",
  "versionId": "sample string 9",
  "boardCode": "sample string 10"
}

application/xml, text/xml

Sample:
<ProductSetUp.ChkCourseContentDetailsExists xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <boardCode>sample string 10</boardCode>
  <chapterCode>sample string 3</chapterCode>
  <contentTypeCode>sample string 7</contentTypeCode>
  <courseCode>sample string 1</courseCode>
  <moduleCode>sample string 6</moduleCode>
  <productContentName>sample string 8</productContentName>
  <subTopicCode>sample string 5</subTopicCode>
  <subjectCode>sample string 2</subjectCode>
  <topicCode>sample string 4</topicCode>
  <versionId>sample string 9</versionId>
</ProductSetUp.ChkCourseContentDetailsExists>

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.