GetDueDateDelayResponseDto Data Type

The Class GetDueDateDelayResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
dueDateDelay DueDateDelayDto Gets the due date delay.
actionStatus ActionStatus Gets the action status.

Example

{
  "dueDateDelay" : {
    "delayOrigin" : "BC",
    "computedDelay" : 12345,
    "delayEL" : "..."
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}