GET api/U2T/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of U2TModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Codigo | integer |
None. |
|
| Servicio | string |
None. |
|
| Servicios | Collection of U2TServicioModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Codigo": 1,
"Servicio": "sample string 2",
"Servicios": [
{
"$id": "2",
"Codigo": 1,
"Concepto": "sample string 2",
"Tarifas": [
{
"$id": "3",
"Codigo": "sample string 1",
"Concepto": "sample string 2",
"Importe": 3.0
},
{
"$ref": "3"
}
],
"TarifasOPI": true
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]