Get the packages for a property.

Request: DailyPackages(propertyID, language, usr, pwd)

parameter

type

format

mandatory?

propertyID

integer

4 characters

Yes

language

string

“es”, “en”, etc → ISO standard code

Yes

usr

integer

Yes

pwd

string

Yes

Response:

{
  "DailyPackages": [
    {
      "lodging_id": "12345678",
      "lodging_name": "Casa Gaia",
      "lodging_type": "casa",
      "acronym": "C-Gaia",
      "city": "Barcelona",
      "country": "ES",
      "country_name": "Spain",
      "region": "Maresme"
      "headline": "Pack of accommodation with wineyard tour included",
      "summary": "",
      "description": "",
      "offer_id": "34",
      "begin": "2023-04-01",
      "end": "2023-06-30",
      "price": 200
    }
  ]
}