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": "55661eea-9443-45e4-bbd8-55016c55b37a",
"nomEspecialidad": "sample string 2",
"idProveedor": "9dc5a5d9-f453-407c-bf4d-cc6c208254b2"
}