POST api/GetEspecialidades_x_idCliente?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | 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": "3c15b856-5f83-492d-a0c2-f24e0800a2d8",
"nomEspecialidad": "sample string 2",
"idProveedor": "27cfb09e-4d42-47ae-905a-91b804c1ad0d"
}