GET api/Bottle/GetProCheckInBottleDocModel?barCode={barCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfGetProCheckInBottleDocViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | GetProCheckInBottleDocViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"FKey": 1,
"FSpecID": 1,
"FSpecName": "sample string 2",
"FBarCode": "sample string 3",
"FGasOrLiquid": "sample string 4",
"FGasOrLiquidID": 1
}
}
application/xml, text/xml
Sample:
<MessageModelOfGetProCheckInBottleDocViewModelKI6_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:FBarCode>sample string 3</d2p1:FBarCode>
<d2p1:FGasOrLiquid>sample string 4</d2p1:FGasOrLiquid>
<d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FSpecID>1</d2p1:FSpecID>
<d2p1:FSpecName>sample string 2</d2p1:FSpecName>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfGetProCheckInBottleDocViewModelKI6_SDWR9>