GET api/view_ES_Reads?billingFileId={billingFileId}&filterId={filterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
billingFileId

string

Required

filterId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Bill
NameDescriptionTypeAdditional information
customerName

string

None.

customerNumber

integer

None.

billingFileId

globally unique identifier

None.

areaName

string

None.

messageId

integer

None.

lastRead

integer

None.

currentRead

integer

None.

kiloPrice

integer

None.

fine

integer

None.

services

integer

None.

previousBalance

integer

None.

totalBalance

integer

None.

phoneNumber

integer

None.

discount

integer

None.

loss

integer

None.

added

integer

None.

otherDebits

integer

None.

calculated

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "customerName": "sample string 1",
    "customerNumber": 1,
    "billingFileId": "9a0d020a-f324-47c9-9aee-ff423e139ccd",
    "areaName": "sample string 2",
    "messageId": 1,
    "lastRead": 1,
    "currentRead": 1,
    "kiloPrice": 1,
    "fine": 1,
    "services": 1,
    "previousBalance": 1,
    "totalBalance": 1,
    "phoneNumber": 1,
    "discount": 1,
    "loss": 1,
    "added": 1,
    "otherDebits": 1,
    "calculated": 1
  },
  {
    "$ref": "1"
  }
]