Versión | Fecha | Comentarios |
---|---|---|
Versión actual (v. 2) | 25/09/2023 | |
v. 1 | 13/12/2021 |
Header
Attribute | Type | Description |
system_id | string | Is the system identification. For Third Party integrations you must put 'third_party' |
local_id | int|null |
(Only one of local_id, local_code, external_id, external_code is used) |
local_code | string|null |
(Only one of local_id, local_code, external_id, external_code is used) |
external_id | int|null |
(Only one of local_id, local_code, external_id, external_code is used) |
external_code | string|null |
(Only one of local_id, local_code, external_id, external_code is used) |
date | datetime |
|
voucher_date | datetime |
|
name | string|null |
|
is_read_only | bool |
|
concurrency_token | int|null |
|
currency | Object |
(Only one of local_id, local_code, external_id, external_code is used) |
observations | string|null |
|
state | Object |
|
extra_fields | Object |
(Only one of local_id, local_code, external_id, external_code is used) |
...