get
GET /openwowi/v1.2/WebHook/WebHook HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Name": "text",
    "SystemPurpose": "text",
    "Url": "text",
    "Active": true,
    "Source": {
      "Id": 1,
      "Code": "text",
      "EntityName": "text"
    },
    "AuthType": {
      "Id": 1,
      "Code": "text"
    }
  }
]
put
PUT /openwowi/v1.2/WebHook/WebHook/Change HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 198

{
  "Id": 1,
  "Url": "text",
  "Active": true,
  "AuthenticationTypeId": 1,
  "AuthBearer": {
    "BearerToken": "text"
  },
  "AuthBasic": {
    "User": "text",
    "Password": "text"
  },
  "AuthCustom": {
    "HeaderName": "text",
    "HeaderValue": "text"
  }
}
{
  "Id": 1,
  "Name": "text"
}
post
POST /openwowi/v1.2/WebHook/WebHook/TestExecute HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 8

{
  "Id": 1
}
{
  "Id": 1,
  "Name": "text"
}