KCXML Reference / Sample KCXML Document |
<EventRequest CompanyName=”Default”>
<EventRequest Id="12345" CompanyName=”Default”>
In theory one KCXML document can have multiple request entities. But Connect, we assume there is only one in each KCXML document.
Each <EventRequest> has zero to many <Customer> and zero to many <Event> entities. These entities hold event-related data for the <EventRequest>.
If an <EventRequest> contains only the <Customer> entity, the request loads/updates customer data into the database.