PUT api/CodOperacion/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

codigo_operacion
NameDescriptionTypeAdditional 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.

Request 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.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.