Skip to content

Instantly share code, notes, and snippets.

@thiesen
Created September 9, 2014 19:14
Show Gist options
  • Select an option

  • Save thiesen/2a1b554592dab70e70e6 to your computer and use it in GitHub Desktop.

Select an option

Save thiesen/2a1b554592dab70e70e6 to your computer and use it in GitHub Desktop.
Salesforce Integration
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<notifications xmlns="http://soap.sforce.com/2005/09/outbound">
<OrganizationId>00Di0000000kTlPEAU</OrganizationId>
<ActionId>04ki0000000L6LBAA0</ActionId>
<SessionId xsi:nil="true"/>
<EnterpriseUrl>https://na15.salesforce.com/services/Soap/c/31.0/00Di0000000kTlP</EnterpriseUrl>
<PartnerUrl>https://na15.salesforce.com/services/Soap/u/31.0/00Di0000000kTlP</PartnerUrl>
<Notification>
<Id>04li00000061FOsAAM</Id>
<sObject xsi:type="sf:Opportunity" xmlns:sf="urn:sobject.enterprise.soap.sforce.com">
<sf:Id>006i000000ONRZTAA5</sf:Id>
<sf:AccountId>001i0000017ehDvAAI</sf:AccountId>
<sf:CloseDate>2014-09-09</sf:CloseDate>
<sf:CreatedById>005i0000002ZQjeAAG</sf:CreatedById>
<sf:CreatedDate>2014-09-09T19:00:08.000Z</sf:CreatedDate>
<sf:FiscalQuarter>3</sf:FiscalQuarter>
<sf:FiscalYear>2014</sf:FiscalYear>
<sf:ForecastCategory>Closed</sf:ForecastCategory>
<sf:ForecastCategoryName>Closed</sf:ForecastCategoryName>
<sf:HasOpportunityLineItem>false</sf:HasOpportunityLineItem>
<sf:IsClosed>true</sf:IsClosed>
<sf:IsDeleted>false</sf:IsDeleted>
<sf:IsPrivate>false</sf:IsPrivate>
<sf:IsWon>true</sf:IsWon>
<sf:LastModifiedById>005i0000002ZQjeAAG</sf:LastModifiedById>
<sf:LastModifiedDate>2014-09-09T19:12:39.000Z</sf:LastModifiedDate>
<sf:LastReferencedDate>2014-09-09T19:12:40.000Z</sf:LastReferencedDate>
<sf:LastViewedDate>2014-09-09T19:12:40.000Z</sf:LastViewedDate>
<sf:LeadSource>RD Station (casdasdasd)</sf:LeadSource>
<sf:Name>Op Nova</sf:Name>
<sf:OwnerId>005i0000002ZQjeAAG</sf:OwnerId>
<sf:Probability>100.0</sf:Probability>
<sf:StageName>Closed Won</sf:StageName>
<sf:SystemModstamp>2014-09-09T19:12:40.000Z</sf:SystemModstamp>
</sObject>
</Notification>
</notifications>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment