Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details
Name / Description | Type / Format | Example | |
---|---|---|---|
isFinalSubmission
|
boolean
|
true
|
|
becauseSchemeCeased
|
boolean
|
true
|
|
dateCeased
|
string
date
|
"2025-09-13"
|
{
"isFinalSubmission": true,
"becauseSchemeCeased": true,
"dateCeased": "2025-09-13"
}