POST api/SYGetAuthGroups

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Groups": [
    {
      "ID": 1,
      "GROUP_NAME": "sample string 2"
    },
    {
      "ID": 1,
      "GROUP_NAME": "sample string 2"
    },
    {
      "ID": 1,
      "GROUP_NAME": "sample string 2"
    }
  ]
}