Click or drag to resize

BookingAuthenticateRestWcfServiceAddCustomerReviewJson Method

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#
public CustomerReviewWeb AddCustomerReviewJson(
	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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(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.BookingAuthenticateRestWcfService.AddCustomerReviewJson(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

Implements

IBookingAuthenticateRestWcfServiceAddCustomerReviewJson(String, String, String, String, String, String, Boolean)
See Also