Set Booking Checked In
      Set the Status of a Booking in ProCharter to Checked In.
      Request Profile Table 
      
         
            | Element | @Attribute | Description/Contents | 
         
            | SetBookingCheckedIn / SetBookingCheckedInRequest | Root element of message. | 
         
            | BookingID | ProCharter Booking ID of the booking to retrieve | 
         
            | CheckedInRemotely | Indicates if the Booking is being Checked In locally or remotely | 
         
            | AddToCheckInQueue | Indicates if the Booking is to be added to the ProCharter Check In queue | 
      
      
      Scenario:
         You want to mark Booking 78857 as being Checked In Local and add it to the Check In queue in ProCharter.
      
      Example message: 
      
         <SetBookingCheckedIn>
            <SetBookingCheckedInRequest>
               <BookingID>78857</BookingID>
               <CheckedInRemotely>false</CheckedInRemotely>
               <AddToCheckInQueue>true</AddToCheckInQueue>
            </SetBookingCheckedInRequest>
         </SetBookingCheckedIn>
      
      
      Response Profile Table 
      
         
            | Element | @Attribute | Description/Contents | 
         
            | SetBookingCheckedInResponse / SetBookingCheckedInResult | Root element of message. | 
         
            | Success | Indicates if the Booking was Checked In successfully | 
        
      
      
      Example message:
      
      
         <SetBookingCheckedInResponse xmlns="ResLink">
            <SetBookingCheckedInResult>
               <TimeStamp>2016-01-14T10:50:25.21615+10:00</TimeStamp>
               <Status Code="0" Message=""/>
               <Errors/>
               <Warnings/>
               <Success>true</Success>
            </SetBookingCheckedInResult>
         </SetBookingCheckedInResponse>