Problem to call export method for contact list in Outbound API

Hi,

I have a problem when I use OutboundApi(), method "postContactlistsContactlistIdExport". When I invoke this operation SDK returns to me next exception:

om.mypurecloud.sdk.ApiException: com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token
at [Source: {"id":"XXX-XXX","selfUri":"/api/v2/outbound/contactlists/XXX-XXX"}; line: 1, column: 1]

where XXX-XXX is contact list ID.

Thanks in advance.

Regards

Per the other thread, you're still using the pre-release version of the SDK. Update to the latest version and I believe this is fixed. If it's not, let me know.