POST api/badge/count
Request Information
URI Parameters
None.
Body Parameters
Badge| Name | Description | Type | Additional information |
|---|---|---|---|
| badgecount | integer |
None. |
|
| resultcode | integer |
None. |
|
| resulttext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"badgecount": 1,
"resultcode": 2,
"resulttext": "sample string 3"
}
application/xml, text/xml
Sample:
<Badge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Computassist.MobileRestAPI.Models"> <badgecount>1</badgecount> <resultcode>2</resultcode> <resulttext>sample string 3</resulttext> </Badge>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Badge| Name | Description | Type | Additional information |
|---|---|---|---|
| badgecount | integer |
None. |
|
| resultcode | integer |
None. |
|
| resulttext | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"badgecount": 1,
"resultcode": 2,
"resulttext": "sample string 3"
}
application/xml, text/xml
Sample:
<Badge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Computassist.MobileRestAPI.Models"> <badgecount>1</badgecount> <resultcode>2</resultcode> <resulttext>sample string 3</resulttext> </Badge>