POST api/login/validar
Request Information
URI Parameters
None.
Body Parameters
Token| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| serial | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"serial": "sample string 2"
}
application/xml, text/xml
Sample:
<Token xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <token>sample string 1</token> <serial>sample string 2</serial> </Token>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.