post https://phoenix-qa.egovernments.org/api/v1.0/createCitizen
This api used to create an account for citizen
Response data format described below
JSON Key | Data Type | Description |
---|---|---|
status | JSON Object | |
status --> type | String | Denotes whether success or failure |
status --> message | String | Response message |
result | JSON Object | |
result --> name | String | Registered citizen name |
result --> emailId | String | Registered citizen email Id |
result --> mobileNumber | String | Registered citizen mobile no |
result --> userName | String | Registered citizen username |