/
Production Trevenque

Production Trevenque

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"
    }
}

Related content