POST api/SYGetUserAllowedReportDSources
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"ModuleId": "sample string 2"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"VisibleDataSources": null,
"AllExtensionDataSources": null
}