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