GET api/posInc?Serv={Serv}&sDate={sDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Serv | string |
Required |
|
| sDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PosServer| Name | Description | Type | Additional information |
|---|---|---|---|
| PSH_NO | string |
None. |
|
| PSH_STOP | string |
None. |
|
| vcount | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"psH_NO": "sample string 1",
"psH_STOP": "sample string 2",
"vcount": "sample string 3"
},
{
"psH_NO": "sample string 1",
"psH_STOP": "sample string 2",
"vcount": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfPosServer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models">
<PosServer>
<PSH_NO>sample string 1</PSH_NO>
<PSH_STOP>sample string 2</PSH_STOP>
<vcount>sample string 3</vcount>
</PosServer>
<PosServer>
<PSH_NO>sample string 1</PSH_NO>
<PSH_STOP>sample string 2</PSH_STOP>
<vcount>sample string 3</vcount>
</PosServer>
</ArrayOfPosServer>