The Class RevenueRecognitionRuleDtosResponse.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
revenueRecognitionRule | array of RevenueRecognitionRuleDto | The revenue recognition rules. |
Example
{ "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "revenueRecognitionRule" : [ { "disabled" : true, "id" : 12345, "startDelay" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "startUnit" : "DAY", "code" : "...", "startEvent" : "SUBSCRIPTION_START", "stopDelay" : 12345, "description" : "...", "stopUnit" : "MONTH", "stopEvent" : "SERVICE_PERIOD_STOP", "updatedCode" : "...", "script" : { "disabled" : true, "executionRoles" : [ "...", "..." ], "type" : "JAVA", "sourcingRoles" : [ "...", "..." ], "id" : 12345, "reuse" : true, "auditableField" : [ { }, { } ], "scriptInstanceCategoryCode" : "...", "script" : "...", "code" : "...", "description" : "...", "updatedCode" : "..." } }, { "disabled" : true, "id" : 12345, "startDelay" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "startUnit" : "MONTH", "code" : "...", "startEvent" : "SUBSCRIPTION_START", "stopDelay" : 12345, "description" : "...", "stopUnit" : "MONTH", "stopEvent" : "SUBSCRIPTION_START", "updatedCode" : "...", "script" : { "disabled" : true, "executionRoles" : [ "...", "..." ], "type" : "JAVA", "sourcingRoles" : [ "...", "..." ], "id" : 12345, "reuse" : true, "auditableField" : [ { }, { } ], "scriptInstanceCategoryCode" : "...", "script" : "...", "code" : "...", "description" : "...", "updatedCode" : "..." } } ] }