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 Current »

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": ""
      "headline": "",
      "summary": "",
      "description": "",
      "offer_id": "",
      "begin": "",
      "end": "",
      "price": 200
    }
  ]
}

  • No labels