IBookingAuthenticateRestWcfServicePriceRentalObjectAuthJson Method |
Uri for this REST service method:
https://appl.easybook.net/booking/json/{consumerId}/pricerentalobject?rentalObjectNo={rentalObjectNo}&version={version}
Http method: GET
Response body format: Json
Returns a
RentalObjectPriceWeb for the specified rental object.
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)
SyntaxRentalObjectPrices PriceRentalObjectAuthJson(
string consumerId,
string rentalObjectNo,
string version
)
Parameters
- consumerId
- Type: SystemString
A path parameter always assigned the integer number 1.Example: 1 - rentalObjectNo
- Type: SystemString
Rental object number in the following format: ##-#### where # is number between 0 and 9. Example: 10-0034 - version
- Type: SystemString
Version of the price data. If this parameter is null the default value v4 is used. Possible values: v4
Return Value
Type:
RentalObjectPrices[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.PriceRentalObjectAuthJson(System.String,System.String,System.String)"]
See Also