You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started seeing InvalidOffsetException: "suppressedcontacts" getting ApiContactImportReport
Looks like this may have been added to the API interface recently?
I fixed it by adding
'SuppressedContacts' => 'XsInt'
To ApiContactImportReport.getProperties()
The text was updated successfully, but these errors were encountered:
I started seeing InvalidOffsetException: "suppressedcontacts" getting ApiContactImportReport
Looks like this may have been added to the API interface recently?
I fixed it by adding
'SuppressedContacts' => 'XsInt'
To ApiContactImportReport.getProperties()
The text was updated successfully, but these errors were encountered: