Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

albertr85416751
albertr85416751
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by albertr85416751
Customize the badges you want to showcase on your profile
Re: PartnerGetIntegrationsDetail Error - Adobe Campaign Standard 04-02-2019
We're using this method to get the integrationMappings:public integrationData GetAdobeIntegration(Guid integrationCode) { GenesisIntegrationWebServicePortTypeClient client = GenesisWS.GetClient(AdobeUserName, AdobeSecret, UZGlobal.constants.AdobeEndPoint); integrationData[] integrations = client.PartnerGetIntegrationsDetail(""); integrationData integrationAdobe = integrations.Where(e => e.integrationValues.Single().name == "IntegrationCode" && e.integrationValues.Single().value != null && e.inte...

Views

998

Likes

0

Replies

0