POST api/cuentas/delete
Request Information
URI Parameters
None.
Body Parameters
CuentasDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod_Cuenta | integer |
None. |
|
| Cod_Banco | integer |
None. |
|
| Nro_Cuenta | string |
None. |
|
| Email_Cuenta | string |
None. |
|
| Swift | string |
None. |
|
| Dir_Cuenta | string |
None. |
|
| Benef_Cuenta | string |
None. |
|
| Des_Banco | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cod_Cuenta": 1,
"Cod_Banco": 2,
"Nro_Cuenta": "sample string 3",
"Email_Cuenta": "sample string 4",
"Swift": "sample string 5",
"Dir_Cuenta": "sample string 6",
"Benef_Cuenta": "sample string 7",
"Des_Banco": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.