POST api/v3/QandC/Content/Save

Request Information

URI Parameters

None.

Body Parameters

SaveContentRequest
NameDescriptionTypeAdditional information
pkCampaignCandidateId

string

None.

pkCampaignQuestionId

string

None.

pkInterviewContentId

string

None.

type

string

None.

content

string

None.

videoDuration

string

None.

videoSize

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pkCampaignCandidateId": "sample string 1",
  "pkCampaignQuestionId": "sample string 2",
  "pkInterviewContentId": "sample string 3",
  "type": "sample string 4",
  "content": "sample string 5",
  "videoDuration": "sample string 6",
  "videoSize": "sample string 7"
}

text/html

Sample:
{"pkCampaignCandidateId":"sample string 1","pkCampaignQuestionId":"sample string 2","pkInterviewContentId":"sample string 3","type":"sample string 4","content":"sample string 5","videoDuration":"sample string 6","videoSize":"sample string 7"}

application/xml, text/xml

Sample:
<SaveContentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC_Web_API_V3.Models">
  <content>sample string 5</content>
  <pkCampaignCandidateId>sample string 1</pkCampaignCandidateId>
  <pkCampaignQuestionId>sample string 2</pkCampaignQuestionId>
  <pkInterviewContentId>sample string 3</pkInterviewContentId>
  <type>sample string 4</type>
  <videoDuration>sample string 6</videoDuration>
  <videoSize>sample string 7</videoSize>
</SaveContentRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveContentRequest'.

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.