Sustainability Periods REST Endpoints
Sustainability/Sustainability Periods
The status of the sustainability period with its attributes such as Period Name, Period Start Date, Period End Date, and Period Status. An example of a sustainability period could be Jan-23, which would be from 01/01/2023 to 01/31/2023, with a status of either Open, Close Pending, or Closed.
- Get all sustainability periods
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityPeriods
- Get one sustainability period
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityPeriods/{PeriodId}
- Update one sustainability period
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityPeriods/{PeriodId}