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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginusername

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SpGetTransOfOICOCommCount_Result
NameDescriptionTypeAdditional information
OIAWCCount

integer

None.

OISupplyQTY

string

None.

COAWCCount

integer

None.

COSupplyQTY

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OIAWCCount": 1,
    "OISupplyQTY": "sample string 1",
    "COAWCCount": 1,
    "COSupplyQTY": "sample string 2"
  },
  {
    "OIAWCCount": 1,
    "OISupplyQTY": "sample string 1",
    "COAWCCount": 1,
    "COSupplyQTY": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSpGetTransOfOICOCommCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models">
  <SpGetTransOfOICOCommCount_Result>
    <COAWCCount>1</COAWCCount>
    <COSupplyQTY>sample string 2</COSupplyQTY>
    <OIAWCCount>1</OIAWCCount>
    <OISupplyQTY>sample string 1</OISupplyQTY>
  </SpGetTransOfOICOCommCount_Result>
  <SpGetTransOfOICOCommCount_Result>
    <COAWCCount>1</COAWCCount>
    <COSupplyQTY>sample string 2</COSupplyQTY>
    <OIAWCCount>1</OIAWCCount>
    <OISupplyQTY>sample string 1</OISupplyQTY>
  </SpGetTransOfOICOCommCount_Result>
</ArrayOfSpGetTransOfOICOCommCount_Result>