POST api/PositionReferenceDefault
Request Information
URI Parameters
None.
Body Parameters
ShortDefaultReferences| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of ShortDefaultReference |
None. |
Request Formats
application/json, text/json
Sample:
{
"list": [
{
"roleId": 1,
"roleName": "sample string 2",
"isPhoneInterview": true,
"PhoneInterviewerEmail": "sample string 4",
"isSelfInterview": true,
"positionId": 6,
"surveyId": 7,
"surveyName": "sample string 8",
"howMany": 9,
"CompleteQuantity": 10
},
{
"roleId": 1,
"roleName": "sample string 2",
"isPhoneInterview": true,
"PhoneInterviewerEmail": "sample string 4",
"isSelfInterview": true,
"positionId": 6,
"surveyId": 7,
"surveyName": "sample string 8",
"howMany": 9,
"CompleteQuantity": 10
}
]
}
application/xml, text/xml
Sample:
<ShortDefaultReferences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoRefCheck.Data">
<list>
<ShortDefaultReference>
<CompleteQuantity>10</CompleteQuantity>
<PhoneInterviewerEmail>sample string 4</PhoneInterviewerEmail>
<howMany>9</howMany>
<isPhoneInterview>true</isPhoneInterview>
<isSelfInterview>true</isSelfInterview>
<positionId>6</positionId>
<roleId>1</roleId>
<roleName>sample string 2</roleName>
<surveyId>7</surveyId>
<surveyName>sample string 8</surveyName>
</ShortDefaultReference>
<ShortDefaultReference>
<CompleteQuantity>10</CompleteQuantity>
<PhoneInterviewerEmail>sample string 4</PhoneInterviewerEmail>
<howMany>9</howMany>
<isPhoneInterview>true</isPhoneInterview>
<isSelfInterview>true</isSelfInterview>
<positionId>6</positionId>
<roleId>1</roleId>
<roleName>sample string 2</roleName>
<surveyId>7</surveyId>
<surveyName>sample string 8</surveyName>
</ShortDefaultReference>
</list>
</ShortDefaultReferences>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |