Response parameters: Personnel Class Property section
- Last UpdatedSep 06, 2023
- 1 minute read
Contains details of a personnel class property.
<PersonnelClassProperty>
<ID xsi:type="PropertyIDType">AssignedShift</ID>
<Description />
<Value>
<ValueString>Shift A</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonnelClassProperty>
|
Parameter |
Description |
|---|---|
|
ID |
The name of the personnel class property. Defined personnel class property in Ampla. This is a string value. |
|
Value |
Comprised of ValueString, DataType, and UnitofMeasure. |
|
ValueString |
The current value held in this property. Must be the specified data type. |
|
DataType |
The data type of the value. Standard data types, including Boolean, Date, Double, Integer, Long, Single, String. |
|
UnitOfMeasure |
This value is empty and not used. |