- Subcategories:
- Delegate Details
- Delegate Histories
Delegates REST Endpoints
Public User/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates - Decline an invitation based on the given delegation ID
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/action/declineInvitation - Delete a delegate's information
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId} - Get a delegate's information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId} - Get all delegate information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates - Get the delegation privilege based on a given profile ID or Transaction ID
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/action/getProfileDelegationPrivilege - Send an invitation based on the given delegation ID
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/action/sendInvitation - Update a delegate's information
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}