POST api/QaplaWebHook/PostWebHookAsync

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "result": "sample string 1"
}

application/xml, text/xml

Sample:
<Risposta xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <result>sample string 1</result>
</Risposta>