Versions Compared

Key

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

Operation

The result of this operation gives us the total amount of daily revenue produced by an specific product or product category throughout a time period 

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.revenue


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}/revenue



Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
fromLocalDatetrue
Start of date range
toLocalDatetrue
End of date range
productIdIntegerfalse
Filter by only one product
productTypeIdListList of Integerfalse
Filter by a type of Product
offsetIntegerfalse0Offset of the array of results.
limitIntegerfalse10Limit of results.


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/revenue



Response

PropertyTypeRequiredDescription
PagePagetrue

Entity


Insert excerpt
Revenue
Revenue
nopaneltrue

Example response

Code Block
themeDJango
{
      "date": "2020-05-10",
      "product": {
        "id": 56,
        "code": "DEPRE",
        "name": "Deposit Receipt",
        "productType": {
          "id": 4,
          "code": "DEP",
          "name": "Deposit",
          "nameI18n": "Deposit"
        }
      },
      "quantity": 0,
      "adults": 0,
      "juniors": 0,
      "children": 0,
      "infants": 0,
      "amountAfterTax": 0.000000,
      "amountBeforeTax": 0.000000,
      "amountDiscount": 0.000000,
      "amountTax": 0.000000,
      "amountCommission": 0.000000,
      "amountCommissionApplied": 0.000000,
      "amountFoodBreakdownAfterTax": 0.000000,
      "amountFoodBreakdownBeforeTax": 0.000000,
      "amountBeverageBreakdownAfterTax": 0.000000,
      "amountBeverageBreakdownBeforeTax": 0.000000,
      "amountOtherBreakdownAfterTax": 0.000000,
      "amountOtherBreakdownBeforeTax": 0.000000,
      "amountNetAfterTax": 0.000000,
      "amountNetBeforeTax": 0.000000,
      "amountFoodBreakdownNetAfterTax": 0.000000,
      "amountFoodBreakdownNetBeforeTax": 0.000000,
      "amountBeverageBreakdownNetAfterTax": 0.000000,
      "amountBeverageBreakdownNetBeforeTax": 0.000000,
      "amountOtherBreakdownNetAfterTax": 0.000000,
      "amountOtherBreakdownNetBeforeTax": 0.000000,
      "segment": null,
      "source": null,
      "channel": null,
      "rate": null,
      "offer": null,
      "promotion": null,
      "booker": null,
      "billTo": null,
      "central": null,
      "company": null,
      "countryCode": null
}