diff --git a/apigee/medicamentos-venta.json b/apigee/medicamentos-venta.json index 258f26f..54a84b9 100644 --- a/apigee/medicamentos-venta.json +++ b/apigee/medicamentos-venta.json @@ -398,16 +398,23 @@ }, "items": { "$ref": "#/components/schemas/resultadoCotizacion" - } + }, }, + "actualizaCotizacion": { + "items":{ + "$ref": "#/components/schemas/actualizaCotizacion" + } + } + } + }, + "actualizaCotizacion": { + "type": "object", + "properties": { "afiliado": { "$ref": "#/components/schemas/afiliado" }, - "actualizaCotizacion": { - "type": "array", - "items": { - "$ref": "#/components/schemas/cotizacion" - } + "cotizacion": { + "$ref": "#/components/schemas/cotizacion" }, "transaccion": { "$ref": "#/components/schemas/transaccion"