Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacksonpchen/9ae54e290c6d9f54367330fec1b83631 to your computer and use it in GitHub Desktop.
Save jacksonpchen/9ae54e290c6d9f54367330fec1b83631 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/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">
<env:Header xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<wsa:Action>RetrieveResponse</wsa:Action>
<wsa:MessageID>urn:uuid:5f27fe84-7193-1eb4-868c-1b267866a0ez</wsa:MessageID>
<wsa:RelatesTo>urn:uuid:1e5fa6d1-eee5-1f72-a620-8c600c75d93s</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-c669d2bf-22a6-4e7f-b570-4b8bdc88361f">
<wsu:Created>2023-06-14T23:11:57Z</wsu:Created>
<wsu:Expires>2023-06-14T23:16:57Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</env:Header>
<soap:Body>
<RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
<OverallStatus>OK</OverallStatus>
<RequestID>f276354e-0116-4208-5da1-44207ef4231a</RequestID>
<Results xsi:type="DataExtensionField">
<PartnerKey xsi:nil="true"/>
<ObjectID>[make_note_of_the_object_ID_here]</ObjectID>
<Name>[data_extension_field_name]</Name>
</Results>
</RetrieveResponseMsg>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment