Sustainability Date Issue Output
- JSON example
-
1{ 2 "code":0, 3 "message":"The date issues for the energy use records were identified.", 4 "missingDatesRecords":[ 5 "7LKRM000000RsGQ4A0", 6 "7LKRM000000RsGV4A0" 7 ], 8 "outOfDateRangeRecords":[ 9 10 ], 11 "overlappingDatesRecords":[ 12 13 ] 14}
| 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 |