dotMailer-API-v2-PHP-client icon indicating copy to clipboard operation
dotMailer-API-v2-PHP-client copied to clipboard

ApiContactImportReport InvalidOffsetException: "suppressedcontacts"

Open RailsGuy opened this issue 4 years ago • 0 comments

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()

RailsGuy avatar Oct 01 '20 09:10 RailsGuy