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