Commit 75354c3e by Cristian_Camargo

Update medicamentos-venta.json

parent 238261ed
...@@ -398,16 +398,23 @@ ...@@ -398,16 +398,23 @@
}, },
"items": { "items": {
"$ref": "#/components/schemas/resultadoCotizacion" "$ref": "#/components/schemas/resultadoCotizacion"
} },
}, },
"actualizaCotizacion": {
"items":{
"$ref": "#/components/schemas/actualizaCotizacion"
}
}
}
},
"actualizaCotizacion": {
"type": "object",
"properties": {
"afiliado": { "afiliado": {
"$ref": "#/components/schemas/afiliado" "$ref": "#/components/schemas/afiliado"
}, },
"actualizaCotizacion": { "cotizacion": {
"type": "array", "$ref": "#/components/schemas/cotizacion"
"items": {
"$ref": "#/components/schemas/cotizacion"
}
}, },
"transaccion": { "transaccion": {
"$ref": "#/components/schemas/transaccion" "$ref": "#/components/schemas/transaccion"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment