reservationService

Representation of one service of one reservation.

A reservation contains one o more benefits. Each benefit or reservation service can be avoid or modify independently of the rest of benefits.

Each reservation service has their own amount and all amounts will shape the total reservation amount. For example a reservation can contains two services reservation such as a tour and a Sightseeing tour.

attributes

code
[int]

Service locator.


reservationloc
[int]

It indicates a locator of the reservation which the service belongs.


status
[reservationStatus]

It indicates the status of the service.


tour
[tour]

It indicates the tour reserved in the service.


user
[user]

It indicates the agency user whom reserved the service.


paxname
[string]

It indicates the name of the main passenger of the service.


startdate
[date:yyyy-mm-dd]

It indicates (Central European Time [CET]) the start date of the service.


voiddate
[date:yyyy-mm-dd]

It indicates (Central European Time [CET]) the cancellation date of the service.


creationdate
[date:yyyy-mm-dd]

It indicates (Central European Time [CET]) the creation date of the service.


price
[price]

It indicates the price of the service.

87.33msRequest Duration9MBMemory UsageGET documentation/{action}Route
    • Booting (64.03ms)
    • Application (18.74ms)
    • After application (1.62ms)
      6 templates were rendered
      • documentation (app/views/documentation.blade.php)1blade
        Params
        0
        doc
      • documentation.menu (app/views/documentation/menu.blade.php)5blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        doc
      • index.footer (app/views/index/footer.blade.php)5blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        doc
      • layouts.default (app/views/layouts/default.blade.php)5blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        doc
      • header.header (app/views/header/header.blade.php)5blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        doc
      • header.navbar (app/views/header/navbar.blade.php)5blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        doc
      uri
      GET documentation/{action}
      controller
      IndexController@documentation
      file
      app/controllers/IndexController.php:11-15
      0 statements were executed0μs
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          []
          request_request
          []
          request_headers
          array:16 [ "authorization" => array:1 [ 0 => "" ] "host" => array:1 [ 0 => "newapivpt....
          request_server
          array:76 [ "USER" => "apache" "HOME" => "/usr/share/httpd" "FCGI_ROLE" => "RESPONDER" "REDIR...
          request_cookies
          []
          response_headers
          array:7 [ "cache-control" => array:1 [ 0 => "no-cache" ] "date" => array:1 [ 0 => "Fri...
          path_info
          /documentation/reservationservice
          session_attributes
          array:2 [ "_token" => "gwu8dkaxRjPHHbtG0VfiPK1HSX78hbk9W8aB6a7h" "PHPDEBUGBAR_STACK_DATA" => [] ...