- Subcategories:
 - BIP Report Configurations
 
BIP Reports REST Endpoints
    
        Shared Services/BIP Reports
    
The BIP reports resource is used to view BIP reports. It stores the report identifier, description, and the file location path. A user can modify only the file location path.
- Create a report configuration
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReports - Get a report configuration
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId} - Get all report configurations
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReports - Update a report configuration
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBIPReports/{ReportControlId}