Provides a callback mechanism for Webhooks.
Syntax
ISfinSupport.ExecuteCallback(headers, query, body, serviceLogPk, doPostProcessing, errorStatusCode, errorResponseMessage)
Parameters
| Name | Type | Optional | ByRef | Description |
| headers |
ISKeyValueList |
|
|
The headers sent in the web request. |
| query |
ISKeyValueList |
|
|
The query parameters of the web request. |
| body |
String |
|
|
The raw POST body of the web request. |
| serviceLogPk |
Integer |
|
ByRef |
|
| doPostProcessing |
Boolean |
|
ByRef |
|
| errorStatusCode |
HttpStatusCode |
|
ByRef |
|
| errorResponseMessage |
String |
|
ByRef |
|
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISfinSupport
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0