GET api/CodOperacion/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
codigo_operacion| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nombre | string |
None. |
|
| vigente | boolean |
None. |
|
| editable | boolean |
None. |
|
| has_conditions | boolean |
None. |
|
| is_compra | boolean |
None. |
|
| tipo_cod_operacion | Collection of tipo_cod_operacion |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"nombre": "sample string 2",
"vigente": true,
"editable": true,
"has_conditions": true,
"is_compra": true,
"tipo_cod_operacion": [
{
"id": 1,
"nombre": "sample string 2",
"id_cod_operacion": 3,
"muestra_tipo_cambio": true,
"exige_memo_isin": true,
"vigente": true,
"editable": true,
"has_conditions": true,
"is_forward": true
},
{
"id": 1,
"nombre": "sample string 2",
"id_cod_operacion": 3,
"muestra_tipo_cambio": true,
"exige_memo_isin": true,
"vigente": true,
"editable": true,
"has_conditions": true,
"is_forward": true
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.