Closed willitscale closed 9 years ago
There are two POST methods for contacts transactional-data for the DotMailer V2 API: https://api.dotmailer.com/v2/contacts/transactional-data/{collectionName} - Adds a single piece of transactional data to a contact. https://api.dotmailer.com/v2/contacts/transactional-data/{collectionName}/{key} - Replaces a piece of transactional data by key (logicall equivalent to a delete and an insert).
I've added to the update POST to the resources.
There are two POST methods for contacts transactional-data for the DotMailer V2 API: https://api.dotmailer.com/v2/contacts/transactional-data/{collectionName} - Adds a single piece of transactional data to a contact. https://api.dotmailer.com/v2/contacts/transactional-data/{collectionName}/{key} - Replaces a piece of transactional data by key (logicall equivalent to a delete and an insert).
I've added to the update POST to the resources.