POST api/SYGetReportDatasourceColumns

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Group": {
    "ID": 1,
    "GROUP_NAME": "sample string 2"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Columns": null
}