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": "39c2d1be-b3b2-4ebd-b0e0-2a5a115b290f",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "8b811fc1-43ce-4b90-b0d0-4e281fcd9744",
"CountryId": "ba7888dc-dbb4-480f-9d7b-3d4ff0d57bb9",
"StateOrProvinceId": "a91cd167-b803-425d-8fef-44028db06b6f",
"DistrictId": "d9440c35-b438-4b75-8f68-414f71251399",
"CityId": "b0485381-ec07-43a8-a940-9cd32ef9c045",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "65b7f689-22a4-4769-b332-60b0cefebae9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.