BIP Report Configurations REST Endpoints

BIP Reports/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 and 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/publicSectorBIPReports/{ReportControlId}/child/ReportMapParameters
Delete a report configuration parameter
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId}/child/ReportMapParameters/{ReportMapParametersUniqID}
Get a report configuration parameter
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId}/child/ReportMapParameters/{ReportMapParametersUniqID}
Get all report configuration parameters
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId}/child/ReportMapParameters
Update a report configuration parameter
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId}/child/ReportMapParameters/{ReportMapParametersUniqID}