Skip to main content

ArchivedTaskDto

DTO representing an archived task request.

createdOnstring<date-time>

The timestamp when the archived task was created.

Example: 2025-05-01T14:30:00Z
referencestring

Unique reference identifier for the archived task request.

Example: TASK123456789
beneficiarystring

Name of the beneficiary involved in the task.

Example: YASSINE
transactionTypestring

Type of the transaction that was processed

Example: Bill Payment
statusstring

Current status of the archived task.

actionLabelstring

A label that describes the action performed in the task

createdBystring

Identifier of the user or system that created or initiated the task.

userFullNamestring

Full name of the user associated with the task.

Example: YASSINE EL BOUZIDI
amountnumber

The amount involved in the task.

Example: 1500
debitAccountstring

Account number from which funds were withdrawn or charged.

Example: 1234567890
creditAccountstring

Account number to which funds were credited or deposited.

Example: 0987654321
clientReferentstring

The client referent

ArchivedTaskDto
{
"createdOn": "2025-05-01T14:30:00Z",
"reference": "TASK123456789",
"beneficiary": "YASSINE",
"transactionType": "Bill Payment",
"status": "string",
"actionLabel": "string",
"createdBy": "string",
"userFullName": "YASSINE EL BOUZIDI",
"amount": 1500,
"debitAccount": 1234567890,
"creditAccount": "0987654321",
"clientReferent": "string"
}