GET api/TransHis/GettransCountTest?loginusername={loginusername}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginusername | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SpGetTransnewTest_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| AWCCOUNT | integer |
None. |
|
| TOTALSUPPLYQTY | decimal number |
None. |
|
| SUPPLYNO | integer |
None. |
|
| CommCode | string |
None. |
|
| BAPAWCCount | integer |
None. |
|
| BAPSupplyQTY | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AWCCOUNT": 1,
"TOTALSUPPLYQTY": 1.0,
"SUPPLYNO": 1,
"CommCode": "sample string 2",
"BAPAWCCount": 3,
"BAPSupplyQTY": "sample string 4"
},
{
"AWCCOUNT": 1,
"TOTALSUPPLYQTY": 1.0,
"SUPPLYNO": 1,
"CommCode": "sample string 2",
"BAPAWCCount": 3,
"BAPSupplyQTY": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfSpGetTransnewTest_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models">
<SpGetTransnewTest_Result>
<AWCCOUNT>1</AWCCOUNT>
<BAPAWCCount>3</BAPAWCCount>
<BAPSupplyQTY>sample string 4</BAPSupplyQTY>
<CommCode>sample string 2</CommCode>
<SUPPLYNO>1</SUPPLYNO>
<TOTALSUPPLYQTY>1</TOTALSUPPLYQTY>
</SpGetTransnewTest_Result>
<SpGetTransnewTest_Result>
<AWCCOUNT>1</AWCCOUNT>
<BAPAWCCount>3</BAPAWCCount>
<BAPSupplyQTY>sample string 4</BAPSupplyQTY>
<CommCode>sample string 2</CommCode>
<SUPPLYNO>1</SUPPLYNO>
<TOTALSUPPLYQTY>1</TOTALSUPPLYQTY>
</SpGetTransnewTest_Result>
</ArrayOfSpGetTransnewTest_Result>