BGuest.Integration.Api.Client 2.7.9

dotnet add package BGuest.Integration.Api.Client --version 2.7.9
NuGet\Install-Package BGuest.Integration.Api.Client -Version 2.7.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BGuest.Integration.Api.Client" Version="2.7.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BGuest.Integration.Api.Client --version 2.7.9
#r "nuget: BGuest.Integration.Api.Client, 2.7.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BGuest.Integration.Api.Client as a Cake Addin
#addin nuget:?package=BGuest.Integration.Api.Client&version=2.7.9

// Install BGuest.Integration.Api.Client as a Cake Tool
#tool nuget:?package=BGuest.Integration.Api.Client&version=2.7.9

A .net client package to access BGuest's Integration Api.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.9 1,050 3/13/2018
2.7.8 991 3/7/2018
2.7.7 1,003 2/14/2018
2.7.6 969 2/6/2018
2.7.5 963 2/6/2018
2.7.4 1,051 1/26/2018
2.7.3 983 10/24/2017
2.7.2 966 7/25/2017
2.7.1 914 7/24/2017
2.7.0 916 7/24/2017
2.6.0 925 7/21/2017
2.5.0 1,714 11/3/2016
2.4.0 1,415 2/22/2016
2.3.0 1,384 11/6/2015
2.2.0 1,494 10/19/2015
2.2.0-beta 1,021 10/19/2015

V2.7.0 - Added support to checkins tointegrate api endpoint.
     V2.7.1 - Fixed CheckIn DTO Id field type. It must be string instead of int.
     V2.7.2 - Fixed CheckIn DTO Id field type when setting the checkin as integrated. It must be string instead of int.
     V2.7.3 - Added support to GuestIdentifictionCardIssuer and GuestAddressNumber fields.
     V2.7.4 - Fixed Guest Gender value mapping.
     V2.7.5 - Added support for reservation IntegrationXmlFile field.
     V2.7.6 - Added IntegrationXmlFile field  to GetCheckInRequestsToIntegrateAsync response object.
     V2.7.7 - Fixed Guest Address Number field name. Added GuestIsAdultChildOrBaby field to CheckIn Guest DTO.
     V2.7.8 - Added support for following Guest fields in Check-In operations: GuestExternalCity, GuestAddressNeighborhood, ExternalArrivalFrom, ExternalNextDestination, ArrivalVia, PurposeOfTrip
     v2.7.9- Added CountryAlpha3Code and AddressCountryAlpha3Code to CheckInRequestDto for GetCheckInRequestsToIntegrateAsync operation.