POST request/water/registration/start?email={email}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Body Parameters
None.
Response Information
Resource Description
WaterRegistrationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsBrandUserExists | boolean |
None. |
|
| IsRegistrationUserExists | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"isBrandUserExists": true,
"isRegistrationUserExists": true
}
text/html
Sample:
{"isBrandUserExists":true,"isRegistrationUserExists":true}
application/xml, text/xml
Sample:
<WaterRegistrationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterRegistration"> <IsBrandUserExists>true</IsBrandUserExists> <IsRegistrationUserExists>true</IsRegistrationUserExists> </WaterRegistrationResponse>