jothiljose

Results 1 issues of jothiljose

**Sample code set:** from pypardot.client import PardotAPI p = PardotAPI( email='[email protected]', password='password', user_key='userkey' ) p.authenticate() p.prospects.batchUpdate(prospects=[{"id":"100", "field":"value"}, {"id":"101", "filed":"value"}]) **Error:** pypardot.errors.PardotAPIError: Error #71: Input needs to be valid JSON or...