Generar Cotizacion
POST {{Servidor}}/ServicesAtlasConmigo/api/cotizador/danos/Viaje/GeneraCotizacion
El servicio generar cotizacion nos retorna el id de la cotizacion y el numero de cotizacion
Variables de entrada
Variable | Tipo | Formato | Descripción | Requerido |
---|---|---|---|---|
IdPrecotizacion | Int | Id de la pre cotizacion | true | |
FormaPago | Int | forma de pago | true | |
CVEPlan | String | clave del plan | true |
Variables de salida
Variable | Tipo | Formato | Descripción | Requerido |
---|---|---|---|---|
IdCotizacion | Int | ide de cotizacion | true | |
NoCotizacion | String | numero de cotizacion | true |
StartFragment
EndFragment
Request Body
{"IdPrecotizacion"=>49700, "FormaPago"=>1, "CVEPlan"=>"23"}
RESPONSES
status: OK
{"IdCotizacion":3431785,"NoCotizacion":"D70-194-2023"}