PostingAccrualDto
Accrual DTO model for posting.
accrualCodestringnullable
The accrual code
Example:
123accrualStartDatestringnullable
The start date of the accrual period (yyyy-MM-dd)
Example:
2025-01-01accrualEndDatestringnullable
The end date of the accrual period (yyyy-MM-dd)
Example:
2025-03-31PostingAccrualDto
{
"accrualCode": "123",
"accrualStartDate": "2025-01-01",
"accrualEndDate": "2025-03-31"
}