- Subcategories:
- Activity Descriptive Flexfields
- Activity Emission Factor Map Descriptive Flexfields
- Activity Measures
- Emissions
- Validation Messages
Sustainability Activities REST Endpoints
Sustainability/Sustainability Activities
Represents an event, transaction, or activity that has sustainability impact. Organizations need to report their sustainability performance to external stakeholders. An activity record includes key parameters such as an associated legal entity, a time frame, a location, and the size of the impact. Examples of sustainability activities with environmental impact include a boiler burning natural gas, a building consuming electricity, or the disposal of waste.
- Cancel one posted activity
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}/action/cancelActivity
- Create one activity record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities
- Delete one activity record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}
- Get all activity records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities
- Get one activity record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}
- Post one activity to the ledger
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}/action/postToLedger
- Recalculate and validate one activity
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}/action/validateActivity
- Update one activity record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sustainabilityActivities/{ActivityId}