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