Attribute Transactions

Attribute transactions can be used for creating, updating and deleting attribute values. Attributes can be attached to various items in ASM.

Limited Support/End of Life Capabilities

The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.

If you need to request a hotfix or support for these features, please contact Alemba Support

AttributeCreate Transaction

The AttributeCreate transaction can be used to add an attribute to a call, request or task.

Input Parameters: AttributeRequest

Return Values:AttributeResponse

AttributeUpdate Transaction

The AttributeUpdate transaction can be used to modify an attribute.

Input Parameters: AttributeUpdateRequest

Return Values: AttributeResponse

See AttributeResponse for more information.

AttributeRetrieve Transaction

The AttributeRetrieve transaction can be used to retrieve attribute values.

Input Parameters: AttributeRetrieveRequest

Return Values: AttributeRetrieveResponse

AttributeDelete Transaction

The AttributeDelete transaction can be used to delete an attribute.

Input Parameters: AttributeDeleteRequest

Return Values: AttributeResponse

See AttributeResponse for more information.