POST api/account/userexists

Request Information

URI Parameters

None.

Body Parameters

UserNameCheckViewModel
NameDescriptionTypeAdditional information
Username

string

None.

SecretKey

string

None.

SecretDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "SecretKey": "sample string 2",
  "SecretDate": "2026-01-09T03:51:20.6148777+00:00"
}

application/xml, text/xml

Sample:
<UserNameCheckViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThemeParkEntities.Account">
  <SecretDate>2026-01-09T03:51:20.6148777+00:00</SecretDate>
  <SecretKey>sample string 2</SecretKey>
  <Username>sample string 1</Username>
</UserNameCheckViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserNameCheckViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.