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": "c1cdafb3-9b76-4af1-9776-dc7a3c1efb39",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "80baf0bb-295a-47fe-ab10-1787ccee81cf",
"CountryId": "bf514092-9a88-4e98-b09c-fd90be16ecd2",
"StateOrProvinceId": "59be0a9e-134a-4da7-a684-bead3a38662a",
"DistrictId": "71cee879-ab50-42d7-b910-2875da9ae672",
"CityId": "dd0c1af4-1e8d-4b1a-96bf-73ef439578b9",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "2f40170a-bf7d-44fd-b853-b18e334e9f76"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.