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": "0fabc5e9-c66f-4851-aa5f-41c4299688b3",
"nomEspecialidad": "sample string 2",
"idProveedor": "1e3c4def-b026-4087-995f-4c0117107a91"
}