GET api/TwreedSF/TwreedSFSub?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Twreed_Srf_Sub| Name | Description | Type | Additional information |
|---|---|---|---|
| proc_id | integer |
None. |
|
| item | integer |
None. |
|
| unit | integer |
None. |
|
| quan | decimal number |
None. |
|
| totquan | decimal number |
None. |
|
| price | decimal number |
None. |
|
| sum | decimal number |
None. |
|
| sub_branch | integer |
None. |
|
| sub_center | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"proc_id": 1,
"item": 1,
"unit": 1,
"quan": 1.1,
"totquan": 1.1,
"price": 1.1,
"sum": 1.1,
"sub_branch": 1,
"sub_center": 1
},
{
"proc_id": 1,
"item": 1,
"unit": 1,
"quan": 1.1,
"totquan": 1.1,
"price": 1.1,
"sum": 1.1,
"sub_branch": 1,
"sub_center": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTwreed_Srf_Sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
<Twreed_Srf_Sub>
<item>1</item>
<price>1.1</price>
<proc_id>1</proc_id>
<quan>1.1</quan>
<sub_branch>1</sub_branch>
<sub_center>1</sub_center>
<sum>1.1</sum>
<totquan>1.1</totquan>
<unit>1</unit>
</Twreed_Srf_Sub>
<Twreed_Srf_Sub>
<item>1</item>
<price>1.1</price>
<proc_id>1</proc_id>
<quan>1.1</quan>
<sub_branch>1</sub_branch>
<sub_center>1</sub_center>
<sum>1.1</sum>
<totquan>1.1</totquan>
<unit>1</unit>
</Twreed_Srf_Sub>
</ArrayOfTwreed_Srf_Sub>