POST api/FinalBillEstimate

Request Information

URI Parameters

None.

Body Parameters

FinalBillEstimate
NameDescriptionTypeAdditional information
AccountNum

integer

None.

UtilityId

integer

None.

MoveOutDate

date

None.

LastReadDate

date

None.

LastRead

integer

None.

LastBillDate

date

None.

LastBillServiceStartDate

date

None.

LastBillServiceEndDate

date

None.

LastBillUsage

integer

None.

EstRead

integer

None.

EstDays

integer

None.

FinalBillDueDate

date

None.

ERTNum

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountNum": 1,
  "UtilityId": 2,
  "MoveOutDate": "2024-04-05T01:23:37.102123+00:00",
  "LastReadDate": "2024-04-05T01:23:37.102123+00:00",
  "LastRead": 5,
  "LastBillDate": "2024-04-05T01:23:37.102123+00:00",
  "LastBillServiceStartDate": "2024-04-05T01:23:37.102123+00:00",
  "LastBillServiceEndDate": "2024-04-05T01:23:37.102123+00:00",
  "LastBillUsage": 9,
  "EstRead": 10,
  "EstDays": 11,
  "FinalBillDueDate": "2024-04-05T01:23:37.102123+00:00",
  "ERTNum": "sample string 13"
}

application/xml, text/xml

Sample:
<FinalBillEstimate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <AccountNum>1</AccountNum>
  <ERTNum>sample string 13</ERTNum>
  <EstDays>11</EstDays>
  <EstRead>10</EstRead>
  <FinalBillDueDate>2024-04-05T01:23:37.102123+00:00</FinalBillDueDate>
  <LastBillDate>2024-04-05T01:23:37.102123+00:00</LastBillDate>
  <LastBillServiceEndDate>2024-04-05T01:23:37.102123+00:00</LastBillServiceEndDate>
  <LastBillServiceStartDate>2024-04-05T01:23:37.102123+00:00</LastBillServiceStartDate>
  <LastBillUsage>9</LastBillUsage>
  <LastRead>5</LastRead>
  <LastReadDate>2024-04-05T01:23:37.102123+00:00</LastReadDate>
  <MoveOutDate>2024-04-05T01:23:37.102123+00:00</MoveOutDate>
  <UtilityId>2</UtilityId>
</FinalBillEstimate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FinalBillEstimate'.

Response Information

Resource Description

Collection of FinalBillEstimate
NameDescriptionTypeAdditional information
AccountNum

integer

None.

UtilityId

integer

None.

MoveOutDate

date

None.

LastReadDate

date

None.

LastRead

integer

None.

LastBillDate

date

None.

LastBillServiceStartDate

date

None.

LastBillServiceEndDate

date

None.

LastBillUsage

integer

None.

EstRead

integer

None.

EstDays

integer

None.

FinalBillDueDate

date

None.

ERTNum

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountNum": 1,
    "UtilityId": 2,
    "MoveOutDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastReadDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastRead": 5,
    "LastBillDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillServiceStartDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillServiceEndDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillUsage": 9,
    "EstRead": 10,
    "EstDays": 11,
    "FinalBillDueDate": "2024-04-05T01:23:37.1178062+00:00",
    "ERTNum": "sample string 13"
  },
  {
    "AccountNum": 1,
    "UtilityId": 2,
    "MoveOutDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastReadDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastRead": 5,
    "LastBillDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillServiceStartDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillServiceEndDate": "2024-04-05T01:23:37.1178062+00:00",
    "LastBillUsage": 9,
    "EstRead": 10,
    "EstDays": 11,
    "FinalBillDueDate": "2024-04-05T01:23:37.1178062+00:00",
    "ERTNum": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinalBillEstimate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <FinalBillEstimate>
    <AccountNum>1</AccountNum>
    <ERTNum>sample string 13</ERTNum>
    <EstDays>11</EstDays>
    <EstRead>10</EstRead>
    <FinalBillDueDate>2024-04-05T01:23:37.1178062+00:00</FinalBillDueDate>
    <LastBillDate>2024-04-05T01:23:37.1178062+00:00</LastBillDate>
    <LastBillServiceEndDate>2024-04-05T01:23:37.1178062+00:00</LastBillServiceEndDate>
    <LastBillServiceStartDate>2024-04-05T01:23:37.1178062+00:00</LastBillServiceStartDate>
    <LastBillUsage>9</LastBillUsage>
    <LastRead>5</LastRead>
    <LastReadDate>2024-04-05T01:23:37.1178062+00:00</LastReadDate>
    <MoveOutDate>2024-04-05T01:23:37.1178062+00:00</MoveOutDate>
    <UtilityId>2</UtilityId>
  </FinalBillEstimate>
  <FinalBillEstimate>
    <AccountNum>1</AccountNum>
    <ERTNum>sample string 13</ERTNum>
    <EstDays>11</EstDays>
    <EstRead>10</EstRead>
    <FinalBillDueDate>2024-04-05T01:23:37.1178062+00:00</FinalBillDueDate>
    <LastBillDate>2024-04-05T01:23:37.1178062+00:00</LastBillDate>
    <LastBillServiceEndDate>2024-04-05T01:23:37.1178062+00:00</LastBillServiceEndDate>
    <LastBillServiceStartDate>2024-04-05T01:23:37.1178062+00:00</LastBillServiceStartDate>
    <LastBillUsage>9</LastBillUsage>
    <LastRead>5</LastRead>
    <LastReadDate>2024-04-05T01:23:37.1178062+00:00</LastReadDate>
    <MoveOutDate>2024-04-05T01:23:37.1178062+00:00</MoveOutDate>
    <UtilityId>2</UtilityId>
  </FinalBillEstimate>
</ArrayOfFinalBillEstimate>