https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / PersonalNoteGetNoteTextByIdResponse Element
In This Topic
    PersonalNoteGetNoteTextByIdResponse Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    PersonalNoteGetNoteTextByIdResult Element Sequence PersonalNoteGetNoteTextByIdResponse Element
    Overview
    Sequence
    PersonalNoteGetNoteTextByIdResult StreamBody Simple Type
    A message binary object representing the notes text.
    Source
    <xs:element name="PersonalNoteGetNoteTextByIdResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q199="http://schemas.microsoft.com/Message" name="PersonalNoteGetNoteTextByIdResult" type="q199:StreamBody">
            <xs:annotation>
              <xs:documentation>A message binary object representing the notes text.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also