POST api/Counter/SyncAllCounter
Request Information
URI Parameters
None.
Body Parameters
Collection of Counter| Name | Description | Type | Additional information |
|---|---|---|---|
| CNT_Uid | string |
None. |
|
| CNT_Id | integer |
None. |
|
| CNT_Name | string |
None. |
|
| CNT_Active | boolean |
None. |
|
| CNT_LastModifiedOn | date |
None. |
|
| CNT_LicenseKey | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CNT_Uid": "sample string 1",
"CNT_Id": 2,
"CNT_Name": "sample string 3",
"CNT_Active": true,
"CNT_LastModifiedOn": "2025-12-26T01:24:40.9628007+05:30",
"CNT_LicenseKey": "sample string 6"
},
{
"CNT_Uid": "sample string 1",
"CNT_Id": 2,
"CNT_Name": "sample string 3",
"CNT_Active": true,
"CNT_LastModifiedOn": "2025-12-26T01:24:40.9628007+05:30",
"CNT_LicenseKey": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfCounter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaReport.Models">
<Counter>
<CNT_Active>true</CNT_Active>
<CNT_Id>2</CNT_Id>
<CNT_LastModifiedOn>2025-12-26T01:24:40.9628007+05:30</CNT_LastModifiedOn>
<CNT_LicenseKey>sample string 6</CNT_LicenseKey>
<CNT_Name>sample string 3</CNT_Name>
<CNT_Uid>sample string 1</CNT_Uid>
</Counter>
<Counter>
<CNT_Active>true</CNT_Active>
<CNT_Id>2</CNT_Id>
<CNT_LastModifiedOn>2025-12-26T01:24:40.9628007+05:30</CNT_LastModifiedOn>
<CNT_LicenseKey>sample string 6</CNT_LicenseKey>
<CNT_Name>sample string 3</CNT_Name>
<CNT_Uid>sample string 1</CNT_Uid>
</Counter>
</ArrayOfCounter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |