ArchivedTaskDto
DTO representing an archived task request.
createdOnstring<date-time>
The timestamp when the archived task was created.
Example:
2025-05-01T14:30:00Zreferencestring
Unique reference identifier for the archived task request.
Example:
TASK123456789beneficiarystring
Name of the beneficiary involved in the task.
Example:
YASSINEtransactionTypestring
Type of the transaction that was processed
Example:
Bill Paymentstatusstring
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 BOUZIDIamountnumber
The amount involved in the task.
Example:
1500debitAccountstring
Account number from which funds were withdrawn or charged.
Example:
1234567890creditAccountstring
Account number to which funds were credited or deposited.
Example:
0987654321clientReferentstring
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"
}