Click or drag to resize

IBookingRestWcfServiceDetailsJson Method

Uri for this REST service method:
https://appl.easybook.net/feeds/json/{partnerCode}/{consumerId}/details?rentalObjectNo={rentalObjectNo}&currencyIsoCode={currencyIsoCode}&arrival={arrival}&departure={departure}&customerType={customerType}&numberOfPersons={numberOfPersons}&includeDeposit={includeDeposit}&includeCleaning={includeCleaning}&includeNumberOfPets={includeNumberOfPets}&includeArticles={includeArticles}&excludeDetails={excludeDetails}&excludePictures={excludePictures}&excludeArticles={excludeArticles}&excludeInstallments={excludeInstallments}&excludeAttributes={excludeAttributes}&excludeCalendar={excludeCalendar}&excludePriceCalculationDetails={excludePriceCalculationDetails}&excludeAssessments={excludeAssessments}&includeConsumptionMeters={includeConsumptionMeters}&includeCalendarDurations={includeCalendarDurations}
Http method: GET
Response body format: Json

Returns details

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#
DetailsResult DetailsJson(
	string partnerCode,
	string consumerId,
	string rentalObjectNo,
	string currencyIsoCode,
	string arrival,
	string departure,
	string customerType,
	string numberOfPersons,
	string includeDeposit,
	string includeCleaning,
	string includeNumberOfPets,
	string includeArticles,
	string excludeDetails,
	string excludePictures,
	string excludeArticles,
	string excludeInstallments,
	string excludeAttributes,
	string excludeCalendar,
	string excludePriceCalculationDetails,
	string excludeAssessments,
	string includeConsumptionMeters,
	string includeCalendarDurations
)

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
customerType
Type: SystemString
Possible values are: Person or Company. Example: customerType=Person
numberOfPersons
Type: SystemString
Positive integer number. Example: numberOfPersons=2
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
includeNumberOfPets
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeNumberOfPets=1
includeArticles
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeArticles=1
excludeDetails
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeDetails=1
excludePictures
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludePictures=1
excludeArticles
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeArticles=1
excludeInstallments
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeInstallments=1
excludeAttributes
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeAttributes=1
excludeCalendar
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeCalendar=1
excludePriceCalculationDetails
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludePriceCalculationDetails=1
excludeAssessments
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: excludeAssessments=1
includeConsumptionMeters
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeConsumptionMeters=1
includeCalendarDurations
Type: SystemString
Boolean value either false/true or 0/1. Default value is false. Example: includeCalendarDurations=1

Return Value

Type: DetailsResult

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

See Also