POST api/user/check_account
Request Information
URI Parameters
None.
Body Parameters
_check_user_request| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"account": "sample string 1"
}
text/xml
Sample:
<_user._check_user_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pcone_api.Models"> <account>sample string 1</account> </_user._check_user_request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.