Counters
Get all counters
Returns all counters of an enterprise associated with the connector integration. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/counters/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
UpdatedUtc
optional, max length 3 months
Type
optional
Type of the counter. If not specified, the operation returns all types.
Limitation
required
Limitation on the quantity of data returned.
Response
Counters
required
All types of counters.
BillCounters
required
ProformaCounters
required
BillPreviewCounters
required
ServiceOrderCounters
required
The counters used to count service orders (for example reservations). Deprecated!
RegistrationCardCounters
required
The counters used to count registration cards. Deprecated!
Counter
Id
string
required
Unique identifier of the counter.
Name
string
required
Name of the counter.
CreatedUtc
string
required
Creation date and time of the counter in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the counter in UTC timezone in ISO 8601 format.
IsDefault
boolean
required
Whether the counter is used by default.
Value
number
required
Current value the counter.
Format
string
required
Format the counter is displayed in.
Type
optional
Type of the counter.
Counter type discriminator
Counter
- Any type of counterAvailabilityBlockCounter
BillCounter
BillPreviewCounter
FiscalCounter
ProformaCounter
RegistrationCardCounter
CorrectionBillCounter
ServiceOrderCounter
PaymentConfirmationBillCounter
CreditNoteBillCounter
...
Last updated