Skip to main content

Sample messages

Timecard Export

<?xml version="1.0"?>
<TimeCard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ns.hr-xml.org/2007-04-15">
<Id idOwner="Customer">
<IdValue>0000027269-2023-04-17</IdValue>
</Id>
<ReportedResource>
<Person>
<Id>
<IdValue>0000027269</IdValue>
</Id>
<PersonName>
<FormattedName>John Doe</FormattedName>
<GivenName>John</GivenName>
<FamilyName>Doe</FamilyName>
</PersonName>
</Person>
</ReportedResource>
<ReportedTime>
<PeriodStartDate>2023-04-22</PeriodStartDate>
<PeriodEndDate>2023-04-29</PeriodEndDate>
<TimeInterval type="Regular" billable="true" actionCode="Add">
<Id idOwner="Customer">
<IdValue>0000027269-2023-04-171</IdValue>
</Id>
<StartDateTime>2023-04-22T00:00:00</StartDateTime>
<EndDateTime>2023-04-22T23:59:00</EndDateTime>
<Duration>8.00</Duration>
</TimeInterval>
<TimeInterval type="Regular" billable="true" actionCode="Add">
<Id idOwner="Customer">
<IdValue>0000027269-2023-04-172</IdValue>
</Id>
<StartDateTime>2023-04-23T00:00:00</StartDateTime>
<EndDateTime>2023-04-23T23:59:00</EndDateTime>
<Duration>8.00</Duration>
</TimeInterval>
</ReportedTime>
<AdditionalData>
<StaffingAdditionalData>
<ReferenceInformation>
<StaffingCustomerId idOwner="StaffingCustomer">
<IdValue>Demo</IdValue>
</StaffingCustomerId>
</ReferenceInformation>
</StaffingAdditionalData>
</AdditionalData>
</TimeCard>