MENU
    Sample Payload 2
    • 1 Minute to read
    • Dark
    • PDF

    Sample Payload 2

    • Dark
    • PDF

    Article summary

    The sample payload syntax below provides an example to clear data for month 1, 2, and 3 (Periods 1, 2, and 3) for the Sales and Marketing departments.

    <?xml version="1.0" encoding="UTF-8"?>
    <clear-data-payload>
    <model-name>My external model</model-name>
    <filters>
    <filter>
    <field>Department</field>
    <field-value>Sales</field-value>
    <field-value>Marketing</field-value>
    </filter>
    <filter>
    <field>Period</field>
    <field-value>Period1</field-value>
    <field-value>Period2</field-value>
    <field-value>Period3</field-value>
    </filter>
    </filters>
    <notify-on-failure>
    <email>john.doe@mycompany.com</email>
    </notify-on-failure>
    </clear-data-payload>
    Shell

    Was this article helpful?