Click or drag to resize

IHookServiceWebhookHead Method

ILUO Sp. z o.o.

[Missing <summary> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IHookService.WebhookHead(System.String,System.String,System.String)"]

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
void WebhookHead(
	string webhookToken,
	string metoda,
	string parametr
)

Parameters

webhookToken
Type: SystemString

[Missing <param name="webhookToken"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IHookService.WebhookHead(System.String,System.String,System.String)"]

metoda
Type: SystemString

[Missing <param name="metoda"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IHookService.WebhookHead(System.String,System.String,System.String)"]

parametr
Type: SystemString

[Missing <param name="parametr"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IHookService.WebhookHead(System.String,System.String,System.String)"]

See Also