IBookingAuthenticateWcfServiceAddCustomerCase Method |
Add a new case related to a customer.
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)
SyntaxCaseWeb AddCustomerCase(
AddCustomerCaseCriteria criteria
)
Parameters
- criteria
- Type: AddCustomerCaseCriteria
The criteria for creating the case.
Return Value
Type:
CaseWebThe newly created case.
See Also