Entity Posting API - Customer Account Promotion Movement Type Add/Update

If the CustomerAccountPromotionMovementTypeID does not exist, a new Customer Account Promotion Movement Type record will be created. If it does, it will be updated.

Triggered Updates:

Standard ShowTimeAnalytics Message Parameters:

Fields for Customer Account Promotion Movement Type Entity:

PLEASE NOTE: All field and attribute names are case sensitive

Message Structure - XML:

POST https://{{CIRCUIT_URL}}/data/pos/

POST - XML

<?xml version="1.0" encoding="UTF-8"?>
<ShowTimeAnalytics dataSupplierId="XXX" messageSequence="XXX">
    <CallbackUrl>https://XXX</CallbackUrl>
    <CustomerAccountPromotionMovementTypes>
        <CustomerAccountPromotionMovementType id="XXX">
            <Name>XXX</Name>
        </CustomerAccountPromotionMovementType>
    </CustomerAccountPromotionMovementTypes>
</ShowTimeAnalytics>