POST api/Autenticar/Login
Request Information
URI Parameters
None.
Body Parameters
Login| Name | Description | Type | Additional information |
|---|---|---|---|
| Usuario | string |
Required |
|
| Clave | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Usuario": "sample string 1",
"Clave": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.