GET api/ordQuoteSummaryVw/order/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ordQuoteSummaryVw| Name | Description | Type | Additional information |
|---|---|---|---|
| FieldName | string |
None. |
|
| OrderID | integer |
None. |
|
| Rate | decimal number |
None. |
|
| OrderBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FieldName": "sample string 1",
"OrderID": 2,
"Rate": 3.0,
"OrderBy": 4
}
application/xml, text/xml
Sample:
<ordQuoteSummaryVw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables"> <FieldName>sample string 1</FieldName> <OrderBy>4</OrderBy> <OrderID>2</OrderID> <Rate>3</Rate> </ordQuoteSummaryVw>