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
Field | Type | Required | Description |
---|
amount | Decimal |
| Total production. |
foodAmount | Decimal |
| Total food breakdown amount |
beverageAmount | Decimal |
| Total beverage breakdown amount |
otherAmount | Decimal |
| Total other breakdown amount |
amountMix | Decimal |
| Total Amount with gross comission |
accountingData | AccountingData |
| Accounting accounts. |
concept | Concept |
| 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"
}
}