https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CustomerNoteInsertResponse Complex Type
In This Topic
    CustomerNoteInsertResponse Complex Type
    In This Topic
    Description
    Globally Unique Identifier (GUID) for a row in the Note table.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    NoteId Element Sequence CustomerNoteInsertResponse Complex Type
    Overview
    CustomerNoteInsertResponse
    Globally Unique Identifier (GUID) for a row in the Note table.
    Sequence
    NoteId optional guid Simple Type
    Globally Unique Identifier (GUID) for a row in the Note table.
    Used By
    Source
    <xs:complexType name="CustomerNoteInsertResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Globally Unique Identifier (GUID) for a row in the Note table.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="NoteId" type="ser:guid">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Globally Unique Identifier (GUID) for a row in the Note table.
                </summary>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also