setRoomDates - putInventories

Develper issues when using the Beds24 APi.
Post Reply
giokaz
Posts: 3
Joined: Sun Feb 12, 2017 7:09 pm

Hi,

setRoomDates JSON and putInventories XML send more or less the same data. Is any advantage of which one to use. I noticed that XML takes dates range, so it will reduce the data size. Any other advantage?

Also although instructions say that the XML to send via putInventories must have the same format as the getInventories, I noticed that date format in put must be in format YYYYMMDD while in get is in YYYY-MM-DD otherwise it returns an error message. Is it so?

Regards
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

giokaz wrote:I noticed that date format in put must be in format YYYYMMDD while in get is in YYYY-MM-DD otherwise it returns an error message. Is it so?
YYYY-MM-DD is the correct format although YYYYMMDD should also work. Your error must be related to something else.

The XML functions use the account Username/Password for authentication

The JSON uses an APIKEY and PROPKEY, this has the advantage of not being dependant on a password which may change.

Otherwise the choice of JSON or XML is up to you, there are small differences between the way they return data so choose the one which suits your needs best.
Post Reply