GET api/posInc?POS={POS}&vDate={vDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| POS | string |
Required |
|
| vDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PosPC| Name | Description | Type | Additional information |
|---|---|---|---|
| BRN_NAME | string |
None. |
|
| cnt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"brN_NAME": "sample string 1",
"cnt": "sample string 2"
},
{
"brN_NAME": "sample string 1",
"cnt": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPosPC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models">
<PosPC>
<BRN_NAME>sample string 1</BRN_NAME>
<cnt>sample string 2</cnt>
</PosPC>
<PosPC>
<BRN_NAME>sample string 1</BRN_NAME>
<cnt>sample string 2</cnt>
</PosPC>
</ArrayOfPosPC>