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": "d7f18b3a-31fc-4dba-8901-8ab6cd588572",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "72057543-3176-4324-98fc-b599487e41ca",
"CountryId": "8471dfd1-353b-455d-836a-6488a5434682",
"StateOrProvinceId": "15c91a4d-30a6-4988-a825-caf0c5063423",
"DistrictId": "e2e366fd-75a8-4b2a-b2e5-86eed69a0363",
"CityId": "0b7cdafe-1392-4188-82d7-751b96e61e31",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "525b2be9-74e2-436b-b3c7-72a79f80a98e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.