We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fb18d commit 039a114Copy full SHA for 039a114
Scharff.API.Utils/Controllers/BillingCourtController.cs
@@ -18,7 +18,7 @@ public BillingCourtController(IMediator mediator)
18
_mediator = mediator;
19
}
20
21
- [HttpGet("enterprise/{id_company}/businessUnitDOC")]
+ [HttpGet("enterprise/{id_company}/businessUnitDOCv2")]
22
[SwaggerOperation("Listado de Unidad de Negocio por Empresa")]
23
[SwaggerResponse(200, "Retorna Listado de Unidad de Negocio", typeof(CustomResponse<List<ResponseGetBusinessUnitByIdCompany>>))]
24
[SwaggerResponse(204, "No se encontro Unidad de Negocio")]
0 commit comments