https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CommonNoteInsertRequest Complex Type / CommonNote Element
In This Topic
    CommonNote Element
    In This Topic
    Description
    A customer note data object containing the note data to insert for a customer. On an insert, the NoteId is ignored and a unique NoteId is generated by AMS360 and returned to the caller.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    Priority Element PurgeDate Element NoteId Element NoteDate Element NoteText Element NoteType Element NoteTypeId Element Sequence CommonNote Element
    Overview
    CommonNote optional CommonNote Complex Type
    A customer note data object containing the note data to insert for a customer. On an insert, the NoteId is ignored and a unique NoteId is generated by AMS360 and returned to the caller.
    Sequence
    NoteTypeId optional xs:string
    Entity code of the entity this activity is attached to. Must be a valid code for the entity specified by the NoteType
    NoteType optional xs:short
    Value representing the type of entity (bank, broker, company, employee, or vendor) this note is attached to. Code value from the "NoteCenter" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=NoteCenter
    NoteText optional xs:string
    Note text.
    NoteDate optional xs:dateTime
    Date of the note. Date value only (MM/DD/YYYY).
    NoteId optional guid Simple Type
    Globally Unique Identifier (GUID) for a customer note. Insert Validation:
    AMS 360 creates on insert.

    Update Validation:
    Not available for update.
    PurgeDate optional xs:dateTime
    Purge date of note. Date value only (MM/DD/YYYY).

    Insert Validation:
    Must be current or future date.
    Priority optional xs:string
    Priority of note. Valid values are:
    N = Normal
    C = Critical
    L = Low
    Source
    <xs:element minOccurs="0" name="CommonNote" nillable="true" type="tns:CommonNote" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                A customer note data object containing the note data to insert for a customer. On an insert, the NoteId is ignored and a unique NoteId is generated by AMS360 and returned to the caller.
                </summary>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also