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.
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.
Employee code of the person who completed the suspense. Value set or cleared automatically on update of the suspense by AMS360 based on the IsCompleted value.
Insert Validation: Not available on insert. This value is ignored and no error message is returned.
Update Validation: Not available on update. This value is ignored and no error message is returned.
Date that the suspense was completed. Will be null for uncompleted suspense. Value set or cleared automatically on update of the suspense by AMS360 based on the IsCompleted value.
Insert Validation: Not available on insert. This value is ignored and no error message is returned.
Update Validation: Not available on update. This value is ignored and no error message is returned.
<xs:complexTypename="CommonSuspenseInsertRequest"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Request object containing the suspense data to be inserted into the database.
</summary></xs:documentation></xs:annotation><xs:sequence><xs:elementminOccurs="0"name="CommonSuspense"nillable="true"type="tns:CommonSuspense"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Single Suspense type data structure.
</summary><required/></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>