Click or drag to resize

IBookingAuthenticateRestWcfServiceAddCustomerReviewXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/xml/{consumerId}/addreview?profileId={profileId}&orderNo={orderNo}&rentalObjectNo={rentalObjectNo}&grades={grades}&text={text}&isAnonymous={isAnonymous}
Http method: GET
Response body format: Xml

Adds a customer review based on the supplied profile id, order number and list of grades

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#
CustomerReviewWeb AddCustomerReviewXml(
	string consumerId,
	string profileId,
	string orderNo,
	string rentalObjectNo,
	string text,
	string grades,
	bool isAnonymous
)

Parameters

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

profileId
Type: SystemString

[Missing <param name="profileId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

orderNo
Type: SystemString

[Missing <param name="orderNo"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

rentalObjectNo
Type: SystemString

[Missing <param name="rentalObjectNo"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

grades
Type: SystemString

[Missing <param name="grades"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

isAnonymous
Type: SystemBoolean

[Missing <param name="isAnonymous"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerReviewXml(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

Return Value

Type: CustomerReviewWeb

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

See Also