From 75354c3ef17a12e3004adb59eae027d062b95289 Mon Sep 17 00:00:00 2001 From: Cristian_Camargo Date: Wed, 19 Jun 2019 21:02:18 +0000 Subject: [PATCH] Update medicamentos-venta.json --- apigee/medicamentos-venta.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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" -- libgit2 0.26.0