What is the correct URI for the POST for adding a contact? The documentation said the collection uri...so I'm using
https://api.constantcontact.com/ws/customers/" + UserName + "/contacts"I'm also getting the 400 Bad Request Error....I did track down that a valid list ID is 52 and made that change.
Any help would be appreciated...btw I'm using c#.net
... View more