Search found 35 matches

by davidtrillo
Tue Jul 24, 2018 10:45 am
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

Well I can ping api.beds24.com and www.beds24.com and they work.

However if I try to ping www.beds24.com/api/ this does not work. Neither will api.beds24.com/json/modifyProperty/

Respose is host not reachable.
by davidtrillo
Tue Jul 24, 2018 8:39 am
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

I have just tried to ping both the following

www.api.beds24.com

www.beds24.com/api/

api.beds24.com/json/modifyProperty

On all these it says the ping request cannot find the host.

I can access through a browser no problem.
by davidtrillo
Mon Jul 23, 2018 3:13 pm
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

I have whitelist switched off. It should work with any IP address. I wondered if beds24 applied a higher level of access particularly to particular geographic areas. As I deatiled in the previous posting, i have tested the same script, from the same POS system through a PC located in the UK and this...
by davidtrillo
Mon Jul 23, 2018 12:20 pm
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

I do not get any response from the API at all. I have updated all my .net frameworks to ensure I am sending TLS1.2 and I am cofident the script is correct. Is there any chance that the IP address I will be using in Sri Lanka are in some way blocked by the API rules. I have set any IP address on my B...
by davidtrillo
Mon Jul 16, 2018 5:37 pm
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

Yes done that and the JSON string works perfectly. I am trying to see if my Post from within my Point of Sale system is being actioned or rejected by the Server. I have the URL correct, and I create a JSon string which works when pasted into the text box. I also have posted the string using Postmast...
by davidtrillo
Mon Jul 16, 2018 12:33 pm
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

Thanks understand no authorisation headers are required. What other headers are required. i am trying to build a WebClient Class and I am struggling to Post anything. Is there any way to see a log of any Posts to the API for my account or more importantly any failed attempts which may indicate why m...
by davidtrillo
Mon Jul 16, 2018 5:45 am
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

thanks for that. Just ensuring my POS server is sending 1.2

Does the API use any sort of Basic Authorisation. I see the scripts include authorisation in the body script. Do I need to authorise any other way to access the API (like Beds24 user/password) or a specific header .
by davidtrillo
Sat Jul 14, 2018 6:15 am
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Re: Posting Json values from different application

For the purposes of testing I have selected post from any IP as I am not yet familiar with whitelisting. Can you confirm that the API is using TLS1.2 Protocol because of PCI compliance. I am want to make sure the POS system is posting compatible protocols. I can post using Postmaster and other onlin...
by davidtrillo
Wed Jul 11, 2018 7:42 am
Forum: API
Topic: Posting Json values from different application
Replies: 22
Views: 9823

Posting Json values from different application

I am trying to post JSon data from my Point of Sale system to update Property template 4 with a value which is input to the POS. I have tested the process using the modifyProperty JSon at https://www.beds24.com/api/json/modifyProperty I have the following formatted text which is put into the box on ...
by davidtrillo
Tue Jul 03, 2018 10:55 am
Forum: API
Topic: Booking Info Code preset
Replies: 1
Views: 1538

Booking Info Code preset

Are Booking Info Code presets accesible via the API? In particular I wish to set the CHECKIN and CHECKOUT status on the booking via API input.

Is this possible?