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 »

Request: Booked(propertyID, datefrom, dateto, usr, pwd)

parameter

type

format

mandatory?

propertyID

integer

Yes

datefrom

string

yyyy-MM-dd → “2020-12-01”

Yes

dateto

string

yyyy-MM-dd → “2020-12-01”

Yes

usr

integer


Yes

pwd

string


Yes

Response:

{
  Booked: [
    '2020-12-09',
    '2020-12-10',
    '2020-12-31',
    '2021-01-01'
  ]
}
  • No labels