Inserts a new personal note.
The request body is of type PersonalNoteInsert.
Request Body Parameters
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
UserNote optional PersonalNote Complex Type
A personal note data object containing the note data to insert for an employee. On an insert, the NoteId is ignored and a unique NoteId is generated by AMS360 and returned to the caller.
 |
Sequence
 |
EmployeeCode optional xs:string
Employee code of the employee assigned to the personal note. Must be a valid EmployeeCode in the Employee list.
Insert Validation: Employee must be Active (Status=A).
Update Validation: Employee must be Active (Status=A) if value is changed.
|
 |
NoteDate optional xs:dateTime
Date of the note. Date value only (MM/DD/YYYY).
|
 |
NoteId optional guid Simple Type
Globally Unique Identifier (GUID) for a personal note. Insert Validation: AMS 360 creates on insert.
Update Validation: Not available for update.
|
 |
PurgeDate optional xs:dateTime
Purge date of note. Date value only (MM/DD/YYYY).
Insert Validation: Must be current or future date.
|
 |
Priority optional xs:string
Priority of note. Valid values are: N = Normal C = Critical L = Low
|
 |
Attachment optional xs:boolean
Indicates if the personal note has an attachment. Read Only: Not available for insert or update.
|
 |
IsSticky optional xs:boolean
Indicates if the note displays in side bar when user logs in.
|
| | | | | |
The response body is of type PersonalNoteInsertResponse.
Response Body Parameters
Name | Description | Data Type |
PersonalNoteInsertResult | Message response object containing the NoteId of the personal note. | PersonalNoteInsertResponse |
Overview