Delegate Details REST Endpoints

Delegate Details
The delegate details resource is used to view, create, delete or modify delegate detail information for registered public users.
Create a set of delegate detail information
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateDetails
Delete a delegate's detail information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateDetails/{DelegateDetailId}
Get a delegate's detail information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateDetails/{DelegateDetailId}
Get all delegates' detail information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateDetails
Update a delegate's detail information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateDetails/{DelegateDetailId}