Add |
public struct AddLaborLevelDetailCustomField
The AddLaborLevelDetailCustomField type exposes the following members.
Name | Description | |
---|---|---|
Name | The name of the labor level custom field | |
Value | Gets or sets Value of the custom field |
Note |
---|
When a custom field type is multi-select you can pass in values as such "Value":"test1,test2" |
Note |
---|
To guarantee a valid custom field value is passed in use the ValidateCustomFieldName parameter to check the values; which will return a "FAIL" message response. |