PUT api/Bancos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
Banco| Name | Description | Type | Additional information |
|---|---|---|---|
| ba_clave | decimal number |
None. |
|
| ba_tipo | string |
None. |
|
| ba_cuentatercero | string |
None. |
|
| ba_cuentacontable | string |
None. |
|
| ba_nombre | string |
None. |
|
| ba_domicilio | string |
None. |
|
| ba_poblacion | string |
None. |
|
| ba_provincia | string |
None. |
|
| ba_cp | string |
None. |
|
| ba_entidad | string |
None. |
|
| ba_oficina | string |
None. |
|
| ba_dc | string |
None. |
|
| ba_cuenta | string |
None. |
|
| ba_iban | string |
None. |
|
| ba_bic | string |
None. |
|
| ba_refmandato | string |
None. |
|
| ba_fcmandato | date |
None. |
|
| ba_contabilizado | boolean |
None. |
|
| ba_fechacontabilizado | date |
None. |
|
| ba_c_empresa | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ba_clave": 1.0,
"ba_tipo": "sample string 2",
"ba_cuentatercero": "sample string 3",
"ba_cuentacontable": "sample string 4",
"ba_nombre": "sample string 5",
"ba_domicilio": "sample string 6",
"ba_poblacion": "sample string 7",
"ba_provincia": "sample string 8",
"ba_cp": "sample string 9",
"ba_entidad": "sample string 10",
"ba_oficina": "sample string 11",
"ba_dc": "sample string 12",
"ba_cuenta": "sample string 13",
"ba_iban": "sample string 14",
"ba_bic": "sample string 15",
"ba_refmandato": "sample string 16",
"ba_fcmandato": "2026-04-04T18:10:15.627724+02:00",
"ba_contabilizado": true,
"ba_fechacontabilizado": "2026-04-04T18:10:15.627724+02:00",
"ba_c_empresa": 17.0
}
application/xml, text/xml
Sample:
<Banco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/restauravia2005"> <ba_bic>sample string 15</ba_bic> <ba_c_empresa>17</ba_c_empresa> <ba_clave>1</ba_clave> <ba_contabilizado>true</ba_contabilizado> <ba_cp>sample string 9</ba_cp> <ba_cuenta>sample string 13</ba_cuenta> <ba_cuentacontable>sample string 4</ba_cuentacontable> <ba_cuentatercero>sample string 3</ba_cuentatercero> <ba_dc>sample string 12</ba_dc> <ba_domicilio>sample string 6</ba_domicilio> <ba_entidad>sample string 10</ba_entidad> <ba_fcmandato>2026-04-04T18:10:15.627724+02:00</ba_fcmandato> <ba_fechacontabilizado>2026-04-04T18:10:15.627724+02:00</ba_fechacontabilizado> <ba_iban>sample string 14</ba_iban> <ba_nombre>sample string 5</ba_nombre> <ba_oficina>sample string 11</ba_oficina> <ba_poblacion>sample string 7</ba_poblacion> <ba_provincia>sample string 8</ba_provincia> <ba_refmandato>sample string 16</ba_refmandato> <ba_tipo>sample string 2</ba_tipo> </Banco>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.