Commit 8ba34b6c by Cristian_Camargo

Update recreacionyturismo-venta.json

parent 7f718d34
...@@ -235,34 +235,42 @@ ...@@ -235,34 +235,42 @@
} }
}, },
"consultaCatalogoRequest": { "consultaCatalogoRequest": {
"type": "array", "type": "object",
"items":{ "properties": {
"description": "Objeto que contiene la información de las opciones utilizadas para buscar los servicios. Los tipos de opción pueden ser los siguientes:\n * 1) Documento\n * 2) Antiguedad\n * 3) Clasificación\n * 4) Área (Deporte)\n * 5) Sede\n * 6) Días (Entre Semana / Fin de Semana)\n * 7) Horario (Mañana / Tarde / Noche)\n * 8) Nivel (Prueba)\n * 9) Servicio (Prueba Campeonato)\n * 10) Segmento (Edad)", "limite": {
"type": "object", "type": "integer",
"properties": { "description": "Limite del numero de resultados que se obtienen, el valor limite es 204"
"tipo": { },
"type": "string", "opciones": {
"description": "Nombre del tipo de la opción" "type": "array",
}, "items": {
"valor": { "$ref": "#/components/schemas/opcionesCatalogo"
"type": "integer",
"description": "Valor para la opción seleccionada"
},
"opcion": {
"type": "string",
"description": "Nombre de la opción"
},
"atributos": {
"type": "object",
"description": "Características adicionales de la opción"
},
"limite": {
"type": "integer",
"description": "Limite del numero de resultados que se obtienen, el valor limite es 204"
} }
} }
} }
}, },
"opcionesCatalogo": {
"description": "Objeto que contiene la información de las opciones utilizadas para buscar los servicios. Los tipos de opción pueden ser los siguientes:\n * 1) Documento\n * 2) Antiguedad\n * 3) Clasificación\n * 4) Área (Deporte)\n * 5) Sede\n * 6) Días (Entre Semana / Fin de Semana)\n * 7) Horario (Mañana / Tarde / Noche)\n * 8) Nivel (Prueba)\n * 9) Servicio (Prueba Campeonato)\n * 10) Segmento (Edad)",
"type": "object",
"properties": {
"tipo": {
"type": "string",
"description": "Nombre del tipo de la opción"
},
"valor": {
"type": "integer",
"description": "Valor para la opción seleccionada"
},
"opcion": {
"type": "string",
"description": "Nombre de la opción"
},
"atributos": {
"type": "object",
"description": "Características adicionales de la opción"
}
}
},
"consultaCotizacionIdResponse": { "consultaCotizacionIdResponse": {
"type": "object", "type": "object",
"required": [ "required": [
......
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