Delegate Histories REST Endpoints
Public User/Delegate Histories
The delegate histories resource is used to view, create, delete or modify delegate history information for registered public users.
- Create a set of delegate history information
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegateHistories
- Delete a delegate's history information
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegateHistories/{DelegateHistoryId}
- Get a delegate's history information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegateHistories/{DelegateHistoryId}
- Get all delegates' history information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegateHistories
- Update a delegate's history information
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDelegateHistories/{DelegateHistoryId}