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
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
Type
string Counter type
optional
Type of the counter. If not specified, the operation returns all types.
Response
ProformaCounters
array of Counter
required
The counters used to count Pro Forma invoices for Bills. Deprecated!
BillPreviewCounters
array of Counter
required
The counters used to count bill previews for Bills. Deprecated!
ServiceOrderCounters
array of Counter
required
The counters used to count service orders (for example reservations). Deprecated!
RegistrationCardCounters
array of Counter
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.
Counter type discriminator
Counter
- Any type of counterAvailabilityBlockCounter
BillCounter
BillPreviewCounter
FiscalCounter
ProformaCounter
RegistrationCardCounter
CorrectionBillCounter
ServiceOrderCounter
PaymentConfirmationBillCounter
CreditNoteBillCounter
...
Last updated