Commit 40d33c78 by Cristian_Camargo

Update recreacionyturismo-afiliados.json

parent 9f804ff3
...@@ -628,6 +628,14 @@ ...@@ -628,6 +628,14 @@
"type": "string", "type": "string",
"description": "Principal" "description": "Principal"
}, },
"habilitado": {
"type": "string",
"description": "Habilitado."
},
"pagoCredito": {
"type": "string",
"description": "Pago a credito."
},
"aplazamientos": { "aplazamientos": {
"$ref": "#/components/schemas/aplazamientos" "$ref": "#/components/schemas/aplazamientos"
}, },
...@@ -669,6 +677,9 @@ ...@@ -669,6 +677,9 @@
"type": "string", "type": "string",
"description": "Validar afiliacion." "description": "Validar afiliacion."
}, },
"aplazamientos": {
"$ref": "#/components/schemas/aplazamientos"
},
"centroEntrenamiento": { "centroEntrenamiento": {
"$ref": "#/components/schemas/centroEntrenamiento" "$ref": "#/components/schemas/centroEntrenamiento"
}, },
...@@ -702,6 +713,10 @@ ...@@ -702,6 +713,10 @@
"aplazamientos": { "aplazamientos": {
"type": "object", "type": "object",
"properties": { "properties": {
"dias": {
"type": "string",
"description": "Dias de aplazamiento."
},
"cantidad": { "cantidad": {
"type": "string", "type": "string",
"description": "Cantidad de aplazamiento." "description": "Cantidad de aplazamiento."
......
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