https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / PersonalNoteUpdateNoteText Element
In This Topic
    PersonalNoteUpdateNoteText Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    __identity Element Sequence Note Element NoteId Element Sequence request Element Sequence PersonalNoteUpdateNoteText Element
    Overview
    Sequence
    Sequence
    NoteId optional guid Simple Type
    Globally Unique Identifier (GUID) for a Note. Must be a valid NoteId.
    Note optional Stream Complex Type
    Binary representation of the Notes text.
    Sequence
    __identity xs:anyType
    Source
    <xs:element name="PersonalNoteUpdateNoteText" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q200="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="request" nillable="true" type="q200:NoteTextUpdateRequest" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also