Delegates REST Endpoints

Delegates
The delegates resource is used to view, create, delete or modify delegate information for registered public users.
Create a set of delegate information
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates
Decline an invitation based on the given delegation ID
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}
Delete a delegate's information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}
Get a delegate's information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}
Get all delegate information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates
Get the delegation privilege based on a given profile ID or Transaction ID
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates
Send an invitation based on the given delegation ID
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}
Update a delegate's information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}