POST WebhookWA/Post/{WebhookToken}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WebhookToken

string

Required

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WAApiOutput
NameDescriptionTypeAdditional information
Response

boolean

None.

Error

string

None.

ModuleIDName

string

None.

ModuleTableName

string

None.

ModuleIDValue

integer

None.

CtcID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": true,
  "Error": "sample string 2",
  "ModuleIDName": "sample string 3",
  "ModuleTableName": "sample string 4",
  "ModuleIDValue": 5,
  "CtcID": 6
}

application/xml, text/xml

Sample:
<WAApiOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhatsUpIntegrationWebhook.Models">
  <CtcID>6</CtcID>
  <Error>sample string 2</Error>
  <ModuleIDName>sample string 3</ModuleIDName>
  <ModuleIDValue>5</ModuleIDValue>
  <ModuleTableName>sample string 4</ModuleTableName>
  <Response>true</Response>
</WAApiOutput>