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 3 Next »

Structure

FieldTypeRequiredDescription
amountDecimal
Total production.
foodAmountDecimal
Total food breakdown amount
beverageAmountDecimal
Total beverage breakdown amount
otherAmountDecimal
Total other breakdown amount
amountMixDecimal
Total Amount with gross comission
accountingDataAccountingData
Accounting accounts.
conceptConcept
Concept of production.

JSON representation

{   
	"amount": 442.29,
    "foodAmount": 342.00,
    "beverageAmount": 100.29,
    "otherAmount": 0.00,
    "amountMix": 442.29,
    "accountingData": {
        "accountingAccount": "700000000022",
        "analityAccount": "",
        "centerAccount": ""
       },
    "concept": {
        "code": "PR",
        "name": "PR - Promo Room"
       }
}
  • No labels