diff --git a/apigee/recreacionyturismo-venta.json b/apigee/recreacionyturismo-venta.json index 0174dc3..13da4ab 100644 --- a/apigee/recreacionyturismo-venta.json +++ b/apigee/recreacionyturismo-venta.json @@ -1157,127 +1157,11 @@ } } } - }, - } - }, - "documento": { - "type": "object", - "properties": { - "tipo": { - "type": "string", - "description": "Tipo de documento" - }, - "numero": { - "type": "string", - "description": "Número de identificación del documento" - } - }, - "xml": { - "name": "documento" - } - }, - "nombre": { - "type": "object", - "properties": { - "primero": { - "type": "string", - "description": "Primer nombre" - }, - "segundo": { - "type": "string", - "description": "Segundo nombre" - }, - "primerApellido": { - "type": "string", - "description": "Primer apellido" - }, - "segundoApellido": { - "type": "string", - "description": "Segundo apellido" - } - }, - "xml": { - "name": "nombre" - } - }, - "ciudad": { - "type": "object", - "properties": { - "nombre": { - "type": "string", - "description": "Nombre de ciudad" - } - }, - "xml": { - "name": "ciudad" - } - }, - "direccion": { - "type": "object", - "properties": { - "direccionPrincipal": { - "type": "string", - "description": "Direccion principal" - } - }, - "xml": { - "name": "direccion" - } - }, - "departamento": { - "type": "object", - "properties": { - "codigo": { - "type": "string", - "description": "Codigo del departamento" - } - }, - "xml": { - "name": "departamento" - } - }, - "municipio": { - "type": "object", - "properties": { - "codigo": { - "type": "string", - "description": "Codigo del municipio" - } - }, - "xml": { - "name": "municipio" - } - }, - "direccionamientoIpsResponse": { - "type": "object", - "required": [ - "resultado" - ], - "properties": { - "resultado": { - "type": "array", - "xml": { - "name": "resultado" - }, - "items": { - "$ref": "#/components/schemas/resultado" - } } } } }, "requestBodies": { - "recepcionFormulasRequestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recepcionFormulasRequest" - } - } - }, - "description": "Información de la fórmula médica", - "required": true - } }, "securitySchemes": { "apigee_auth": {