GET api/Master/GetIntroductionInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Introduction| Name | Description | Type | Additional information |
|---|---|---|---|
| IntInfoId | string |
None. |
|
| Information | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IntInfoId": "sample string 1",
"Information": "sample string 2"
},
{
"IntInfoId": "sample string 1",
"Information": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfIntroduction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPWebApi.Models">
<Introduction>
<Information>sample string 2</Information>
<IntInfoId>sample string 1</IntInfoId>
</Introduction>
<Introduction>
<Information>sample string 2</Information>
<IntInfoId>sample string 1</IntInfoId>
</Introduction>
</ArrayOfIntroduction>