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": "12abe4ee-fab8-4456-97a2-a720bf6ecc63",
"numProveedor": "sample string 2",
"nomComercial": "sample string 3",
"iniVigencia": "2026-06-18T03:23:05.5699263+00:00",
"finVigencia": "2026-06-18T03:23:05.5699263+00:00",
"idTipoProveedor": "b73d7813-9cc1-4951-bc27-c4fd860b0eb5",
"fecAlta": "2026-06-18T03:23:05.5699263+00:00",
"status": true,
"idTipoPersona": "44128195-bb77-493b-89b6-1e59593f856b",
"fecBaja": "2026-06-18T03:23:05.5699263+00:00",
"idDireccionComercial": "76007deb-0513-4c4e-98d7-a970cbc92840"
}