POST api/SendTestMessage/TestWebHookAction
Request Information
URI Parameters
None.
Body Parameters
TestWebhookActionRequestVMName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
Required |
|
UserId | string |
Required |
|
WebHookUrl | string |
Required |
|
ParentAccountId | string |
Required |
|
ContactId | string |
None. |
|
Source | string |
None. |
|
Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "sample string 1", "UserId": "sample string 2", "WebHookUrl": "sample string 3", "ParentAccountId": "sample string 4", "ContactId": "sample string 5", "Source": "sample string 6", "Title": "sample string 7" }
application/xml, text/xml
Sample:
<TestWebhookActionRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.IServices.SendTestRequestVM"> <AccountId>sample string 1</AccountId> <ContactId>sample string 5</ContactId> <ParentAccountId>sample string 4</ParentAccountId> <Source>sample string 6</Source> <Title>sample string 7</Title> <UserId>sample string 2</UserId> <WebHookUrl>sample string 3</WebHookUrl> </TestWebhookActionRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.