< Back

Push-BookingsIDPMSToBB

Sun Jan 12, 2020 6:27 pm

NAME Push-BookingsIDPMSToBB



SYNOPSIS

Get information of the bookings and process it directly in BrightBooking





SYNTAX

Push-BookingsIDPMSToBB [-CSVFile] <String> [-BrightBookingApiUrl] <String> [-BrightBookingApiKey] <String>

[-BrightBookingIntegrationName] <String> [<CommonParameters>]





DESCRIPTION

Get information of the bookings and process it directly in BrightBooking





PARAMETERS

-CSVFile <String>

The path to the CSVFile which is exported from Hotel Concepts IDPMS



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BrightBookingApiUrl <String>

Address of the BrightBooking API, e.g.: https://eu1.api.brightbooking.eu/



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BrightBookingApiKey <String>

API key of the user to use to process the import



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BrightBookingIntegrationName <String>

Name of the integration to link the users to



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Push-BookingsIDPMSToBB -CSVFile "[path to IDPMS csv export file]" -BrightBookingApiUrl

"https://eu1.api.brightbooking.eu/" -BrightBookingApiKey "[your api key]" -BrightBookingIntegrationName

"HotelConcepts IDPMS"



# Parse the CSV file and let BrightBooking process it directly











RELATED LINKS

http://wiki.brightbooking.eu/