Search found 3 matches

by lea_5886
Fri Apr 10, 2020 9:07 am
Forum: API
Topic: Payment/Invoice items in getBookings API
Replies: 6
Views: 11274

Re: Payment/Invoice items in getBookings API

I think figured out part of the meaning of type field. type < 200 = invoice item type >= 200 = payment in addition, I am going to speculate : When type is < 200 It loosely corresponds to the Booking Engine -> Upsell Items page. Initial Numerical value of type = primary key of item defined on Booking...
by lea_5886
Thu Apr 09, 2020 5:23 pm
Forum: API
Topic: Payment/Invoice items in getBookings API
Replies: 6
Views: 11274

Re: Payment/Invoice items in getBookings API

I received an interesting response! Payments are a positive value with a minus quantity. Type values less than 200 is a charge and type 200 or greater is a payment. The type2 values are really for internal use and indicate an index to the source of the charge. That answers some of my questions. And ...
by lea_5886
Thu Apr 09, 2020 1:23 pm
Forum: API
Topic: Payment/Invoice items in getBookings API
Replies: 6
Views: 11274

Re: Payment/Invoice items in getBookings API

in reference to: https://www.beds24.com/api/json/setBooking and https://www.beds24.com/api/json/getBookings I am also looking for information on this exact same subject. It appears this invoice array holds a number of invoice structures, one for each charge and payment item on the bookings "Charges ...