https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CommonSuspense Complex Type / SuspenseId Element
In This Topic
    SuspenseId Element
    In This Topic
    Description
    Globally Unique Identifier (GUID) for a suspense.

    Insert Validation:
    AMS360 creates on insert. If provided in web method, the value is ignored

    Update Validation:
    Required for update.
    36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. For Updates, The suspense must exist, and the AMS360 user associated with the logged-in WSAPI user must have access to the customer suspense.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    SuspenseId Element
    Overview
    SuspenseId optional guid Simple Type
    Globally Unique Identifier (GUID) for a suspense.

    Insert Validation:
    AMS360 creates on insert. If provided in web method, the value is ignored

    Update Validation:
    Required for update.
    36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. For Updates, The suspense must exist, and the AMS360 user associated with the logged-in WSAPI user must have access to the customer suspense.
    Source
    <xs:element minOccurs="0" name="SuspenseId" type="ser:guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Globally Unique Identifier (GUID) for a suspense.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                AMS360 creates on insert. If provided in web method, the value is ignored
                <br /><br /><b><u>Update Validation:</u></b><br />
                Required for update.
                </summary>
          <len min="0" max="36" />
          <values>
                36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. For Updates, The suspense must exist, and the AMS360 user associated with the logged-in WSAPI user must have access to the customer suspense.
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also