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

FieldTypeRequiredDescription
amountDecimal
Total production.
accountingDataAccountingData
Accounting accounts.
conceptConcept
Concept of production.

JSON representation

{   
    "amount" : 788.000000,
    "accountingData" : {
        "accountingAccount" : "4800001",
        "analityAccount" : null,
        "centerAccount" : null
    },
    "concept" : {
        "code" : "BOOK",
        "name" : "BOOKING"
    }
}
  • No labels