Commit 75354c3e by Cristian_Camargo

Update medicamentos-venta.json

parent 238261ed
......@@ -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"
......
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