https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / CommonSuspenseDeleteRequest Complex Type
In This Topic
    CommonSuspenseDeleteRequest Complex Type
    In This Topic
    Description
    Request object containing the suspense id of the suspense to be deleted from the database.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    SuspenseType Element SuspenseTypeId Element SuspenseId Element Sequence CommonSuspenseDeleteRequest Complex Type
    Overview
    CommonSuspenseDeleteRequest
    Request object containing the suspense id of the suspense to be deleted from the database.
    Sequence
    SuspenseId optional guid Simple Type
    Globally Unique Identifier (GUID) for the suspense to be deleted. 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.
    SuspenseTypeId optional xs:string
    Entity code of the entity this suspense is attached to. Must be a valid code for the entity specified by the SuspenseType
    SuspenseType optional xs:short
    Value representing the type of entity (bank, broker, company, employee, or vendor) this suspense is attached to. Code value from the "SuspenseCenter" value list.

    If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=SuspenseCenter
    Used By
    Source
    <xs:complexType name="CommonSuspenseDeleteRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Request object containing the suspense id of the suspense to be deleted from the database.
                </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 deleted.
                </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:element minOccurs="0" name="SuspenseTypeId" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Entity code of the entity this suspense is attached to.
                </summary>
              <len min="0" max="3" />
              <values>
                Must be a valid code for the entity specified by the SuspenseType
                </values>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="SuspenseType" type="xs:short">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Value representing the type of entity (bank, broker, company, employee, or vendor) this suspense is attached to.
                </summary>
              <len max="1" />
              <values>
                Code value from the "SuspenseCenter" value list. <br /><br />
                 If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=SuspenseCenter
                </values>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also