GET api/MrExamHead
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExamHeadMasterMain| Name | Description | Type | Additional information |
|---|---|---|---|
| HeaderId | string |
None. |
|
| HeaderName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"headerId": "sample string 1",
"headerName": "sample string 2"
},
{
"headerId": "sample string 1",
"headerName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfExamHeadMasterMain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.App_Start.Entity">
<ExamHeadMasterMain>
<HeaderId>sample string 1</HeaderId>
<HeaderName>sample string 2</HeaderName>
</ExamHeadMasterMain>
<ExamHeadMasterMain>
<HeaderId>sample string 1</HeaderId>
<HeaderName>sample string 2</HeaderName>
</ExamHeadMasterMain>
</ArrayOfExamHeadMasterMain>