Click or drag to resize

IBookingAuthenticateRestWcfServiceQueueBillwerkPaymentJson Method

Uri for this REST service method:
https://appl.easybook.net/booking/json/{consumerId}/queuepayment
Http method: POST
Response body format: Json

Queue a Billwerk payment webhook callback

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#
void QueueBillwerkPaymentJson(
	string consumerId,
	string payload
)

Parameters

consumerId
Type: SystemString

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

payload
Type: SystemString

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

See Also