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": "aa18d7e7-afd5-425a-93ae-9be02acde236",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "16704d98-039d-4373-a6ff-01f7da45d348",
"CountryId": "98b57939-a17b-4eab-9d9c-d3cb9a3b58ab",
"StateOrProvinceId": "6e972ed3-e17f-435c-b888-733f9c6f69bb",
"DistrictId": "fa4d1581-1f14-45c9-82bc-770b56db2c87",
"CityId": "843928a7-5e1c-464b-a78e-c7765a7a561f",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "52173370-a784-4ae7-b3c2-7d2561f1b9fb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.