Update counters via API
ExternalCounters/UploadCountersHistory
Using this action a list of counter values can be updated.
This action requires the "Update counters" user right and a valid MXSuite license.
Body parameters
A list with this object type:
{
name: string,
locationName: string,
value: number,
timeStamp: Date
}
The entry is ignored if:
- there is no location with that name.
- there is no counter with that name for that location.
- there is already an entry added for that counter in that location with the same value and timestamp.
No Comments