BIP Report Configurations REST Endpoints

BIP Report Configurations
The BIP report configurations resource is used to view or modify reporting configuration data for a BIP report. It stores the parameters, parameter type on the basis of which reports can be filtered.
Create a report configuration parameter
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters
Delete a report configuration parameter
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}
Get a report configuration parameter
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}
Get all report configuration parameters
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters
Update a report configuration parameter
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}