PUT api/Verificacion
Request Information
URI Parameters
None.
Body Parameters
MatrizVerificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| IdVerificacion | integer |
None. |
|
| Ciudad | string |
None. |
|
| IdPais | integer |
None. |
|
| TipoCliente | string |
None. |
|
| IdPerfil | integer |
None. |
|
| edadDesde | integer |
None. |
|
| edadHasta | integer |
None. |
|
| idEstado | integer |
None. |
|
| idCodigoVerificacion | integer |
None. |
|
| Usuario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdVerificacion": 1,
"Ciudad": "sample string 2",
"IdPais": 3,
"TipoCliente": "sample string 4",
"IdPerfil": 5,
"edadDesde": 6,
"edadHasta": 7,
"idEstado": 8,
"idCodigoVerificacion": 9,
"Usuario": "sample string 10"
}
application/xml, text/xml
Sample:
<MatrizVerificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditGest.Models.ViewModel"> <Ciudad>sample string 2</Ciudad> <IdPais>3</IdPais> <IdPerfil>5</IdPerfil> <IdVerificacion>1</IdVerificacion> <TipoCliente>sample string 4</TipoCliente> <Usuario>sample string 10</Usuario> <edadDesde>6</edadDesde> <edadHasta>7</edadHasta> <idCodigoVerificacion>9</idCodigoVerificacion> <idEstado>8</idEstado> </MatrizVerificacion>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.