From 9c44cc16d00961657c53f11344b4e8e3267e4ab9 Mon Sep 17 00:00:00 2001 From: Cristian_Camargo Date: Wed, 3 Jul 2019 16:06:35 +0000 Subject: [PATCH] Update salud-afiliados.json --- apigee/salud-afiliados.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/apigee/salud-afiliados.json b/apigee/salud-afiliados.json index aa22269..4266ced 100644 --- a/apigee/salud-afiliados.json +++ b/apigee/salud-afiliados.json @@ -47,6 +47,24 @@ "schema": { "type": "string" } + }, + { + "name": "tipoId", + "in": "query", + "description": "Tipo de identificacion.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "numId", + "in": "query", + "description": "Numero de identificacion.", + "required": true, + "schema": { + "type": "string" + } } ], "responses": { @@ -91,6 +109,24 @@ "schema": { "type": "string" } + }, + { + "name": "tipoId", + "in": "query", + "description": "Tipo de identificacion.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "numId", + "in": "query", + "description": "Numero de identificacion.", + "required": true, + "schema": { + "type": "string" + } } ], "responses": { -- libgit2 0.26.0