POST api/alertaFraude/insertaAlerta
Request Information
URI Parameters
None.
Body Parameters
IngresoDataExperianViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| identification | string |
None. |
|
| password | string |
None. |
|
| username | string |
None. |
|
| grant_type | string |
None. |
|
| notifications | Collection of NotificacionExperianViewModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"identification": "sample string 1",
"password": "sample string 2",
"username": "sample string 3",
"grant_type": "sample string 4",
"notifications": {
"$id": "2",
"$values": [
{
"$id": "3",
"notificationId": 1,
"name": "sample string 2",
"description": "sample string 3"
},
{
"$ref": "3"
}
]
}
}
application/xml, text/xml
Sample:
<IngresoDataExperianViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels">
<grant_type>sample string 4</grant_type>
<identification>sample string 1</identification>
<notifications>
<NotificacionExperianViewModels>
<description>sample string 3</description>
<name>sample string 2</name>
<notificationId>1</notificationId>
</NotificacionExperianViewModels>
<NotificacionExperianViewModels>
<description>sample string 3</description>
<name>sample string 2</name>
<notificationId>1</notificationId>
</NotificacionExperianViewModels>
</notifications>
<password>sample string 2</password>
<username>sample string 3</username>
</IngresoDataExperianViewModels>
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.