GET api/Purchase/GetBuyBill?FKey={FKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfGetBuyBillViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | GetBuyBillViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"FKey": 1,
"FCompName": "sample string 2",
"FSectionId": 1,
"FSectionName": "sample string 3",
"FBillNo": "sample string 4",
"FSettlementDate": "2025-12-06 13:42:01",
"FGoods": 1,
"FGoodsNo": "sample string 5",
"FGoodsName": "sample string 6",
"FQty": 7,
"FPrice": 1.0,
"FUsageFee": 1.0,
"FManFees": 1.0,
"FMoney": 1.0,
"FSupplierId": 1,
"FSupplierName": "sample string 8",
"FSignFor": 1,
"FSignDate": "2025-12-06 13:42:01",
"FSigneeID": 1,
"FSignee": "sample string 9",
"FPayType": 1,
"FRemark": "sample string 10",
"FQtyPutIn": 1,
"FQtySel": 1,
"FOptId": 1,
"FOptName": "sample string 11",
"FOptTime": "2025-12-06 13:42:01",
"FOptIdEdit": 1,
"FOptNameEdit": "sample string 12",
"FOptTimeEdit": "2025-12-06 13:42:01",
"FSpecId": 1,
"FSpecName": "sample string 13"
}
}
application/xml, text/xml
Sample:
<MessageModelOfGetBuyBillViewModelKI6_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 4</d2p1:FBillNo>
<d2p1:FCompName>sample string 2</d2p1:FCompName>
<d2p1:FGoods>1</d2p1:FGoods>
<d2p1:FGoodsName>sample string 6</d2p1:FGoodsName>
<d2p1:FGoodsNo>sample string 5</d2p1:FGoodsNo>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FManFees>1</d2p1:FManFees>
<d2p1:FMoney>1</d2p1:FMoney>
<d2p1:FOptId>1</d2p1:FOptId>
<d2p1:FOptIdEdit>1</d2p1:FOptIdEdit>
<d2p1:FOptName>sample string 11</d2p1:FOptName>
<d2p1:FOptNameEdit>sample string 12</d2p1:FOptNameEdit>
<d2p1:FOptTime>2025-12-06T13:42:01.0448265+08:00</d2p1:FOptTime>
<d2p1:FOptTimeEdit>2025-12-06T13:42:01.0448265+08:00</d2p1:FOptTimeEdit>
<d2p1:FPayType>1</d2p1:FPayType>
<d2p1:FPrice>1</d2p1:FPrice>
<d2p1:FQty>7</d2p1:FQty>
<d2p1:FQtyPutIn>1</d2p1:FQtyPutIn>
<d2p1:FQtySel>1</d2p1:FQtySel>
<d2p1:FRemark>sample string 10</d2p1:FRemark>
<d2p1:FSectionId>1</d2p1:FSectionId>
<d2p1:FSectionName>sample string 3</d2p1:FSectionName>
<d2p1:FSettlementDate>2025-12-06T13:42:01.0448265+08:00</d2p1:FSettlementDate>
<d2p1:FSignDate>2025-12-06T13:42:01.0448265+08:00</d2p1:FSignDate>
<d2p1:FSignFor>1</d2p1:FSignFor>
<d2p1:FSignee>sample string 9</d2p1:FSignee>
<d2p1:FSigneeID>1</d2p1:FSigneeID>
<d2p1:FSpecId>1</d2p1:FSpecId>
<d2p1:FSpecName>sample string 13</d2p1:FSpecName>
<d2p1:FSupplierId>1</d2p1:FSupplierId>
<d2p1:FSupplierName>sample string 8</d2p1:FSupplierName>
<d2p1:FUsageFee>1</d2p1:FUsageFee>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfGetBuyBillViewModelKI6_SDWR9>