ReportEmployeeStringValueMapping
Model
Required
EmployeeStringID :
number (int)
Nullable
MaxLength(64)
UserID :
string
Nullable
MaxLength(64)
EmployeeID :
string
Nullable
MaxLength(32)
Reporting_UserName :
string
Example
{
"EmployeeStringID": 321,
"UserID": "string value",
"EmployeeID": "string value",
"Reporting_UserName": "string value"
}