Click or drag to resize

IBookingRestWcfServiceAvailabilityXml Method

Uri for this REST service method:
https://appl.easybook.net/feeds/xml/{partnerCode}/{consumerId}/availability?rentalObjectNo={rentalObjectNo}&currencyIsoCode={currencyIsoCode}&arrival={arrival}&departure={departure}&numberOfPersons={numberOfPersons}&includeInstallments={includeInstallments}&includeDeposit={includeDeposit}&includeCleaning={includeCleaning}&customerType={customerType}
Http method: GET
Response body format: Xml

Returns availability

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
AvailabilityResult AvailabilityXml(
	string partnerCode,
	string consumerId,
	string rentalObjectNo,
	string currencyIsoCode,
	string arrival,
	string departure,
	string numberOfPersons,
	string includeInstallments,
	string includeDeposit,
	string includeCleaning,
	string customerType
)

Parameters

partnerCode
Type: SystemString
A path parameter containing the partner code a.k.a. the login. Example: /LHUSE
consumerId
Type: SystemString
A path parameter always assigned the integer number 1.Example: /1
rentalObjectNo
Type: SystemString
Format: ##-####. Example: rentalObjectNo=10-0703
currencyIsoCode
Type: SystemString
Example: currencyIsoCode=DKK
arrival
Type: SystemString
Format dd-MM-yyyy. Example: arrival=10-12-2021
departure
Type: SystemString
Format dd-MM-yyyy. Example: departure=10-12-2021
numberOfPersons
Type: SystemString
Positive integer number. Example: numberOfPersons=2
includeInstallments
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeInstallments=1
includeDeposit
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeDeposit=1
includeCleaning
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeCleaning=1
customerType
Type: SystemString
Possible values are: Person or Company. Example: customerType=Person

Return Value

Type: AvailabilityResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingRestWcfService.AvailabilityXml(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also