...
| Endpoint | Operation | ||
|---|---|---|---|
GET brightAccounts?ssn={ssn} | Search by SSN | ||
GET brightAccounts?CustomerID={id} | Search/get by customer ID | ||
GET brightAccounts?email={email} | Search by email | ||
GET brightAccounts?phone={phone} | Search by phone | GET brightAgreements?customerId={id}&placementId={id} | Get agreements |
GET brightInvoices?customerId={id}[&DateFrom&DateTo&limit] | Get invoices | ||
GET brightLocations?customerId={id}&limit={n} | Get locations | ||
GET brightProducts?customerId={id}&placementId={id}[&DateFrom&DateTo] | Get products | ||
GET brightMeasurements?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Monthly measurements | ||
GET brightMeasurementDays?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Daily measurements | ||
GET brightMeasurementHours?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Hourly measurements | ||
GET brightMeasurementQuarters?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | 15-min measurements | ||
GET brightCosts?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Monthly costs | ||
GET brightCostDays?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Daily costs | ||
GET brightCostHours?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | Hourly costs | ||
GET brightCostQuarters?CustomerID={id}&PlacementID={id}[&DateFrom&DateTo] | 15-min costs | ||
PATCH v2/customers | Update customer (email, phone) |
...