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": "c375343a-25c3-41df-966b-5cbca62559f6",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "d62c7be4-39c2-4758-8093-85433fc81178",
"CountryId": "7539acad-b0ab-4251-a747-f33b1c4aa73b",
"StateOrProvinceId": "2597de57-5513-4528-b457-7403cfa9ba04",
"DistrictId": "d5ac0af6-bf33-4b49-9f8f-9f014410daa5",
"CityId": "23953eef-a46e-484c-95c4-7de00a811357",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "81b3ace0-ef87-49e9-8e0f-dcc8cea4dbe9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.