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.
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.
<xs:complexTypename="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:elementminOccurs="0"name="SuspenseId"type="ser:guid"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Globally Unique Identifier (GUID) for the suspense to be deleted.
</summary><lenmin="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:elementminOccurs="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><lenmin="0"max="3"/><values>
Must be a valid code for the entity specified by the SuspenseType
</values></xs:documentation></xs:annotation></xs:element><xs:elementminOccurs="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><lenmax="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>