GET api/tblEmps
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblEmp| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| SupId | integer |
None. |
|
| idSup | integer |
None. |
|
| eName | string |
None. |
|
| Addr | string |
None. |
|
| Phone | string |
None. |
|
| VecId | integer |
None. |
|
| OrdNo | integer |
None. |
|
| RndNo | integer |
None. |
|
| fToken | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"SupId": 2,
"idSup": 3,
"eName": "sample string 4",
"Addr": "sample string 5",
"Phone": "sample string 6",
"VecId": 7,
"OrdNo": 8,
"RndNo": 1,
"fToken": "sample string 9"
},
{
"id": 1,
"SupId": 2,
"idSup": 3,
"eName": "sample string 4",
"Addr": "sample string 5",
"Phone": "sample string 6",
"VecId": 7,
"OrdNo": 8,
"RndNo": 1,
"fToken": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOftblEmp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
<tblEmp>
<Addr>sample string 5</Addr>
<OrdNo>8</OrdNo>
<Phone>sample string 6</Phone>
<RndNo>1</RndNo>
<SupId>2</SupId>
<VecId>7</VecId>
<eName>sample string 4</eName>
<fToken>sample string 9</fToken>
<id>1</id>
<idSup>3</idSup>
</tblEmp>
<tblEmp>
<Addr>sample string 5</Addr>
<OrdNo>8</OrdNo>
<Phone>sample string 6</Phone>
<RndNo>1</RndNo>
<SupId>2</SupId>
<VecId>7</VecId>
<eName>sample string 4</eName>
<fToken>sample string 9</fToken>
<id>1</id>
<idSup>3</idSup>
</tblEmp>
</ArrayOftblEmp>