Project Transaction Controls REST Endpoints

Projects/Project Transaction Controls
The Project Transaction Control resource is used to view, create, update, and delete a project transaction control. Project transaction controls are a set of criteria that control whether a transaction can be charged to a project.
Create a project transaction control
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTransactionControls
Delete a project transaction control
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTransactionControls/{ProjectTransactionControlsUniqID}
Get a project transaction control
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTransactionControls/{ProjectTransactionControlsUniqID}
Get all transaction controls for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTransactionControls
Update a project transaction control
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTransactionControls/{ProjectTransactionControlsUniqID}