PUT api/Cheques/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Cheque| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceptorId | integer |
None. |
|
| BancoEmisorCheque | string |
None. |
|
| NumeroCheque | string |
None. |
|
| MontoNumeros | decimal number |
None. |
|
| MontoLetras | string |
None. |
|
| FechaEmision | date |
None. |
|
| CuentaNumero | string |
None. |
|
| Concepto | string |
None. |
|
| SaldoAnterior | decimal number |
None. |
|
| Deposito | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| Saldo | decimal number |
None. |
|
| Receptor | Persona |
None. |
|
| Id | integer |
None. |
|
| CreadoPor | string |
None. |
|
| ModificadoPor | string |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaModificacion | date |
None. |
|
| Borrado | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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.