-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Sample code set:
from pypardot.client import PardotAPI
p = PardotAPI(
email='email@email.com',
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 XML
Let me know the json format.
Metadata
Metadata
Assignees
Labels
No labels