Entity Posting API - Customer Type Add/Update

If the CustomerTypeID does not exist, a new Customer Type record will be created. If it does, it will be updated.

Triggered Updates:

Standard ShowTimeAnalytics Message Parameters:

Fields for Customer 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>
    <CustomerTypes>
        <CustomerType id="XXX">
            <Name>XXX</Name>
        </CustomerType>
    </CustomerTypes>
</ShowTimeAnalytics>