POST {Rcustomerid}/v1/webhook
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Rcustomerid | string |
Required |
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | boolean |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": true,
"Error": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiOutput xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Response>true</Response> <Error>sample string 2</Error> </ApiOutput>