Condition Lists REST Endpoints
Common Setup/Condition Lists
The condition lists resource is used to apply, update, or remove a condition that is applied against a record.
- Create a set of conditions against a record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionLists - Get a condition applied against a record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionLists/{ConditionKey} - Get all conditions applied against a record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionLists - Update a condition applied against a record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorConditionLists/{ConditionKey}