POST Bookings/InsertBookServices

Request Information

URI Parameters

None.

Body Parameters

cEntityBookEventsServices
NameDescriptionTypeAdditional information
id

integer

None.

bookid

integer

None.

booktype

integer

None.

bookdate

string

None.

product_id

string

None.

product_description

string

None.

start_date

string

None.

end_date

string

None.

tot_pax

integer

None.

tot_adt

integer

None.

tot_chd

integer

None.

tot_inf

integer

None.

status

integer

None.

service_value

decimal number

None.

service_provider

integer

None.

book_theme

integer

None.

send_email

integer

None.

user_email

string

None.

haserror

string

None.

haserrormessage

string

None.

origin

string

None.

destination

string

None.

originName

string

None.

destinationName

string

None.

departureDateTime

string

None.

arrivalDateTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "bookid": 2,
  "booktype": 3,
  "bookdate": "sample string 4",
  "product_id": "sample string 5",
  "product_description": "sample string 6",
  "start_date": "sample string 7",
  "end_date": "sample string 8",
  "tot_pax": 9,
  "tot_adt": 10,
  "tot_chd": 11,
  "tot_inf": 12,
  "status": 13,
  "service_value": 14.0,
  "service_provider": 15,
  "book_theme": 16,
  "send_email": 17,
  "user_email": "sample string 18",
  "haserror": "sample string 19",
  "haserrormessage": "sample string 20",
  "origin": "sample string 21",
  "destination": "sample string 22",
  "originName": "sample string 23",
  "destinationName": "sample string 24",
  "departureDateTime": "sample string 25",
  "arrivalDateTime": "sample string 26"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntityBookEventsServices
NameDescriptionTypeAdditional information
id

integer

None.

bookid

integer

None.

booktype

integer

None.

bookdate

string

None.

product_id

string

None.

product_description

string

None.

start_date

string

None.

end_date

string

None.

tot_pax

integer

None.

tot_adt

integer

None.

tot_chd

integer

None.

tot_inf

integer

None.

status

integer

None.

service_value

decimal number

None.

service_provider

integer

None.

book_theme

integer

None.

send_email

integer

None.

user_email

string

None.

haserror

string

None.

haserrormessage

string

None.

origin

string

None.

destination

string

None.

originName

string

None.

destinationName

string

None.

departureDateTime

string

None.

arrivalDateTime

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "bookid": 2,
  "booktype": 3,
  "bookdate": "sample string 4",
  "product_id": "sample string 5",
  "product_description": "sample string 6",
  "start_date": "sample string 7",
  "end_date": "sample string 8",
  "tot_pax": 9,
  "tot_adt": 10,
  "tot_chd": 11,
  "tot_inf": 12,
  "status": 13,
  "service_value": 14.0,
  "service_provider": 15,
  "book_theme": 16,
  "send_email": 17,
  "user_email": "sample string 18",
  "haserror": "sample string 19",
  "haserrormessage": "sample string 20",
  "origin": "sample string 21",
  "destination": "sample string 22",
  "originName": "sample string 23",
  "destinationName": "sample string 24",
  "departureDateTime": "sample string 25",
  "arrivalDateTime": "sample string 26"
}