POST api/alertaFraude/obtieneAlerta
Request Information
URI Parameters
None.
Body Parameters
AlertaExperianViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| password | string |
None. |
|
| username | string |
None. |
|
| grant_type | string |
None. |
|
| identificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"password": "sample string 1",
"username": "sample string 2",
"grant_type": "sample string 3",
"identificacion": "sample string 4"
}
application/xml, text/xml
Sample:
<AlertaExperianViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels"> <grant_type>sample string 3</grant_type> <identificacion>sample string 4</identificacion> <password>sample string 1</password> <username>sample string 2</username> </AlertaExperianViewModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.