WebhookTestRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
Url | String | ||
Method | String | ||
Headers | System.Collections.Hashtable | ||
Payload | String | [optional] |
Examples
- Prepare the resource
$WebhookTestRequest = Initialize-maislurp-client-powershellWebhookTestRequest -Url null `
-Method null `
-Headers null `
-Payload null
- Convert the resource to JSON