GET api/tblPrcs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblPrc| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| SupId | integer |
None. |
|
| AreaId | integer |
None. |
|
| Prc | decimal number |
None. |
|
| Dist | integer |
None. |
|
| VecId | integer |
None. |
|
| Prd | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"SupId": 2,
"AreaId": 3,
"Prc": 4.1,
"Dist": 5,
"VecId": 6,
"Prd": 7
},
{
"id": 1,
"SupId": 2,
"AreaId": 3,
"Prc": 4.1,
"Dist": 5,
"VecId": 6,
"Prd": 7
}
]
application/xml, text/xml
Sample:
<ArrayOftblPrc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
<tblPrc>
<AreaId>3</AreaId>
<Dist>5</Dist>
<Prc>4.1</Prc>
<Prd>7</Prd>
<SupId>2</SupId>
<VecId>6</VecId>
<id>1</id>
</tblPrc>
<tblPrc>
<AreaId>3</AreaId>
<Dist>5</Dist>
<Prc>4.1</Prc>
<Prd>7</Prd>
<SupId>2</SupId>
<VecId>6</VecId>
<id>1</id>
</tblPrc>
</ArrayOftblPrc>