GET api/brusper/get_pcheck?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_pcheck| Name | Description | Type | Additional information |
|---|---|---|---|
| pprcode | string |
None. |
|
| pprname | string |
None. |
|
| tdate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pprcode": "sample string 1",
"pprname": "sample string 2",
"tdate": "sample string 3"
},
{
"pprcode": "sample string 1",
"pprname": "sample string 2",
"tdate": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_pcheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_pcheck>
<pprcode>sample string 1</pprcode>
<pprname>sample string 2</pprname>
<tdate>sample string 3</tdate>
</get_pcheck>
<get_pcheck>
<pprcode>sample string 1</pprcode>
<pprname>sample string 2</pprname>
<tdate>sample string 3</tdate>
</get_pcheck>
</ArrayOfget_pcheck>