POST api/PAValidateUserAccessToEmployee
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"EmployeeNum": "sample string 2"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"AccessOK": true
}