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": "36490d1b-bb67-4f74-8512-d1b07359768d",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "0719968f-e19a-4717-8ff3-d3cc9609ccc2",
"CountryId": "b814b480-a5ab-4686-ac3c-c226aef9faa4",
"StateOrProvinceId": "114a6df4-84a9-4b6e-9e5e-97a1ccae22ce",
"DistrictId": "7f245894-9042-4ca3-94fd-d367cfa2c100",
"CityId": "9c3bb8a5-4752-44b9-a4c0-65e8ffe22574",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "28282f1f-a2a0-474f-bba6-cf1904531ad2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.