Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EndpointOperation
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 phoneGET 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/customersUpdate customer (email, phone)

...