Update Home Profile

put

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

Update the home profile for a customer.

Request

Supported Media Types
Path Parameters
Body ()
The json representation of a home profile to update
Root Schema : HomeProfile
Type: object
Show Source
Back to Top

Response

Supported Media Types

204 Response

Successful operation. Home Profile for this customer updated.

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