Sustainability Date Issue Output

Output representation for sustainability date issue request.
JSON example
{
   "code":0,
   "message":"The date issues for the energy use records were identified.",
   "missingDatesRecords":[
      "7LKRM000000RsGQ4A0",
      "7LKRM000000RsGV4A0"
   ],
   "outOfDateRangeRecords":[
      
   ],
   "overlappingDatesRecords":[
      
   ]
}
Property Name Type Description Filter Group and Version Available Version
code Integer Response code. Small, 55.0 55.0
message String Response message indicating whether the API request is successful or not. Small, 55.0 55.0
missingDatesRecords String[] List of record IDs for which either the start or the end date is missing. Small, 55.0 55.0
outOfDateRangeRecords String[] List of record IDs for which either the start or the end date is outside the Carbon Footprint (CF) date range. Small, 55.0 55.0
overlappingDatesRecords String[] List of record IDs that have a start date or end date that overlaps with the dates of other records associated with the same Carbon Footprint. Small, 55.0 55.0