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": "7a225fb8-f5f6-4874-bc7c-3765a5a5cf14",
"nomEspecialidad": "sample string 2",
"idProveedor": "23a10d80-fa28-49f2-93d0-b34a7a0cb755"
}