All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| revenueRecognitionRule | RevenueRecognitionRuleDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"revenueRecognitionRule" : {
"code" : "...",
"description" : "...",
"disabled" : true,
"startDelay" : 12345,
"startUnit" : "DAY",
"startEvent" : "SERVICE_PERIOD_START",
"stopDelay" : 12345,
"stopUnit" : "MONTH",
"stopEvent" : "SERVICE_PERIOD_STOP",
"script" : {
"executionRoles" : [ { }, { } ],
"sourcingRoles" : [ { }, { } ],
"code" : "...",
"description" : "...",
"type" : "JAVA",
"script" : "..."
}
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "MISSING_PARAMETER",
"message" : "..."
}
}