mcdev
Version:
Accenture Salesforce Marketing Cloud DevTools
49 lines (48 loc) • 2.57 kB
text/xml
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<soap:Header>
<wsa:Action>UpdateResponse</wsa:Action>
<wsa:MessageID>urn:uuid:4ba5314f-13c0-4fcf-a193-f6160531acd6</wsa:MessageID>
<wsa:RelatesTo>urn:uuid:4f56d229-63e7-4d8b-9bfe-1ace0c596056</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-224bd293-15f1-40fb-8a6f-f4ed6e2d6b16">
<wsu:Created>2022-04-19T20:03:41Z</wsu:Created>
<wsu:Expires>2024-04-12T12:58:29Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<UpdateResponse xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Results>
<StatusCode>OK</StatusCode>
<StatusMessage>SenderProfile updated</StatusMessage>
<OrdinalID>0</OrdinalID>
<Object xsi:type="SenderProfile">
<PartnerKey xsi:nil="true" />
<ObjectID xsi:nil="true" />
<CustomerKey>testExisting_senderProfile</CustomerKey>
<Name>testExisting_senderProfile</Name>
<Description>updated via deploy</Description>
<FromName>Jörn Berkefeld</FromName>
<FromAddress>joern.berkefeld@accenture.com</FromAddress>
<UseDefaultRMMRules>false</UseDefaultRMMRules>
<AutoForwardToEmailAddress>joern.berkefeld@accenture.com</AutoForwardToEmailAddress>
<AutoForwardToName>Jörn Berkefeld</AutoForwardToName>
<DirectForward>false</DirectForward>
<AutoReply>false</AutoReply>
<SenderHeaderEmailAddress />
<SenderHeaderName />
<FallbackFromAddress />
</Object>
</Results>
<RequestID>ef6e2933-b767-47ea-a1c4-d3dc44674a56</RequestID>
<OverallStatus>OK</OverallStatus>
</UpdateResponse>
</soap:Body>
</soap:Envelope>