GET Api/steel/GetbdaaSum?BegTime={BegTime}&EndTime={EndTime}&custid={custid}&SelType={SelType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BegTime

date

Required

EndTime

date

Required

custid

integer

Required

SelType

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of bd_aaSum
NameDescriptionTypeAdditional information
skname

string

None.

custname

string

None.

pno

string

None.

sorid

integer

None.

netweight

decimal number

None.

weightup

decimal number

None.

yearmonth

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "skname": "sample string 1",
    "custname": "sample string 2",
    "pno": "sample string 3",
    "sorid": 4,
    "netweight": 5.0,
    "weightup": 6.0,
    "yearmonth": 7
  },
  {
    "skname": "sample string 1",
    "custname": "sample string 2",
    "pno": "sample string 3",
    "sorid": 4,
    "netweight": 5.0,
    "weightup": 6.0,
    "yearmonth": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfbd_aaSum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDST">
  <bd_aaSum>
    <custname>sample string 2</custname>
    <netweight>5</netweight>
    <pno>sample string 3</pno>
    <skname>sample string 1</skname>
    <sorid>4</sorid>
    <weightup>6</weightup>
    <yearmonth>7</yearmonth>
  </bd_aaSum>
  <bd_aaSum>
    <custname>sample string 2</custname>
    <netweight>5</netweight>
    <pno>sample string 3</pno>
    <skname>sample string 1</skname>
    <sorid>4</sorid>
    <weightup>6</weightup>
    <yearmonth>7</yearmonth>
  </bd_aaSum>
</ArrayOfbd_aaSum>