GET api/brusper/get_pcount?icode={icode}&tdate={tdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| icode | string |
Required |
|
| tdate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_pcount| Name | Description | Type | Additional information |
|---|---|---|---|
| pprcode | string |
None. |
|
| ppcode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pprcode": "sample string 1",
"ppcode": "sample string 2"
},
{
"pprcode": "sample string 1",
"ppcode": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_pcount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_pcount>
<ppcode>sample string 2</ppcode>
<pprcode>sample string 1</pprcode>
</get_pcount>
<get_pcount>
<ppcode>sample string 2</ppcode>
<pprcode>sample string 1</pprcode>
</get_pcount>
</ArrayOfget_pcount>