GET api/Purchase/GetBuyBillFMoney?FGoodsNo={FGoodsNo}&FSectionId={FSectionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FGoodsNo | string |
Required |
|
| FSectionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfBuyBillPriceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | BuyBillPriceModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"FUsageFee": 1.0,
"FManFees": 1.0,
"FPrice": 1.0
}
}
application/xml, text/xml
Sample:
<MessageModelOfBuyBillPriceModelKI6_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:FManFees>1</d2p1:FManFees>
<d2p1:FPrice>1</d2p1:FPrice>
<d2p1:FUsageFee>1</d2p1:FUsageFee>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfBuyBillPriceModelKI6_SDWR9>