GET api/MH_GetEspecialidades_x_idEstado?idEstado={idEstado}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idEstado | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Especialidades| Name | Description | Type | Additional information |
|---|---|---|---|
| idEspecialidad | globally unique identifier |
None. |
|
| nomEspecialidad | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idEspecialidad": "e9d124a3-1061-4563-9042-31a2cdd3f01d",
"nomEspecialidad": "sample string 2"
}