The Class RevenueRecognitionRuleDtoResponse.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
revenueRecognitionRule | RevenueRecognitionRuleDto | The revenue recognition rule dto. |
Example
{ "actionStatus" : { "status" : "WARNING", "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" : "INVOICE_DUE_DATE", "stopDelay" : 12345, "description" : "...", "stopUnit" : "MONTH", "stopEvent" : "SUBSCRIPTION_START", "updatedCode" : "...", "script" : { "disabled" : true, "executionRoles" : [ "...", "..." ], "type" : "JAVA_CLASS", "sourcingRoles" : [ "...", "..." ], "id" : 12345, "reuse" : true, "auditableField" : [ { }, { } ], "scriptInstanceCategoryCode" : "...", "script" : "...", "code" : "...", "description" : "...", "updatedCode" : "..." } } }