GET api/Home/GetTotalInfoForOrder?batchID={batchID}&branchID={branchID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchID | string |
Required |
|
| branchID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TupleOfInt16AndDecimal| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | integer |
None. |
|
| Item2 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_Item1": 1,
"m_Item2": 2.0
}
application/xml, text/xml
Sample:
<TupleOfshortdecimal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <m_Item1>1</m_Item1> <m_Item2>2</m_Item2> </TupleOfshortdecimal>