POST api/Zapier/SubHook

Request Information

URI Parameters

None.

Body Parameters

ZapierHook
NameDescriptionTypeAdditional information
AB_CUSTID

integer

None.

hookUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AB_CUSTID": 1,
  "hookUrl": "sample string 2"
}

application/xml, text/xml

Sample:
<ZapierHook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebLeadsAPI.Controllers">
  <AB_CUSTID>1</AB_CUSTID>
  <hookUrl>sample string 2</hookUrl>
</ZapierHook>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.