salesforce-marketingcloud / FuelSDK-Java

Salesforce Marketing Cloud Java SDK
BSD 3-Clause "New" or "Revised" License
72 stars 123 forks source link

[Enhancement] Support PUT method for ETRestConnection #120

Open amaljoyc opened 4 years ago

amaljoyc commented 4 years ago

Is your feature request related to a problem? Please describe I cannot do any upserts as the SDK doesn't support any put functionality.

Describe the solution you'd like Provide a put method in ETRestConnection so that an upsert can be performed.

Describe alternatives you've considered Use another http client instead of the fuelSDK