POST api/GetEspecialidades_x_idFilial?idFilial={idFilial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_catEspecialidades| Name | Description | Type | Additional information |
|---|---|---|---|
| idEspecialidad | globally unique identifier |
None. |
|
| nomEspecialidad | string |
None. |
|
| idProveedor | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idEspecialidad": "76a3ac2e-7553-409f-8530-084bf60cb031",
"nomEspecialidad": "sample string 2",
"idProveedor": "05a34a1b-d8fc-498d-8983-b85020e091df"
}