GET api/Statistical/GetGasLossDetailData?PutOnType={PutOnType}&FSpecID={FSpecID}&Page={Page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PutOnType

integer

Required

FSpecID

integer

Required

Page

integer

Required

Body Parameters

None.

Response Information

Resource Description

PageModelOfPutOnUserListData
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Page

integer

None.

PageCount

integer

None.

DataCount

integer

None.

PageSize

integer

None.

Response

Collection of PutOnUserListData

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Page": 4,
  "PageCount": 5,
  "DataCount": 6,
  "PageSize": 7,
  "Response": [
    {
      "BarCode": "sample string 1",
      "LastTime": "sample string 2",
      "DeliveryDate": "sample string 3"
    },
    {
      "BarCode": "sample string 1",
      "LastTime": "sample string 2",
      "DeliveryDate": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<PageModelOfPutOnUserListDataKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <DataCount>6</DataCount>
  <Msg>sample string 3</Msg>
  <Page>4</Page>
  <PageCount>5</PageCount>
  <PageSize>7</PageSize>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
    <d2p1:PutOnUserListData>
      <d2p1:BarCode>sample string 1</d2p1:BarCode>
      <d2p1:DeliveryDate>sample string 3</d2p1:DeliveryDate>
      <d2p1:LastTime>sample string 2</d2p1:LastTime>
    </d2p1:PutOnUserListData>
    <d2p1:PutOnUserListData>
      <d2p1:BarCode>sample string 1</d2p1:BarCode>
      <d2p1:DeliveryDate>sample string 3</d2p1:DeliveryDate>
      <d2p1:LastTime>sample string 2</d2p1:LastTime>
    </d2p1:PutOnUserListData>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</PageModelOfPutOnUserListDataKI6_SDWR9>