<?xml version="1.0" encoding="utf-8"?>
<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:994e213d-1125-450d-b187-32e3870147d1</wsa:MessageID>
        <wsa:RelatesTo>urn:uuid:f1fc86ef-c0c8-4c17-a901-a15fc2631f76</wsa:RelatesTo>
        <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
        <wsse:Security>
            <wsu:Timestamp wsu:Id="Timestamp-88cf0bce-bf0f-4d5f-90a6-2897708181b5">
                <wsu:Created>2022-04-26T20:49:03Z</wsu:Created>
                <wsu:Expires>2022-04-26T20:54:03Z</wsu:Expires>
            </wsu:Timestamp>
        </wsse:Security>
    </soap:Header>
    <soap:Body>
        <UpdateResponse xmlns="http://exacttarget.com/wsdl/partnerAPI">
            <Results>
                <StatusCode>OK</StatusCode>
                <StatusMessage>Data Extension updated.</StatusMessage>
                <OrdinalID>0</OrdinalID>
                <Object xsi:type="DataExtension">
                    <PartnerKey xsi:nil="true" />
                    <ObjectID>30400c03-0ec4-ec11-b83c-48df37d1de8b</ObjectID>
                    <CustomerKey>testExisting_dataExtension</CustomerKey>
                    <Name>testExisting_dataExtension</Name>
                    <Description>Container for my test emails</Description>
                    <IsSendable>false</IsSendable>
                    <IsTestable>false</IsTestable>
                    <DataRetentionPeriodLength>6</DataRetentionPeriodLength>
                    <DataRetentionPeriodUnitOfMeasure>5</DataRetentionPeriodUnitOfMeasure>
                    <RowBasedRetention>false</RowBasedRetention>
                    <ResetRetentionPeriodOnImport>false</ResetRetentionPeriodOnImport>
                    <DeleteAtEndOfRetentionPeriod>true</DeleteAtEndOfRetentionPeriod>
                    <RetainUntil>5/9/2024 12:00:00 AM</RetainUntil>
                    <Fields>
                        <Field>
                            <PartnerKey xsi:nil="true" />
                            <ObjectID xsi:nil="true" />
                            <Name>testField</Name>
                            <DefaultValue />
                            <MaxLength>254</MaxLength>
                            <IsRequired>true</IsRequired>
                            <IsPrimaryKey>false</IsPrimaryKey>
                            <FieldType>Text</FieldType>
                        </Field>
                    </Fields>
                    <CategoryID>2</CategoryID>
                </Object>
            </Results>
            <RequestID>dbfedcb6-a809-4101-b314-a7b920c9fb1e</RequestID>
            <OverallStatus>OK</OverallStatus>
        </UpdateResponse>
    </soap:Body>
</soap:Envelope>
