Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Structure
Field | Type | Required | Description |
---|
amount | Decimal |
| Total production. |
accountingData | AccountingData |
| Accounting accounts. |
concept | Concept |
| Concept of production. |
JSON representation
{
"amount" : 788.000000,
"accountingData" : {
"accountingAccount" : "4800001",
"analityAccount" : null,
"centerAccount" : null
},
"concept" : {
"code" : "BOOK",
"name" : "BOOKING"
}
}