Click or drag to resize

IBookingAuthenticateRestWcfServiceAddCustomerTipJson Method

Uri for this REST service method:
https://appl.easybook.net/booking/json/{consumerId}/addtip?profileId={profileId}&orderNo={orderNo}&rentalObjectNo={rentalObjectNo}&regionId={regionId}&areaId={areaId}&text={text}&isAnonymous={isAnonymous}
Http method: GET
Response body format: Json

Adds a customer tip based on the supplied criteria.

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#
TipWeb AddCustomerTipJson(
	string consumerId,
	string profileId,
	string orderNo,
	string rentalObjectNo,
	string regionId,
	string areaId,
	string text,
	bool isAnonymous
)

Parameters

consumerId
Type: SystemString
A path parameter always assigned the integer number 1. Example: 1
profileId
Type: SystemString
A unique identifier for the customer (GUID) in following format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Example: 382c74c3-721d-4f34-80e5-57657b6cbc27
orderNo
Type: SystemString
The two integer numbers order number and invoice number separated by a Hyphen. Example: 15487-4871211
rentalObjectNo
Type: SystemString
Format: ##-####. Example: rentalObjectNo=10-0703
regionId
Type: SystemString
An integer number identifying the region this tip must be attached to. Either regionId or areaId is required.
areaId
Type: SystemString
An integer number identifying the area this tip must be attached to. Either regionId or areaId is required.
text
Type: SystemString
The tip text. The language of the text can be specified via the extra optionally uri parameter culture. Example culture=en, where en is the ISO 639-1 language code for english.
isAnonymous
Type: SystemBoolean
Is this tip anonymous or not? Hence this is boolean parameter, so the values either false/true or 0/1 are valid

Return Value

Type: TipWeb

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

See Also