The Inventory subscriptions (test) API is not working. We are getting this error:
{ "status": "failed", "responseCode": 0, "message": "Error while extracting response for type [class com.ti.dc.ticom.pushnotificationutil.model.NotificationResponse] and content type [application/json;charset=UTF-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `com.ti.dc.ticom.pushnotificationutil.model.NotificationResponse` from Array value (token `JsonToken.START_ARRAY`); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `com.ti.dc.ticom.pushnotificationutil.model.NotificationResponse` from Array value (token `JsonToken.START_ARRAY`)\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 1]" }
We need to test our implementation and will require a mock subscription notification.
Please advise on what we need to do to get this working.
Thanks