Mr Stickel
Mr Stickel
You need to use the REST API for that, not SOAP. https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/content-api.htm
I believe it's more if the classes exist. The SDK already supports both REST and SOAP, just needs to have more of the REST calls added, like Asset. Look at...
I had trouble pulling DE data from ET. After digging around online I saw that dev's were adding the DE name directly into the object type and not using the...
I haven't saved / updated to a DE yet, but if you look at ET's SOAP examples they show this: ``` USERNAME_GOES_HERE PASSWORD_GOES_HERE * UpdateAdd First Send EMAIL [email protected] FIRST...