Southern Company · Example Payload

Southern Utility Account Example

Fortune 500Electric UtilityNatural GasEnergy

Southern Utility Account Example is an example object payload from Southern Company, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountNumberaccountNamesubsidiaryserviceTyperateScheduleaccountStatusserviceAddressmeterNumbercurrentBalancedueDate

Example Payload

southern-utility-account-example.json Raw ↑
{
  "accountNumber": "123456789",
  "accountName": "Jane Smith",
  "subsidiary": "Georgia Power",
  "serviceType": "Electric",
  "rateSchedule": "RS-9",
  "accountStatus": "Active",
  "serviceAddress": {
    "street": "1234 Peachtree St NE",
    "city": "Atlanta",
    "state": "GA",
    "zipCode": "30309"
  },
  "meterNumber": "98765432",
  "currentBalance": 142.87,
  "dueDate": "2026-05-22"
}