POST api/GetHospitalesPublicos_x_nom?nomComercial={nomComercial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nomComercial | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Proveedores| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| numProveedor | string |
None. |
|
| nomComercial | string |
None. |
|
| iniVigencia | date |
None. |
|
| finVigencia | date |
None. |
|
| idTipoProveedor | globally unique identifier |
None. |
|
| fecAlta | date |
None. |
|
| status | boolean |
None. |
|
| idTipoPersona | globally unique identifier |
None. |
|
| fecBaja | date |
None. |
|
| idDireccionComercial | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "f2015c57-3224-4e45-b44a-838dc22758e2",
"numProveedor": "sample string 2",
"nomComercial": "sample string 3",
"iniVigencia": "2026-03-22T14:59:07.8831895-04:00",
"finVigencia": "2026-03-22T14:59:07.8831895-04:00",
"idTipoProveedor": "3b334f45-0e29-4bca-a53a-98f1cbcefae0",
"fecAlta": "2026-03-22T14:59:07.8831895-04:00",
"status": true,
"idTipoPersona": "878c6393-9121-4985-993e-821247298bbc",
"fecBaja": "2026-03-22T14:59:07.8831895-04:00",
"idDireccionComercial": "2ec5131e-6d7d-4fbb-b992-f5b5d7df4ef7"
}