Delegate Histories REST Endpoints

Delegates/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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/child/DelegateHistory
Delete a delegate's history information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/child/DelegateHistory/{DelegateHistoryId}
Get a delegate's history information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/child/DelegateHistory/{DelegateHistoryId}
Get all delegate history information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/child/DelegateHistory
Update a delegate's history information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}/child/DelegateHistory/{DelegateHistoryId}