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": "c93f91f5-f88d-48c6-803d-be9fc8a8f4e4",
"nomEspecialidad": "sample string 2",
"idProveedor": "a0a564b8-12e0-4ebb-bdc9-029a3d2364f5"
}