GET api/GetNivelServicioSucursal_x_Estudio?idSucursal={idSucursal}&idEstudio={idEstudio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
Required |
|
| idEstudio | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_NivelesServicio| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idSucursal | globally unique identifier |
None. |
|
| idEstudio | globally unique identifier |
None. |
|
| Tiempo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "5f5c6047-eeb2-4429-ab72-e110adbf07cf",
"idSucursal": "bfe9799f-717e-4bca-98d0-aef13ee70cb2",
"idEstudio": "90a175f1-ab35-4f12-8ca7-78ae799e1105",
"Tiempo": 4
}