Nuevas rutas:

+ Afiliados
+ Agenda M.
+ Contratos
+ HC
This commit is contained in:
Luis Martinez 2023-12-22 16:07:05 -05:00
parent eab1cfaac1
commit 326e052100
4 changed files with 525 additions and 117 deletions

View File

@ -540,6 +540,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes",
"DownstreamPathTemplate": "/PermisosCotizantes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes",
"DownstreamPathTemplate": "/PermisosCotizantes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes/{nuIdCotizanteAfil}",
"DownstreamPathTemplate": "/PermisosCotizantes/{nuIdCotizanteAfil}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PreguntasDeclaratorias", "UpstreamPathTemplate": "/PreguntasDeclaratorias",

View File

@ -90,6 +90,24 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CitasMedicas/Masivo",
"DownstreamPathTemplate": "/CitasMedicas/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CitasMedicas/CitasEstadoNovedad", "UpstreamPathTemplate": "/CitasMedicas/CitasEstadoNovedad",
@ -198,6 +216,42 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CupsAM/Buscar", "UpstreamPathTemplate": "/CupsAM/Buscar",
@ -648,6 +702,78 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/SeguimientosMultas",
"DownstreamPathTemplate": "/SeguimientosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/SeguimientosMultas",
"DownstreamPathTemplate": "/SeguimientosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosMultas",
"DownstreamPathTemplate": "/TablerosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosMultas",
"DownstreamPathTemplate": "/TablerosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosPendientes", "UpstreamPathTemplate": "/TablerosPendientes",

View File

@ -1,59 +1,5 @@
{ {
"Routes": [ "Routes": [
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/BloqueoCAPCTT", "UpstreamPathTemplate": "/BloqueoCAPCTT",
@ -180,6 +126,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT/FechaBloqueo", "UpstreamPathTemplate": "/CapCTTPorCTT/FechaBloqueo",
@ -198,24 +162,6 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT/Eliminar", "UpstreamPathTemplate": "/CapCTTPorCTT/Eliminar",
@ -414,24 +360,6 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios",
"DownstreamPathTemplate": "/Convenios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios", "UpstreamPathTemplate": "/Convenios",
@ -468,6 +396,24 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios",
"DownstreamPathTemplate": "/Convenios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios/Eliminar", "UpstreamPathTemplate": "/Convenios/Eliminar",
@ -558,6 +504,24 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Cups/CargueMasivo",
"DownstreamPathTemplate": "/Cups/CargueMasivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EAPBS", "UpstreamPathTemplate": "/EAPBS",
@ -666,6 +630,114 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamPathTemplate": "/api/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamPathTemplate": "/api/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalasSocioeconomicas", "UpstreamPathTemplate": "/EscalasSocioeconomicas",
@ -792,6 +864,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamPathTemplate": "/api/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Medicamentos", "UpstreamPathTemplate": "/Medicamentos",
@ -1242,6 +1368,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPrestador/GrupoCups", "UpstreamPathTemplate": "/ServiciosPrestador/GrupoCups",
@ -1350,6 +1530,42 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasBase/Servicios",
"DownstreamPathTemplate": "/TarifasBase/Servicios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasBase/Medicamentos",
"DownstreamPathTemplate": "/TarifasBase/Medicamentos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorCUPMDT", "UpstreamPathTemplate": "/TarifasPorCUPMDT",
@ -1404,29 +1620,6 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorCUPMDT/CargueMasivo", "UpstreamPathTemplate": "/TarifasPorCUPMDT/CargueMasivo",
@ -1447,8 +1640,8 @@
}, },
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Cups/CargueMasivo", "UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/Cups/CargueMasivo", "DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -1460,9 +1653,26 @@
"permisos": "any" "permisos": "any"
}, },
"UpstreamHttpMethod": [ "UpstreamHttpMethod": [
"POST" "GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
] ]
} }
] ]
} }

View File

@ -450,6 +450,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Incapacidad",
"DownstreamPathTemplate": "/Incapacidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsHistoriaClinica", "SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Rias", "UpstreamPathTemplate": "/Rias",