[#1287] booking_id or customer in detailed-report

Migrated from Redmine #1287 | Author: Matteo Frigerio
Status: New | Priority: High, I’m very impatient | Created: 2024-09-26


I need to call /bookings{id} on a booking resulting after requests on /detailed-report and /detailed-report/{id}; that because I need additional fields associated to that booking, but neither inserting “additional_fields” nor “booking_id” nor “id” in “export_columns” field of detailed-report seems to work; what are supposed to be the correct value to be inserted in the field to obtain the desired result?

Matteo Frigerio wrote:

Hello; any update on this one?

Nicholas Alias wrote:

you can just pass empty array to the export_columns to get all data.

also you can provide “code” - it’s unique booking id
data_field_* - for additional fields (in one line)

“export_columns”: [
“data_field_*”,
“code”
],

Matteo Frigerio wrote:

I tried to use the field “code” as input for

 API documentation | SimplyBook.me Online Scheduling 
and obtained a 404, are we sure that it’s the booking id?

Matteo Frigerio wrote:

Any possible answer?

Matteo Frigerio wrote:

Any news on this questions?