Partial Update Dated Cheque Outs by Id
PATCH
/api/v2/post_dated_cheque_outs/404d46a3-0d9c-4eb0-a444-7a4ebb44eb49
Use this method to update post_dated_cheque_outs. See our HTTP PATCH documentation for complete queries method.
The following are elements for update post_dated_cheque_outs :
Body Request
Element | Description |
---|---|
reason | The reason why changes were made. String 170 characters . |
status | Status transaction, the status must be one of the following types: draft , deleted , submitted , approved , voided , finished . |
Body Response
Element | Description |
---|---|
id | Unique code for identifier post_dated_cheque_outs transaction. String. Automatically |
status | Status transaction, the status must be one of the following types: deleted , approved , voided , finished . |
date | Transaction date. Date format YYYY-MM-DD . |
time | Transaction time. Time format hh:mm:ss . |
number | Reference number of sales invoices. String maximum 35 characters . |
description | Description of sales invoices. String maximum 75 characters . |
bank.name | Contact name String maximum 255 characters . |
bank.account_number | Contact name String maximum 255 characters . |
origin_transaction.id | is the source of transactions paid using demand deposits Automaticaly create when post the post_dated_cheque_outs. |
origin_transaction.id | Transaction id String maximum 255 characters . |
origin_transaction.type | Transaction type cash_ins , cash_outs , payable_payments or receivable_payments . |
origin_transaction.date | Transaction date Date format YYYY-MM-DD . |
origin_transaction.number | Transaction number String maximum 255 characters . |
origin_transaction.description | Transaction description String maximum 255 characters . |
contact.id | Contact name String maximum 255 characters . |
contact.code | Contact name String maximum 255 characters . |
contact.name | Contact name String maximum 255 characters . |
contact.classification | Element for contact.classification |
contact.classification.id | Contact name String maximum 255 characters . |
contact.classification.name | Contact name String maximum 255 characters . |
departement* | Element for department. |
department.id | Department id. String 36 characters . |
department.code | Department code String maximum 255 characters . |
department.name | Department name String maximum 255 characters . |
project* | Element for project. |
project.id | Project id. String 36 characters . |
project.code | Project code String maximum 255 characters . |
project.name | Project name String maximum 255 characters . |
account.cash.id | Account id String 36 characters . |
account.cash.code | Account code String maximum 255 characters . |
account.cash.name | Account name String maximum 255 characters . |
account.post_dated_cheque.id | Account id String 36 characters . |
account.post_dated_cheque.code | Account code String maximum 255 characters . |
account.post_dated_cheque.name | Account name String maximum 255 characters . |
currency.id | Currency id String. |
currency.code | Currency code String maximum 255 characters . |
currency.name | Currency name String maximum 255 characters . |
currency.symbol | Currency symbol String. |
exchange_rate | Exchange rate Number. |
amount_origin | Amount origin Number. |
amount | Amount Number. |
created* | Element for created. |
created.user* | Created User name. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Element for Update. |
update.user* | Update user. |
update.user.id | User id String Automaticaly. |
update.user.name | User name String. |
update.user.email | User email String. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |