POST api/GLValidateUserAccesToAccount
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"Account": {
"FUND_NUM": 1,
"CLASS_NUM": 2,
"CATEGORY_NUM": 3,
"OBJECT_NUM": 4
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"AccessOK": true
}