GET request/water/billing

Get All Water billing options

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LookupBillingFrequency
NameDescriptionTypeAdditional information
AllowedPaymentIds

Collection of integer

None.

Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "allowedPaymentIds": [
      1,
      2
    ]
  },
  {
    "id": 1,
    "name": "sample string 2",
    "allowedPaymentIds": [
      1,
      2
    ]
  }
]

text/html

Sample:
[{"id":1,"name":"sample string 2","allowedPaymentIds":[1,2]},{"id":1,"name":"sample string 2","allowedPaymentIds":[1,2]}]

application/xml, text/xml

Sample:
<ArrayOfLookupBillingFrequency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.Default">
  <LookupBillingFrequency>
    <AllowedPaymentIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </AllowedPaymentIds>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </LookupBillingFrequency>
  <LookupBillingFrequency>
    <AllowedPaymentIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </AllowedPaymentIds>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </LookupBillingFrequency>
</ArrayOfLookupBillingFrequency>