GET api/Bottle/GetGasPrice?FCustNO={FCustNO}&FGoodsNo={FGoodsNo}&FWtNet={FWtNet}&Unit={Unit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FCustNO

string

Required

FGoodsNo

string

Required

FWtNet

decimal number

Required

Unit

integer

Required

Body Parameters

None.

Response Information

Resource Description

MessageModelOfNullableOfDecimal
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": 1.0
}

application/xml, text/xml

Sample:
<MessageModelOfNullableOfdecimal5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response>1</Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfNullableOfdecimal5F2dSckg>