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": "dbf385c6-2c54-458c-8b6c-d61b8757aa6e",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "d2853280-66ee-4fbe-859f-3370bf11ee62",
"CountryId": "c5ae3b96-91cb-4d8d-9fa6-69f7f85b7f74",
"StateOrProvinceId": "982fffc8-8ad7-4ab8-b5ce-279945f01975",
"DistrictId": "a7090b7f-9fb5-4ba3-8727-61893d846dfb",
"CityId": "ed6cff23-1a2d-4924-9ae3-cffe8e27de6a",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "1e210838-2021-491e-b3e1-40148479cabb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.