POST api/OnlineCourses/EvaluateMyTest
Request Information
URI Parameters
None.
Body Parameters
EvaluateTestInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerTestId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| Name | string |
None. |
|
| TestName | string |
None. |
|
| ATPEmailId | string |
None. |
|
| EmailId | string |
None. |
|
| BrandName | string |
None. |
|
| BrandingType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerTestId": 1,
"LanguageId": 1,
"Name": "sample string 2",
"TestName": "sample string 3",
"ATPEmailId": "sample string 4",
"EmailId": "sample string 5",
"BrandName": "sample string 6",
"BrandingType": 7
}
application/xml, text/xml
Sample:
<EvaluateTestInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models"> <ATPEmailId>sample string 4</ATPEmailId> <BrandName>sample string 6</BrandName> <BrandingType>7</BrandingType> <CustomerTestId>1</CustomerTestId> <EmailId>sample string 5</EmailId> <LanguageId>1</LanguageId> <Name>sample string 2</Name> <TestName>sample string 3</TestName> </EvaluateTestInputModel>
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. |