Click or drag to resize

IBookingAuthenticateWcfServiceOrderConfirm Method

Confirm a FormOfPayment=CustomerCredit Order

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#
OrderWeb OrderConfirm(
	string orderAndInvoiceNo,
	CustomerCreditStatusWeb customerCreditStatus,
	string confirmationUri
)

Parameters

orderAndInvoiceNo
Type: SystemString
Format: OrderNo-InvoiceNo
customerCreditStatus
Type: Tse.EasyBook.Server.DataContracts.ValueTypesCustomerCreditStatusWeb
The status of the credit check
confirmationUri
Type: SystemString
The combined confirmation URI (including ID); ignored if customerCreditStatus != Ok

Return Value

Type: OrderWeb
The updated order
See Also