GET api/Bottle/GetTestBottleCheckPrint?CustName={CustName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfCheckCustPrintModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of CheckCustPrintModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"FModelName": "sample string 1",
"FModelContent": "sample string 2"
},
{
"FModelName": "sample string 1",
"FModelContent": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfCheckCustPrintModelKI6_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:CheckCustPrintModel>
<d2p1:FModelContent>sample string 2</d2p1:FModelContent>
<d2p1:FModelName>sample string 1</d2p1:FModelName>
</d2p1:CheckCustPrintModel>
<d2p1:CheckCustPrintModel>
<d2p1:FModelContent>sample string 2</d2p1:FModelContent>
<d2p1:FModelName>sample string 1</d2p1:FModelName>
</d2p1:CheckCustPrintModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfCheckCustPrintModelKI6_SDWR9>