IBookingRestWcfServiceArticleXml Method |
Uri for this REST service method:
https://appl.easybook.net/feeds/xml/{partnerCode}/{consumerId}/article?dateFrom={dateFrom}&dateTo={dateTo}&rentalObjectNoStart={rentalObjectNoStart}&rentalObjectNoEnd={rentalObjectNoEnd}&countryIsoCode={countryIsoCode}®ionIds={regionIds}
Http method: GET
Response body format: Xml
Returns a list of all available additional articles to order for each rental object in XML within the specified date interval, rental object interval and comma separated geographic criteria. All criterias are optional.
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)
SyntaxRentalObjectsArticlesResult ArticleXml(
string partnerCode,
string consumerId,
string dateFrom,
string dateTo,
string rentalObjectNoStart,
string rentalObjectNoEnd,
string countryIsoCode,
string regionIds
)
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 - dateFrom
- Type: SystemString
A date formatted as DD-MM-YYYY. Limit the result to rental objects that can be rented on this date or later - dateTo
- Type: SystemString
A date formatted as DD-MM-YYYY. Limit the result to rental objects that can be rented on this date or earlier - rentalObjectNoStart
- Type: SystemString
Limit the result to rental objects with a number large than or equal to this number. The format of the number: ##-#### where # is number between 0 and 9. Use the endpoint GET /feeds/xml/{partnerCode}/{consumerId}/rentalobjectnumber to get all possible numbers. - rentalObjectNoEnd
- Type: SystemString
Limit the result to rental objects with a number smaller than or equal to this number. The format of the number is still: ##-#### - countryIsoCode
- Type: SystemString
Limit the result to rental objects with this country code. The format of the code: Country ISO(ISO 3166-1 alpha 2 standard) code. If empty all rental objects are retrieved regardless of country code. - regionIds
- Type: SystemString
A list of comma separated region ids. Limit the result to rental objects with these region ids. If the list is empty all Rental Objects are retrieved regardless of region. If CountryIsoCode is empty this list is ignored. Otherwise the region ids must belong to the specified country or be empty.
Return Value
Type:
RentalObjectsArticlesResult[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingRestWcfService.ArticleXml(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]
See Also