POST api/SYGetCRDepartmentPermissionsForUser
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"V2UserId": "sample string 1"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Departments": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}