POST BusineesAnalysis/GetCollegeList
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"CompCode": "sample string 1",
"CompName": "sample string 2",
"CompTag": "sample string 3"
},
{
"CompCode": "sample string 1",
"CompName": "sample string 2",
"CompTag": "sample string 3"
},
{
"CompCode": "sample string 1",
"CompName": "sample string 2",
"CompTag": "sample string 3"
}
]
text/html
Sample:
[{"CompCode":"sample string 1","CompName":"sample string 2","CompTag":"sample string 3"},{"CompCode":"sample string 1","CompName":"sample string 2","CompTag":"sample string 3"},{"CompCode":"sample string 1","CompName":"sample string 2","CompTag":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfCollegeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<CollegeList>
<CompCode>sample string 1</CompCode>
<CompName>sample string 2</CompName>
<CompTag>sample string 3</CompTag>
</CollegeList>
<CollegeList>
<CompCode>sample string 1</CompCode>
<CompName>sample string 2</CompName>
<CompTag>sample string 3</CompTag>
</CollegeList>
<CollegeList>
<CompCode>sample string 1</CompCode>
<CompName>sample string 2</CompName>
<CompTag>sample string 3</CompTag>
</CollegeList>
</ArrayOfCollegeList>