BIP Report Configurations REST Endpoints
Shared Services/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters
- Delete a report configuration parameter
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}
- Get a report configuration parameter
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}
- Get all report configuration parameters
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters
- Update a report configuration parameter
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReportParameters/{publicSectorBIPReportParametersUniqID}