POST api/CandidateReferencesNeeded

Request Information

URI Parameters

None.

Body Parameters

ShortReferencesNeeded
NameDescriptionTypeAdditional information
list

Collection of ShortReferenceNeeded

None.

sendTextMessage

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "roleId": 1,
      "roleName": "sample string 2",
      "surveyId": 3,
      "surveyName": "sample string 4",
      "howMany": 5,
      "candidateId": 6
    },
    {
      "roleId": 1,
      "roleName": "sample string 2",
      "surveyId": 3,
      "surveyName": "sample string 4",
      "howMany": 5,
      "candidateId": 6
    }
  ],
  "sendTextMessage": true
}

application/xml, text/xml

Sample:
<ShortReferencesNeeded xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoRefCheck.Data">
  <list>
    <ShortReferenceNeeded>
      <candidateId>6</candidateId>
      <howMany>5</howMany>
      <roleId>1</roleId>
      <roleName>sample string 2</roleName>
      <surveyId>3</surveyId>
      <surveyName>sample string 4</surveyName>
    </ShortReferenceNeeded>
    <ShortReferenceNeeded>
      <candidateId>6</candidateId>
      <howMany>5</howMany>
      <roleId>1</roleId>
      <roleName>sample string 2</roleName>
      <surveyId>3</surveyId>
      <surveyName>sample string 4</surveyName>
    </ShortReferenceNeeded>
  </list>
  <sendTextMessage>true</sendTextMessage>
</ShortReferencesNeeded>

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.