https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PersonalNote Complex Type / NoteId Element
In This Topic
    NoteId Element
    In This Topic
    Description
    Globally Unique Identifier (GUID) for a personal note. Insert Validation:
    AMS 360 creates on insert.

    Update Validation:
    Not available for update.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    NoteId Element
    Overview
    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.
    Source
    <xs:element minOccurs="0" name="NoteId" type="ser:guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Globally Unique Identifier (GUID) for a personal note.
                </summary>
          <len min="0" max="36" />
          <values>
                Insert Validation:<br />AMS 360 creates on insert.<br /><br />Update Validation:<br />Not available for update.
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also