Skip to content

Instantly share code, notes, and snippets.

@robwormald
Created January 21, 2014 06:03
Show Gist options
  • Save robwormald/8535086 to your computer and use it in GitHub Desktop.
Save robwormald/8535086 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<RestResponse xmlns="namespace"
xmlns:xdb="namespace"
xmlns:xsi="namespace"
xsi:schemaLocation ="xsd">
<TimeActivities>
<TimeActivity>
<Id idDomain="QB">1718</Id>
<SyncToken>1</SyncToken>
<MetaData>
<CreatedBy>app</CreatedBy>
<CreateTime>2005-09-26T22:23:32.0Z</CreateTime>
<LastModifiedBy>app</LastModifiedBy>
<LastUpdatedTime>2008-08-21T17:59:05.0Z</LastUpdatedTime>
</MetaData>
<ExternalKey idDomain="QB">1718</ExternalKey>
<Synchronized>true</Synchronized>
<TxnDate>2012-11-27</TxnDate>
<NameOf>Employee</NameOf>
<Employee>
<EmployeeId idDomain="QB">57</EmployeeId>
<EmployeeName>John Doe</EmployeeName>
</Employee>
<PayItemId idDomain="QB">6</PayItemId>
<PayItemName>Sick Hourly</PayItemName>
<BillableStatus>NotBillable</BillableStatus>
<Hours>8</Hours>
<Minutes>0</Minutes>
</TimeActivity>
</TimeActivities>
</RestResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment