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": "ae110553-824b-4f94-a33f-0a7b72a02a71",
"nomEspecialidad": "sample string 2",
"idProveedor": "40031d5f-fddd-4a34-8a4c-4a1c4ea89914"
}