Global Warming Potentials REST Endpoints
Sustainability/Global Warming Potentials
The global warming potentials resource is used to assess the potential contribution of different greenhouse gases to global warming over a specific time period, usually 100 years. For example, the global warming potential of carbon dioxide is 1 on a scale of 1 to 100 in which 1 is least polluting.
- Create one global warming potential
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/globalWarmingPotentials
- Delete one global warming potential
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/globalWarmingPotentials/{GwpId}
- Get all global warming potentials
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/globalWarmingPotentials
- Get one global warming potential
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/globalWarmingPotentials/{GwpId}
- Update one global warming potential
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/globalWarmingPotentials/{GwpId}