POST api/Account/CheckUserNameAvailability

Request Information

URI Parameters

None.

Body Parameters

DTOUser
NameDescriptionTypeAdditional 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": "daec8c30-7353-4b19-bf43-ed541e530073",
  "Name": "sample string 2",
  "CNICNumber": "sample string 3",
  "GenderId": "656238e9-a22e-493f-8973-c6276d16a5af",
  "CountryId": "eebb31a7-ae06-4ff8-a649-89d12dea4e95",
  "StateOrProvinceId": "933898c1-a5e6-40b3-8da5-581373e835c5",
  "DistrictId": "0191d519-a6fd-4c87-b40d-bd087b1214bd",
  "CityId": "cf328c1f-8a53-4f2f-953b-d1e240ef8653",
  "PhoneNo": "sample string 4",
  "UserName": "sample string 5",
  "Password": "sample string 6",
  "Address": "sample string 7",
  "BranchId": "bff0c00a-0633-4050-8451-76470f5fb426"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.