GET api/tblPrcs?param0={param0}¶m1={param1}¶m2={param2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| param0 | string |
Required |
|
| param1 | string |
Required |
|
| param2 | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}
application/xml, text/xml
Sample:
<tblPrc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes"> <AreaId>3</AreaId> <Dist>5</Dist> <Prc>4.1</Prc> <Prd>7</Prd> <SupId>2</SupId> <VecId>6</VecId> <id>1</id> </tblPrc>