All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| webhookDto | WebHookDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"webhookDto" : {
"host" : "...",
"port" : 12345,
"page" : "...",
"httpMethod" : "HTTP_GET",
"username" : "...",
"password" : "...",
"headers" : {
"property1" : "...",
"property2" : "..."
},
"params" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"classNameFilter" : "...",
"eventTypeFilter" : "CREATED",
"elFilter" : "...",
"scriptInstanceCode" : "...",
"scriptParams" : {
"property1" : "...",
"property2" : "..."
},
"counterTemplate" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_ENUM_VALUE",
"message" : "..."
}
}