https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CommonSuspenseGetBySuspenseIdRequest Complex Type
In This Topic
    CommonSuspenseGetBySuspenseIdRequest Complex Type
    In This Topic
    Description
    Request object containing the selection criteria to retrieve a single suspense item by suspense id.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    SuspenseId Element Sequence CommonSuspenseGetBySuspenseIdRequest Complex Type
    Overview
    CommonSuspenseGetBySuspenseIdRequest
    Request object containing the selection criteria to retrieve a single suspense item by suspense id.
    Sequence
    SuspenseId optional guid Simple Type
    Globally Unique Identifier (GUID) for the suspense to be retrieved. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. The suspense must exist, and the AMS360 user associated with the logged-in WSAPI user must have access to the customer suspense.
    Used By
    Source
    <xs:complexType name="CommonSuspenseGetBySuspenseIdRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Request object containing the selection criteria to retrieve a single suspense item by suspense id.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="SuspenseId" type="ser:guid">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Globally Unique Identifier (GUID) for the suspense to be retrieved.
                </summary>
              <len min="0" max="36" />
              <values>
                36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000. The suspense must exist, and the AMS360 user associated with the logged-in WSAPI user must have access to the customer suspense.
                </values>
              <required />
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also