Condition Lists REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionLists
Get a condition applied against a record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionLists/{ConditionKey}
Get all conditions applied against a record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionLists
Update a condition applied against a record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionLists/{ConditionKey}