POST api/alertaFraude/experian/html
Request Information
URI Parameters
None.
Body Parameters
ExperianViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| password | string |
None. |
|
| username | string |
None. |
|
| grant_type | string |
None. |
|
| documentType | string |
None. |
|
| document | string |
None. |
|
| lastName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"password": "sample string 1",
"username": "sample string 2",
"grant_type": "sample string 3",
"documentType": "sample string 4",
"document": "sample string 5",
"lastName": "sample string 6"
}
application/xml, text/xml
Sample:
<ExperianViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels"> <document>sample string 5</document> <documentType>sample string 4</documentType> <grant_type>sample string 3</grant_type> <lastName>sample string 6</lastName> <password>sample string 1</password> <username>sample string 2</username> </ExperianViewModels>
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.