Results 2 issues of Tom Ashe

**Describe the bug** The ET_DataExtension_Row extends ET_CUDWithUpsertSupport, but does not implement the `put()` method, which is needed to actually perform an upsert. It only implements `post()` (for create) and `patch()`...

bug