Click or drag to resize

IBookingAuthenticateRestWcfServiceAddCustomerCaseXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/xml/{consumerId}/addcustomercase
Http method: POST
Response body format: Xml

Adds a customer case based on the given parameters.

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#
CaseWeb AddCustomerCaseXml(
	string consumerId,
	AddCustomerCaseCriteria criteria
)

Parameters

consumerId
Type: SystemString

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

criteria
Type: AddCustomerCaseCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.AddCustomerCaseXml(System.String,Tse.EasyBook.Server.DataContracts.AddCustomerCaseCriteria)"]

Return Value

Type: CaseWeb

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

See Also