POST api/v3/me/check
Request Information
URI Parameters
None.
Body Parameters
MyModel1Name | Description | Type | Additional information |
---|---|---|---|
password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "password": "sample string 1" }
text/html
Sample:
{"password":"sample string 1"}
text/xml
Sample:
<UsersController.MyModel1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassAPIWithVersion.Controllers.Version3"> <password>sample string 1</password> </UsersController.MyModel1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>