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": "1c22149c-f26e-4e60-98b0-f8bbf40c2937",
"nomEspecialidad": "sample string 2",
"idProveedor": "3f7a7bef-ca14-4317-a341-d158d3b28067"
}