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": "a7d00869-17f6-4b00-bf78-4dab76a61546",
"idSucursal": "0b0a96d9-bf97-48dc-aa43-cbac2e99c03f",
"idEstudio": "239a25d6-19ed-4bec-9cd7-a4f8e4e677d7",
"Tiempo": 4
}