Measure Type Associations REST Endpoints

Sustainability/Sustainability Activity Types/Measure Type Associations
Represent the association between a measure type and an activity type. A measure type is a variable whose value is multiplied by an emission factor to obtain the emissions for an emission type. The value of a measure type has an associated unit of measure. For example, Fuel Quantity might have Gallon as the unit of measure.
Create one measure type association for an activity type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityActivityTypes/{ActivityTypeId}/child/MeasureTypeAssocs
Delete one measure type association from an activity type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityActivityTypes/{ActivityTypeId}/child/MeasureTypeAssocs/{MeasureTypeAssocId}
Get all measure type associations for an activity type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityActivityTypes/{ActivityTypeId}/child/MeasureTypeAssocs
Get one measure type association for an activity type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityActivityTypes/{ActivityTypeId}/child/MeasureTypeAssocs/{MeasureTypeAssocId}