GET api/company/jeton-count?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JetonDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Jeton | integer |
None. |
|
| Licenced | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Jeton": 1,
"Licenced": true
}
application/xml, text/xml
Sample:
<ReportDTO.JetonDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanelAPI.Models"> <Jeton>1</Jeton> <Licenced>true</Licenced> </ReportDTO.JetonDto>