GET api/Cotizaciones/CamposMatriz
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CamposMatrizName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Campo | string |
None. |
|
Propiedad | string |
None. |
|
Activo | boolean |
None. |
|
OpcionesCamposMatriz | Collection of OpcionesCamposMatriz |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Campo": "sample string 2", "Propiedad": "sample string 3", "Activo": true, "OpcionesCamposMatriz": [ { "Id": 1, "Opcion": "sample string 2", "ValorMatriz": 1, "Activo": true }, { "Id": 1, "Opcion": "sample string 2", "ValorMatriz": 1, "Activo": true } ] }, { "Id": 1, "Campo": "sample string 2", "Propiedad": "sample string 3", "Activo": true, "OpcionesCamposMatriz": [ { "Id": 1, "Opcion": "sample string 2", "ValorMatriz": 1, "Activo": true }, { "Id": 1, "Opcion": "sample string 2", "ValorMatriz": 1, "Activo": true } ] } ]