POST api/SYSaveReportColumnSecurity
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"VXorE3": "sample string 1",
"Group": {
"ID": 1,
"GROUP_NAME": "sample string 2"
},
"ColumnSecurityListE3": null,
"ColumnSecurityListVx": [
{
"COLUMN_SECURITY_ID": 1,
"COLUMN_ID": 2,
"GROUP_NAME": "sample string 3"
},
{
"COLUMN_SECURITY_ID": 1,
"COLUMN_ID": 2,
"GROUP_NAME": "sample string 3"
},
{
"COLUMN_SECURITY_ID": 1,
"COLUMN_ID": 2,
"GROUP_NAME": "sample string 3"
}
]
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}