GET api/Bottle/GetWtNetBack?FGoodsNo={FGoodsNo}&FCustNo={FCustNo}&TotalWeight={TotalWeight}&FSectionID={FSectionID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FGoodsNo

string

Required

FCustNo

string

Required

TotalWeight

decimal number

Required

FSectionID

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

MessageModelOfWtNetBackMod
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

WtNetBackMod

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<MessageModelOfWtNetBackModKI6_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:FRafficeMoney>1</d2p1:FRafficeMoney>
    <d2p1:FRaffinate>1</d2p1:FRaffinate>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfWtNetBackModKI6_SDWR9>