| Add |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic struct AddResult
The AddResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | ID | The entity ID of the object just added to the system | 
|   | Messages | The message of the add result. | 
|   | Status | The status of the object just added to the system | 
 Remarks
Remarks Example
Example... "Results": [ { "ID": 23926, "Messages": ["Labor level detail successfully added for code 'my_code'."], "Status": 1 }]
 See Also
See Also