GET api/Bottle/GetBottleInspectionPage?FBarCode={FBarCode}&FTimeBegin={FTimeBegin}&FTimeEnd={FTimeEnd}&FStatus={FStatus}&FSectionCheckId={FSectionCheckId}&FSectionId={FSectionId}&PageIndex={PageIndex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FBarCode

string

None.

FTimeBegin

string

None.

FTimeEnd

string

None.

FStatus

integer

None.

FSectionCheckId

integer

None.

FSectionId

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

PageModelOfGetBottleInspectionPage
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 GetBottleInspectionPage

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": [
    {
      "FLotNumber": "sample string 1",
      "FSectionCheckID": 1,
      "FSectionCheckName": "sample string 2",
      "FCheckTime": "2025-12-06 13:43:45"
    },
    {
      "FLotNumber": "sample string 1",
      "FSectionCheckID": 1,
      "FSectionCheckName": "sample string 2",
      "FCheckTime": "2025-12-06 13:43:45"
    }
  ]
}

application/xml, text/xml

Sample:
<PageModelOfGetBottleInspectionPageKI6_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:GetBottleInspectionPage>
      <d2p1:FCheckTime>2025-12-06T13:43:45.0302952+08:00</d2p1:FCheckTime>
      <d2p1:FLotNumber>sample string 1</d2p1:FLotNumber>
      <d2p1:FSectionCheckID>1</d2p1:FSectionCheckID>
      <d2p1:FSectionCheckName>sample string 2</d2p1:FSectionCheckName>
    </d2p1:GetBottleInspectionPage>
    <d2p1:GetBottleInspectionPage>
      <d2p1:FCheckTime>2025-12-06T13:43:45.0302952+08:00</d2p1:FCheckTime>
      <d2p1:FLotNumber>sample string 1</d2p1:FLotNumber>
      <d2p1:FSectionCheckID>1</d2p1:FSectionCheckID>
      <d2p1:FSectionCheckName>sample string 2</d2p1:FSectionCheckName>
    </d2p1:GetBottleInspectionPage>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</PageModelOfGetBottleInspectionPageKI6_SDWR9>