Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Get  ExpensesRevenue from invoices of a type consumtion mode of the ReservationRoomStay

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.reservation


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/expenses?{consumptionModeId=}



Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
reservartionRoomStayIdIntegertruepath parameter
Unique identificator of the reservationRoomStay.
consumptionModeIdIntegertruerequest parameter

consumption mode:

1- Total amount of stay and the detail of expenses what it's been generated by a given stay regardless who pays the reservation. 

2-Total amount of stay and the detail of expenses within all invoices generated by a stay. For example, in a group reservation, charges contained in a Master invoice wont be returned.

3-Total amount and the detail of my expenses in my invoices and that have been generated in a given stay. Transferred charges won't be returned.

sourceCodeListListfalse

request parameter


Filter  code of the source.
segmentCodeListListfalserequest parameter
Filter  code of the segment.
channelCodeListListfalserequest parameter
Filter  code of the channel.


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/reservationRoomStay/1/expenses?consumptionModeId=1



Response

The response is a ExpensesRevenue

Entity

Insert excerpt
ExpensesRevenue
ExpensesRevenue
nopaneltrue


Example response

Code Block
languagepowershell
themeDJango
{
    "totalAccommodationRevenue" : 417.000000318,
    "totalServiceRevenue" : 515.99999750,
    "totalRevenue" : 932.999997368,
    "totalAccommodationRevenueBeforeTax" : 379289.090908090909,
    "totalServiceRevenueBeforeTax" : 46945.090908454545,
    "totalRevenueBeforeTax" : 848334.181816545454,
    "expensesProductList" : [
    {
          "postingDate" : "2020-0809-0502",
      "productionDate":    "2020-09-02",
      "quantity" : 1,
          "product" : {
              "id" : 647752,
              "code" : "SGLJSUI",
              "name" : "SingleJunior Suite",
              "productType" : {
                  "id" : 1,
                  "code" : "ACC",
                  "name" : "Accommodation",
                  "nameI18n" : "Accommodation"
              }
          },
          "name" : "SingleJunior Suite",
          "amountAfterTax" : 139.000000318,
          "amountBeforeTax" : 126289.363636090909,
          "currency" : {
              "id" : 1,
              "code" : "EUR",
              "name" : "Euro",
      "nameI18n" :         "nameI18n": "Euro"
          },
          "amountTax" : 1228.636364909091,
          "amountDiscount" : 0.000000,
          "amountCommission" : 0.000000,
          "rate" : {
              "id" : 2,
              "code" : "BAR",
              "name" : "Best Available Rate"
          },
          "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 12.636364,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-05",
    "quantity" : 1,
    "product" : {
      "id" : 63,
      "code" : "BRK",
      "name" : "Breakfast",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Breakfast",
    "amountAfterTax" : 48.999999,
    "amountBeforeTax" : 44.545454,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.454545,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.454545,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-05",
    "quantity" : 1,
    "product" : {
      "id" : 67,
      "code" : "LUNCH",
      "name" : "Lunch",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Lunch",
    "amountAfterTax" : 26.000000,
    "amountBeforeTax" : 23.636364,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 2.363636,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 2.363636,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-05",
    "quantity" : 1,
    "product" : {
      "id" : 68,
      "code" : "DINNER",
      "name" : "Dinner",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Dinner",
    "amountAfterTax" : 47.000000,
    "amountBeforeTax" : 42.727273,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.272727,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.272727,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 2,
    "product" : {
      "id" : 77,
      "code" : "LAU",
      "name" : "Laundry",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Laundry",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 84,
      "code" : "FLO",
      "name" : "Flowers",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Flowers",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 84,
      "code" : "FLO",
      "name" : "Flowers",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Flowers",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 647,
      "code" : "SGL",
      "name" : "Single",
      "productType" : {
        "id" : 1,
        "code" : "ACC",
        "name" : "Accommodation",
        "nameI18n" : "Accommodation"
      }
    },
    "name" : "Single",
    "amountAfterTax" : 139.000000,
    "amountBeforeTax" : 126.363636,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 12.636364,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 12.636364,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 63,
      "code" : "BRK",
      "name" : "Breakfast",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Breakfast",
    "amountAfterTax" : 48.999999,
    "amountBeforeTax" : 44.545454,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.454545,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.454545,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 67,
      "code" : "LUNCH",
      "name" : "Lunch",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Lunch",
    "amountAfterTax" : 26.000000,
    "amountBeforeTax" : 23.636364,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 2.363636,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 2.363636,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 68,
      "code" : "DINNER",
      "name" : "Dinner",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Dinner",
    "amountAfterTax" : 47.000000,
    "amountBeforeTax" : 42.727273,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.272727,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.272727,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 79,
      "code" : "FAX",
      "name" : "Fax",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Fax",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 78,
      "code" : "TEL",
      "name" : "Telephone",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Telephone",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 84,
      "code" : "FLO",
      "name" : "Flowers",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Flowers",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 647,
      "code" : "SGL",
      "name" : "Single",
      "productType" : {
        "id" : 1,
        "code" : "ACC",
        "name" : "Accommodation",
        "nameI18n" : "Accommodation"
      }
    },
    "name" : "Single",
    "amountAfterTax" : 139.000000,
    "amountBeforeTax" : 126.363636,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 12.636364,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 12.636364,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 63,
      "code" : "BRK",
      "name" : "Breakfast",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Breakfast",
    "amountAfterTax" : 48.999999,
    "amountBeforeTax" : 44.545454,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.454545,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.454545,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 67,
      "code" : "LUNCH",
      "name" : "Lunch",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Lunch",
    "amountAfterTax" : 26.000000,
    "amountBeforeTax" : 23.636364,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 2.363636,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 2.363636,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 68,
      "code" : "DINNER",
      "name" : "Dinner",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Dinner",
    "amountAfterTax" : 47.000000,
    "amountBeforeTax" : 42.727273,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 4.272727,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : {
      "id" : 2,
      "code" : "BAR",
      "name" : "Best Available Rate"
    },
    "offer" : {
      "id" : 2,
      "code" : "NR",
      "name" : "Non Refundable"
    },
    "offerAmountDiscount" : 0.000000,
    "offerPercentDiscount" : 10.000000,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 4.272727,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-08",
    "quantity" : 3,
    "product" : {
      "id" : 77,
      "code" : "LAU",
      "name" : "Laundry",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Laundry",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 3,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-08",
    "quantity" : 1,
    "product" : {
      "id" : 79,
      "code" : "FAX",
      "name" : "Fax",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Fax",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 1,
    "product" : {
      "id" : 77,
      "code" : "LAU",
      "name" : "Laundry",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Laundry",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-06",
    "quantity" : 2,
    "product" : {
      "id" : 78,
      "code" : "TEL",
      "name" : "Telephone",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Telephone",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 10,
      "code" : "OTA",
      "name" : "Online Travel Agency"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 2,
    "product" : {
      "id" : 76,
      "code" : "PKG",
      "name" : "Parking",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Parking",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 1,
    "product" : {
      "id" : 84,
      "code" : "FLO",
      "name" : "Flowers",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Flowers",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 1,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-07",
    "quantity" : 2,
    "product" : {
      "id" : 79,
      "code" : "FAX",
      "name" : "Fax",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Fax",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 7,
      "code" : "CRS",
      "name" : "Central ReservationSystem"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-08",
    "quantity" : 2,
    "product" : {
      "id" : 79,
      "code" : "FAX",
      "name" : "Fax",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Fax",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  }, {
    "postingDate" : "2020-08-08",
    "quantity" : 2,
    "product" : {
      "id" : 76,
      "code" : "PKG",
      "name" : "Parking",
      "productType" : {
        "id" : 2,
        "code" : "SER",
        "name" : "Service",
        "nameI18n" : "Service"
      }
    },
    "name" : "Parking",
    "amountAfterTax" : 10.000000,
    "amountBeforeTax" : 9.090909,
    "currency" : {
      "id" : 1,
      "code" : "EUR",
      "name" : "Euro",
      "nameI18n" : "Euro"
    },
    "amountTax" : 0.909091,
    "amountDiscount" : 0.000000,
    "amountCommission" : 0.000000,
    "rate" : null,
    "offer" : null,
    "offerAmountDiscount" : null,
    "offerPercentDiscount" : null,
    "promotion" : null,
    "promotionAmountDiscount" : null,
    "promotionPercentDiscount" : null,
    "channel" : {
      "id" : 9,
      "code" : "IDS",
      "name" : "Internet Distribution System"
    },
    "source" : {
      "id" : 11,
      "code" : "FAX",
      "name" : "Fax"
    },
    "segment" : {
      "id" : 26,
      "code" : "EMP",
      "name" : "Employee"
    },
    "remark" : null,
    "expensesProductTaxList" : [ {
      "quantity" : 2,
      "product" : {
        "id" : 46,
        "code" : "TAX10",
        "name" : "Tax 10%",
        "productType" : {
          "id" : 5,
          "code" : "TAX",
          "name" : "Tax",
          "nameI18n" : "Tax"
        }
      },
      "name" : "Tax 10%",
      "price" : 0.909091,
      "currency" : {
        "id" : 1,
        "code" : "EUR",
        "name" : "Euro",
        "nameI18n" : "Euro"
      },
      "amount" : 0.000000,
      "percentage" : 10.000000
    } ],
    "expensesProductCommissionList" : null,
    "expensesProductDiscountList" : null
  } null,
      "offerAmountDiscount": null,
      "offerPercentDiscount": null,
      "promotion": null,
      "promotionAmountDiscount": null,
      "promotionPercentDiscount": null,
      "channel": {
        "id": 10,
        "code": "OTA",
        "name": "Online Travel Agency"
      },
      "source": {
        "id": 13,
        "code": "PHO",
        "name": "Phone"
      },
      "segment": {
        "id": 21,
        "code": "CONV",
        "name": "Conventions"
      },
      "remark": null,
      "expensesProductTaxList": [
        {
          "quantity": 1,
          "product": {
            "id": 46,
            "code": "TAX10",
            "name": "Tax 10%",
            "productType": {
              "id": 5,
              "code": "TAX",
              "name": "Tax",
              "nameI18n": "Tax"
            }
          },
          "name": "Tax 10%",
          "price": 28.909091,
          "currency": {
            "id": 1,
            "code": "EUR",
            "name": "Euro",
            "nameI18n": "Euro"
          },
          "amount": 0,
          "percentage": 10
        }
      ],
      "expensesProductCommissionList": null,
      "expensesProductDiscountList": null
    }
  ]
}