GET 17.0/app/utilityswitching/account

Description

Retrieves the account info for the utility switching integration

URI Parameters

None.

None.

None.

Name Description Type Additional information
Name

string

None.

Phone

string

None.

Address

AccountAddress

None.

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "phone": "sample string 2",
  "address": {
    "street": "sample string 1",
    "city": "sample string 2",
    "state": "sample string 3",
    "postalCode": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<Account xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <Phone>sample string 2</Phone>
  <Address>
    <Street>sample string 1</Street>
    <City>sample string 2</City>
    <State>sample string 3</State>
    <PostalCode>sample string 4</PostalCode>
  </Address>
</Account>