Get Cash Transfer Lists
GET
/api/v2/cash_transfers
Use this method to get cash transfers. See our HTTP GET documentation for complete queries method.
The following elements are returned in the get cash in lists methods response :
Body Response
Element | Description |
---|---|
id | Unique code for identifier cash transfers transaction. String. Automatically |
status | Status transaction, the status must be one of the following types: draft , deleted , submitted , approved , voided , finished . |
date | Transaction date. Date format YYYY-MM-DD . |
time | Transaction time. Time format hh:mm:ss . |
number | Reference number of cash transfers transaction. String maximum 35 characters . |
description | Description of cash transfers transaction. String maximum 75 characters . |
document* | Element for document. |
document.date | Document date. Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
document.number | Document number String. |
contact* | Element for contact |
contact.id | Contact id String maximum 255 characters . |
contact.code | Contact code String maximum 255 characters . |
contact.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 . |
other_fields* | Element of other fields. |
other_fields.id | other_fields id String. |
other_fields.key | other_fields key String. |
other_fields.type | other_fields data type Ex: string or integer or number |
other_fields.value | value of other_fields String. |
attachments* | Element of attachments. |
attachments.id | Attachments id String. |
attachments.name | Attachments name String maximum 255 characters . |
attachments.extension | Attachments extension Ex: JPG, Doc, PDF String. |
attachments.url | Attachments url String. |
line_items.id | line_items id String |
line_items.department | Element for departement. |
line_items.department.id | Departement id String |
line_items.department.code | Departement code String maximum 255 characters . |
line_items.department.name | Departement name String maximum 255 characters . |
line_items.project | Element for project. |
line_items.project.id | Project id String |
line_items.project.code | Project code String maximum 255 characters . |
line_items.project.name | Project name String maximum 255 characters . |
line_items.note | note description String. |
line_items.account | Element for line_items account. |
line_items.account.id | Account id String |
line_items.account.code | Account code String maximum 255 characters . |
line_items.account.name | Account name String maximum 255 characters . |
line_items.account.alias_name | Account alias name String maximum 255 characters . |
line_items.currency | Element for line_items currency. |
line_items.currency.id | Currency id String |
line_items.currency.code | Currency code String maximum 255 characters . |
line_items.currency.name | Currency name String maximum 255 characters . |
line_items.currency.symbol | Currency symbol String |
line_items.exchange_rate | Exchange rate Number |
line_items.debit_origin | Debit origin amount Number |
line_items.debit | Debit amount Number |
line_items.credit_origin | Credit origin amount Number |
line_items.credit | Credit amount Number |
total_debit | Total debit amount Number |
total_credit | Total credit 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* | 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. |