WoNote Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoNote : CorrigoEntity
The WoNote type exposes the following members.
| Name | Description | |
|---|---|---|
| Body |
Note text.
Max Length=6144.
Is required.
| |
| CreatedBy |
Represents the user, provider or other part that created that note.
| |
| CreatedDate |
Note creation date and time in work zone time.
Is required.
| |
| NoteTypeId |
Type: Unknown, Completion, Public, Private.
Is required.
| |
| WorkOrderId |
Work Order Id.
Is required.
|