GET api/CargaMasInformacionCotizacion?idCotizacion={idCotizacion}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idCotizacion

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseCargaMasInformacionCotizacion
NameDescriptionTypeAdditional information
Data

MasInformacionCotizacionR

None.

Data

Object

None.

IsSuccess

boolean

None.

UserMessage

string

None.

TechMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "idCotizacionPadre": "sample string 1",
    "idCliente": "sample string 2",
    "firmaCliente": "sample string 3",
    "idTipoIngreso": "sample string 4",
    "tipoIngresoDsc": "sample string 5",
    "idMonedaIngreso": "sample string 6",
    "monedaIngresoDsc": "sample string 7",
    "montoIngreso": 8,
    "idTipoIdentificacion": "sample string 9",
    "tipoIdentificacionDsc": "sample string 10",
    "identificacion": "sample string 11",
    "fotoIdFrontal": "sample string 12",
    "fotoIdPosterior": "sample string 13"
  },
  "IsSuccess": true,
  "UserMessage": "sample string 3",
  "TechMessage": "sample string 4"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.