Get Home Profile

get

/apis/customer-data-v2/{utilityCode}/customers/{id}/home_profile

Returns the home profile for a customer, including demographics and information about the home.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation. Home Profile for this customer returned.
Body ()
Root Schema : HomeProfileResponse
Type: object
Show Source
Example:
{
    "response":{
        "customerId":31,
        "dwellingType":"SINGLE_FAMILY",
        "squareFeet":2100,
        "heatType":"ELEC",
        "numberOfAdults":2,
        "numberOfChildren":1
    }
}
Nested Schema : response
Type: array
Show Source
Nested Schema : HomeProfile
Type: object
Show Source

400 Response

Invalid request
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

401 Response

Authorization failure
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

404 Response

Customer or site not found
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

500 Response

Internal error
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top