Newer Version Available

This content describes an older version of this product. View Latest

Date Issues

Correct date issues for a record.
Resource
1/connect/sustainability/dgf/identify-date-issues
Resource example
1https://yourInstance.salesforce.com/services/data/vXX.X��/connect/sustainability/dgf/identify-date-issues
Available version
55.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
1{
2   recordId: ",
3   types: [‘missingDates’,‘outOfDateRange’,‘overlappingDates’],
4   filters:[{"item":"fuelType","value":"Gas"}]
5}
Properties
Name Type Description Required or Optional Available Version
filters Filter Input[] The list of filters to filter the records. Each filter item is a key-value pair that contains the name and its value.
Possible value:
  • fuelType
Required 55.0
recordId String The ID of the Salesforce object record for which the date issues must be retrieved. Required 55.0
types String[] The list of strings containing the types of date issues to be retrieved.
  • missingDates
  • outOfDateRange
  • overlappingDates
Required 55.0
Response body for POST
Sustainability Date Issue Output