Global Attributes Details REST Endpoints
Common Setup/Global Attributes Date Range Details/Global Attributes Details
The Global Attribute Line resource is used to manage global attributes for a given classification.
- Copies the global attributes requests.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines/action/copy - Create a global attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines - Delete a global attribute for a classification
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines/{GlobalAttributeLinesUniqID} - Get a global attribute for a classification
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines/{GlobalAttributeLinesUniqID} - Get all the global attributes for a classification
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines - Update a global attribute for a classification
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGlobalAttributes/{publicSectorGlobalAttributesUniqID}/child/GlobalAttributeLines/{GlobalAttributeLinesUniqID}