https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / CustomerNoteGetNoteTextByIdResponse Element
In This Topic
    CustomerNoteGetNoteTextByIdResponse Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    CustomerNoteGetNoteTextByIdResult Element Sequence CustomerNoteGetNoteTextByIdResponse Element
    Overview
    Sequence
    CustomerNoteGetNoteTextByIdResult StreamBody Simple Type
    A message binary object representing the notes text.
    Source
    <xs:element name="CustomerNoteGetNoteTextByIdResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q205="http://schemas.microsoft.com/Message" name="CustomerNoteGetNoteTextByIdResult" type="q205: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