GET api/Purchase/GetBuyBillDetail?FKey={FKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfBuyBillViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | BuyBillViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"FKey": 1,
"FSectionId": 1,
"FSectionName": "sample string 2",
"FBillNo": "sample string 3",
"FSettlementDate": "2025-12-06 13:43:45",
"FGoodsNo": "sample string 4",
"FGoodsName": "sample string 5",
"FQty": 1,
"FPrice": 1.0,
"FUsageFee": 1.0,
"FManFees": 1.0,
"FMoney": 1.0,
"FSupplierId": 1,
"FSupplierName": "sample string 6",
"FSignFor": 1,
"FPayType": 1,
"FRemark": "sample string 7",
"FSigneeID": 1,
"FSignee": "sample string 8",
"FSignDate": "2025-12-06 13:43:45",
"FOptId": 1,
"FOptName": "sample string 9",
"FOptTime": "2025-12-06 13:43:45",
"FOptIdEdit": 1,
"FOptNameEdit": "sample string 10",
"FOptTimeEdit": "2025-12-06 13:43:45",
"FQtyPutIn": 1,
"FQtySel": 1,
"FSendStatus": 1,
"FWtNet": 1.0,
"UnitId": 1,
"UnitName": "sample string 11",
"FUsageFeeUnitId": 1,
"FUsageFeeUnitName": "sample string 12",
"FManFeesUnitId": 1,
"FManFeesUnitName": "sample string 13",
"FTotalWtNet": 1.0,
"FGoodsTotal": 1.0,
"FSpecId": 1,
"FSpecName": "sample string 14"
}
}
application/xml, text/xml
Sample:
<MessageModelOfBuyBillViewModelKI6_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:FBillNo>sample string 3</d2p1:FBillNo>
<d2p1:FGoodsName>sample string 5</d2p1:FGoodsName>
<d2p1:FGoodsNo>sample string 4</d2p1:FGoodsNo>
<d2p1:FGoodsTotal>1</d2p1:FGoodsTotal>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FManFees>1</d2p1:FManFees>
<d2p1:FManFeesUnitId>1</d2p1:FManFeesUnitId>
<d2p1:FManFeesUnitName>sample string 13</d2p1:FManFeesUnitName>
<d2p1:FMoney>1</d2p1:FMoney>
<d2p1:FOptId>1</d2p1:FOptId>
<d2p1:FOptIdEdit>1</d2p1:FOptIdEdit>
<d2p1:FOptName>sample string 9</d2p1:FOptName>
<d2p1:FOptNameEdit>sample string 10</d2p1:FOptNameEdit>
<d2p1:FOptTime>2025-12-06T13:43:45.0302952+08:00</d2p1:FOptTime>
<d2p1:FOptTimeEdit>2025-12-06T13:43:45.0302952+08:00</d2p1:FOptTimeEdit>
<d2p1:FPayType>1</d2p1:FPayType>
<d2p1:FPrice>1</d2p1:FPrice>
<d2p1:FQty>1</d2p1:FQty>
<d2p1:FQtyPutIn>1</d2p1:FQtyPutIn>
<d2p1:FQtySel>1</d2p1:FQtySel>
<d2p1:FRemark>sample string 7</d2p1:FRemark>
<d2p1:FSectionId>1</d2p1:FSectionId>
<d2p1:FSectionName>sample string 2</d2p1:FSectionName>
<d2p1:FSendStatus>1</d2p1:FSendStatus>
<d2p1:FSettlementDate>2025-12-06T13:43:45.0302952+08:00</d2p1:FSettlementDate>
<d2p1:FSignDate>2025-12-06T13:43:45.0302952+08:00</d2p1:FSignDate>
<d2p1:FSignFor>1</d2p1:FSignFor>
<d2p1:FSignee>sample string 8</d2p1:FSignee>
<d2p1:FSigneeID>1</d2p1:FSigneeID>
<d2p1:FSpecId>1</d2p1:FSpecId>
<d2p1:FSpecName>sample string 14</d2p1:FSpecName>
<d2p1:FSupplierId>1</d2p1:FSupplierId>
<d2p1:FSupplierName>sample string 6</d2p1:FSupplierName>
<d2p1:FTotalWtNet>1</d2p1:FTotalWtNet>
<d2p1:FUsageFee>1</d2p1:FUsageFee>
<d2p1:FUsageFeeUnitId>1</d2p1:FUsageFeeUnitId>
<d2p1:FUsageFeeUnitName>sample string 12</d2p1:FUsageFeeUnitName>
<d2p1:FWtNet>1</d2p1:FWtNet>
<d2p1:UnitId>1</d2p1:UnitId>
<d2p1:UnitName>sample string 11</d2p1:UnitName>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfBuyBillViewModelKI6_SDWR9>