GET api/TransHis/GettransCount?loginusername={loginusername}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginusername

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SpGetTransnew_Result
NameDescriptionTypeAdditional 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:
<ArrayOfSpGetTransnew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models">
  <SpGetTransnew_Result>
    <AWCCOUNT>1</AWCCOUNT>
    <BAPAWCCount>3</BAPAWCCount>
    <BAPSupplyQTY>sample string 4</BAPSupplyQTY>
    <CommCode>sample string 2</CommCode>
    <SUPPLYNO>1</SUPPLYNO>
    <TOTALSUPPLYQTY>1</TOTALSUPPLYQTY>
  </SpGetTransnew_Result>
  <SpGetTransnew_Result>
    <AWCCOUNT>1</AWCCOUNT>
    <BAPAWCCount>3</BAPAWCCount>
    <BAPSupplyQTY>sample string 4</BAPSupplyQTY>
    <CommCode>sample string 2</CommCode>
    <SUPPLYNO>1</SUPPLYNO>
    <TOTALSUPPLYQTY>1</TOTALSUPPLYQTY>
  </SpGetTransnew_Result>
</ArrayOfSpGetTransnew_Result>