Commit b3f43a45 by Cristian_Camargo

Update afiliaciones-afiliado-pacs.json

parent 6ea0af0f
......@@ -91,6 +91,22 @@
},
"components": {
"schemas": {
"afiliacion": {
"type": "object",
"properties": {
"fechaAfiliacion": {
"type":"string",
"description":"fecha de afiliación"
},
"categoria": {
"type":"string",
"description":"Categoría"
}
},
"xml": {
"name": "afiliado"
}
},
"resultado": {
"type": "object",
"properties": {
......@@ -325,6 +341,9 @@
"estado":{
"type":"string",
"description":"Estado del Afiliado"
},
"afiliacion":{
"$ref": "#/components/schemas/afiliacion"
}
}
},
......
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