POST api/interview/interviews/rating-overview/save
Request Information
URI Parameters
None.
Body Parameters
RecV3InterviewRatingOverviewRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| rating_header_id | integer |
None. |
|
| educational_relevance | byte |
None. |
|
| pqe_bucket | byte |
None. |
|
| current_employer | string |
None. |
|
| current_functions | string |
None. |
|
| last_employer | string |
None. |
|
| last_functions | string |
None. |
|
| family_circumstances | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rating_header_id": 1,
"educational_relevance": 64,
"pqe_bucket": 64,
"current_employer": "sample string 2",
"current_functions": "sample string 3",
"last_employer": "sample string 4",
"last_functions": "sample string 5",
"family_circumstances": "sample string 6"
}
application/xml, text/xml
Sample:
<RecV3InterviewRatingOverviewRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <current_employer>sample string 2</current_employer> <current_functions>sample string 3</current_functions> <educational_relevance>64</educational_relevance> <family_circumstances>sample string 6</family_circumstances> <last_employer>sample string 4</last_employer> <last_functions>sample string 5</last_functions> <pqe_bucket>64</pqe_bucket> <rating_header_id>1</rating_header_id> </RecV3InterviewRatingOverviewRequestDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.