Measurements

APIDescription
GET api/Measurements/timesavings?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}

No documentation available.

GET api/Measurements/updatesum?personId={personId}&connectionId={connectionId}

No documentation available.

GET api/Measurements/hasolddata?personId={personId}

No documentation available.

GET api/Measurements/importolddata?personId={personId}&addressId={addressId}

No documentation available.

GET api/Measurements?personId={personId}&addressId={addressId}&fromdate={fromdate}&todate={todate}&rows={rows}&offset={offset}

No documentation available.

GET api/Measurements?personId={personId}&connectionId={connectionId}

No documentation available.

POST api/Measurements?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}

No documentation available.

GET api/Measurements?personId={personId}&measurementId={measurementId}

No documentation available.

POST api/Measurements

No documentation available.

PUT api/Measurements?personId={personId}

No documentation available.

DELETE api/Measurements?personId={personId}&measurementid={measurementid}

No documentation available.

POST api/Measurements?personId={personId}&connectionId={connectionId}

No documentation available.

Person

APIDescription
POST api/person/newperson

Get personId by email

GET api/person/{personId}

Get person data PersonDto, AddressDto, ConnectionDto, SavingGoalDto.

GET api/person/sf-syncer

No documentation available.

Chart

APIDescription
GET api/chart/getrange?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}&rangetype={rangetype}&doubleflow={doubleflow}

Get chart by connectionid, fromdate and todate and rangetype

GET api/chart/getdailystock?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}&doubleflow={doubleflow}

No documentation available.

GET api/chart/get?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}&rangetype={rangetype}

No documentation available.

GET api/chart/getstock?personId={personId}&connectionId={connectionId}&fromdate={fromdate}&todate={todate}&doubleflow={doubleflow}

No documentation available.

Contract

APIDescription
GET api/Contract?personId={personId}&addressId={addressId}

Get contract data ContractDto.

GET api/Contract?personId={personId}&addressId={addressId}&rows={rows}&electricityCurrentUsage={electricityCurrentUsage}&electricityCurrentUsageLow={electricityCurrentUsageLow}&gasCurrentUsage={gasCurrentUsage}&electricityCurrentRedelivery={electricityCurrentRedelivery}&electricityCurrentRedeliveryLow={electricityCurrentRedeliveryLow}

No documentation available.

SavingGoal

APIDescription
GET api/SavingGoal?personId={personId}&connectionid={connectionid}

No documentation available.

POST api/SavingGoal?personId={personId}&connectionid={connectionid}

No documentation available.

PUT api/SavingGoal?personId={personId}

No documentation available.

DELETE api/SavingGoal?savinggoalid={savinggoalid}

No documentation available.

Connection

APIDescription
GET api/Connection?personId={personId}&addressId={addressId}

No documentation available.

GET api/Connection?personId={personId}&connectionid={connectionid}

No documentation available.

POST api/Connection?personId={personId}&addressId={addressId}

No documentation available.

PUT api/Connection?personId={personId}

No documentation available.

DELETE api/Connection?personId={personId}&connectionId={connectionId}

No documentation available.

Address

APIDescription
GET api/Address?personId={personId}&addressId={addressId}

Get address data AddressDto.

GET api/Address?postalcode={postalcode}&housenumber={housenumber}&housenumberaddition={housenumberaddition}

Get address data AddressDto from Address BencomUsers.

PUT api/Address

Put address data AddressDto to Address BencomUsers.

POST api/Address

Create address data AddressDto to Address BencomUsers.

DELETE api/Address?personId={personId}&addressId={addressId}

Delete address data AddressDto in Address BencomUsers if address is not connected to Bencom contract (IsBencomContract=false).