Skip to content

Commit

Permalink
publish: Merge pull request #196 from bullhorn/prerelease-2024.08
Browse files Browse the repository at this point in the history
generated from commit 6fe7b33
  • Loading branch information
bullhorn-buildbot committed Aug 16, 2024
1 parent 3dbe924 commit 0fd2694
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 12 deletions.
4 changes: 4 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 id="rest-api-change-log">REST API Change Log</h1>

<p>This is where you can find a list of changes to the Bullhorn REST API. This change log was initiated with the 2024.5 release. Prior changes are not listed by release.</p>

<h2 id="august-2024-release-2024-8">August 2024 Release (2024.8)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields</a> |</p>

<h2 id="july-2024-release-2024-7">July 2024 Release (2024.7)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#joborder">JobOrder isWorkFromHome field</a> |</p>
Expand Down
73 changes: 61 additions & 12 deletions entityref.html
Original file line number Diff line number Diff line change
Expand Up @@ -23265,12 +23265,26 @@ <h1 id="timesheetentry">TimesheetEntry</h1>
<td>X</td>
</tr>
<tr class="even">
<td>approvedBy</td>
<td>String (255)</td>
<td>Name of the user who approved the TimesheetEntry.</td>
<td></td>
<td>X</td>
</tr>
<tr class="odd">
<td>billEvalDate</td>
<td>Date</td>
<td>Date when &ldquo;billed&rdquo; field is evaluated.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<td>billRate</td>
<td>BigDecimal</td>
<td>Custom bill rate of the TimesheetEntry.</td>
<td></td>
<td>X</td>
</tr>
<tr class="odd">
<td>comment</td>
<td>String (2000)</td>
Expand All @@ -23287,56 +23301,84 @@ <h1 id="timesheetentry">TimesheetEntry</h1>
<td></td>
</tr>
<tr class="odd">
<td>customerRequiredFields</td>
<td>To-many association</td>
<td>TimesheetEntryCustomerRequiredFields associated with the TimesheetEntry.</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>dateAdded</td>
<td>Timestamp</td>
<td></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>dateLastModified</td>
<td>Timestamp</td>
<td></td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>earnCode</td>
<td>To-one association</td>
<td>EarnCode default fields:
<li>id</li><li>code</li><li>externalID</li><li>title<br>Refer to the EarnCode entity for more details.</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>endedAt</td>
<td>Timestamp</td>
<td>OffsetDateTime</td>
<td>Record of when the TimesheetEntry ends.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>externalID</td>
<td>String (100)</td>
<td>User facing unique identifier.</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>externalTimestamp</td>
<td>Long</td>
<td></td>
<td></td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>lastModifiedAtUtc</td>
<td>Timestamp</td>
<td>Record of when Timesheet was most recently modified.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>modifyingUser</td>
<td>To-one association</td>
<td>CorporateUser default fields:
<li>id</li><li>firstName</li><li>lastName</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>payEvalDate</td>
<td>Date</td>
<td>Date when &ldquo;paid&rdquo; field is evaluated.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>payRate</td>
<td>BigDecimal</td>
<td>Custom pay rate of the TimesheetEntry.</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>quantity</td>
<td>BigDecimal</td>
Expand All @@ -23346,7 +23388,7 @@ <h1 id="timesheetentry">TimesheetEntry</h1>
</tr>
<tr class="odd">
<td>startedAt</td>
<td>Timestamp</td>
<td>OffsetDateTime</td>
<td>Record of when TimesheetEntry started.</td>
<td>X</td>
<td>X</td>
Expand Down Expand Up @@ -23383,36 +23425,43 @@ <h1 id="timesheetentry">TimesheetEntry</h1>
<td>X</td>
</tr>
<tr class="even">
<td>timesheetEntryApprovalStatusLogEntry</td>
<td>To-one association</td>
<td>TimesheetEntryApprovalStatusLogEntry associated with the TimesheetEntry.</td>
<td>X</td>
<td></td>
</tr>
<tr class="odd">
<td>timesheetEntryApprovalStatusLookup</td>
<td>To-one association</td>
<td>TimesheetEntryApprovalStatusLookup options:
<li>Draft</li><li>Submitted</li><li>Approved</li><li>Completed</li><li>Rejected</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>timesheetVersion</td>
<td>Integer</td>
<td>Integer of which version of timesheet this entry is associated with.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>timestamp</td>
<td>Byte[]</td>
<td>Record stored in byte format.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>unitOfMeasure</td>
<td>To-one association</td>
<td>UnitOfMeasure fields:
<li>id</li><li>label</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>voidingTimesheetEntry</td>
<td>To-one association</td>
<td>TimesheetEntry fields:
Expand Down
4 changes: 4 additions & 0 deletions includes/changelog/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<p>This is where you can find a list of changes to the Bullhorn REST API. This change log was initiated with the 2024.5 release. Prior changes are not listed by release.</p>

<h2 id="august-2024-release-2024-8">August 2024 Release (2024.8)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields</a> |</p>

<h2 id="july-2024-release-2024-7">July 2024 Release (2024.7)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#joborder">JobOrder isWorkFromHome field</a> |</p>
Expand Down

0 comments on commit 0fd2694

Please sign in to comment.