GET api/Gas/GetBottleGasFillList?FCompID={FCompID}&FSectionID={FSectionID}&FCustNo={FCustNo}&FPlateNumber={FPlateNumber}&FTimeBegin={FTimeBegin}&FTimeEnd={FTimeEnd}&FBillNO={FBillNO}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FCompID

integer

None.

FSectionID

integer

None.

FCustNo

string

None.

FPlateNumber

string

None.

FTimeBegin

string

None.

FTimeEnd

string

None.

FBillNO

string

None.

Body Parameters

None.

Response Information

Resource Description

MessageModelOfListOfGetBottleGasFillViewModel
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

Collection of GetBottleGasFillViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": [
    {
      "FBarCode": "sample string 1",
      "FSpecID": 1,
      "FSpecName": "sample string 2",
      "FGasOrLiquidID": 1
    },
    {
      "FBarCode": "sample string 1",
      "FSpecID": 1,
      "FSpecName": "sample string 2",
      "FGasOrLiquidID": 1
    }
  ]
}

application/xml, text/xml

Sample:
<MessageModelOfArrayOfGetBottleGasFillViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
    <d2p1:GetBottleGasFillViewModel>
      <d2p1:FBarCode>sample string 1</d2p1:FBarCode>
      <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
      <d2p1:FSpecID>1</d2p1:FSpecID>
      <d2p1:FSpecName>sample string 2</d2p1:FSpecName>
    </d2p1:GetBottleGasFillViewModel>
    <d2p1:GetBottleGasFillViewModel>
      <d2p1:FBarCode>sample string 1</d2p1:FBarCode>
      <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
      <d2p1:FSpecID>1</d2p1:FSpecID>
      <d2p1:FSpecName>sample string 2</d2p1:FSpecName>
    </d2p1:GetBottleGasFillViewModel>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfArrayOfGetBottleGasFillViewModelKI6_SDWR9>