POST api/Account/CheckUserNameAvailability
Request Information
URI Parameters
None.
Body Parameters
DTOUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CNICNumber | string |
None. |
|
| GenderId | globally unique identifier |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| StateOrProvinceId | globally unique identifier |
None. |
|
| DistrictId | globally unique identifier |
None. |
|
| CityId | globally unique identifier |
None. |
|
| PhoneNo | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Address | string |
None. |
|
| BranchId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4266b812-5264-4cb1-995c-ea0f4fe935bd",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "cbed73e7-63fb-4509-8553-c189fdd9b764",
"CountryId": "3f5d5e90-61b9-43e8-b73b-b58e8d4195c6",
"StateOrProvinceId": "9adbef53-6e1f-425a-8147-7dc56a6ee1f0",
"DistrictId": "efc9aaef-2bbb-4431-aaa6-37aede2c8979",
"CityId": "a0fa510a-5662-4953-a98e-ab204d4345f3",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "986a0c13-ba2f-4a59-8f1e-dfe2c293a2c4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.