https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CustomerNote Complex Type / CustomerId Element
In This Topic
    CustomerId Element
    In This Topic
    Description
    Associates this note to a customer. Must be a valid CustomerId in a division that the WSAPI user has access to.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    CustomerId Element
    Overview
    CustomerId optional guid Simple Type
    Associates this note to a customer. Must be a valid CustomerId in a division that the WSAPI user has access to.
    Source
    <xs:element minOccurs="0" name="CustomerId" type="ser:guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Associates this note to a customer.
                </summary>
          <len min="0" max="32 length hexadecimal value separated with dashes." />
          <values>
                Must be a valid CustomerId in a division that the WSAPI user has access to.
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also