Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 6.03 KB

CustomerMetersListRequest.md

File metadata and controls

14 lines (11 loc) · 6.03 KB

CustomerMetersListRequest

Fields

Field Type Required Description
organizationId string|array|null Filter by organization ID.
customerId string|array|null Filter by customer ID.
externalCustomerId string|array|null Filter by external customer ID.
meterId string|array|null Filter by meter ID.
page ?int Page number, defaults to 1.
limit ?int Size of a page, defaults to 10. Maximum is 100.
sorting array<Components\CustomerMeterSortProperty> Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.