Skip to content

Releases: bullhorn/sdk-rest

Adding missing properties on Certification entity

13 Jul 13:59
37fcf0c
Compare
Choose a tag to compare
Merge pull request #298 from mkesmetzis/fixes/credentialing

update Certification entity

Adding logs for unit tests

15 Jun 16:31
fc7a26a
Compare
Choose a tag to compare

Made it so when running unit tests, if a field exists in meta but not on the SDK entity object, we log the missing field, but do not throw an Exception

Fixes on credentialing entities

09 Jun 16:48
9fe7bcd
Compare
Choose a tag to compare

Added credentialing edit history entities

Preventing fields=* calls

27 May 16:39
8b09d16
Compare
Choose a tag to compare

Adding in explicit code to prevent users from making calls and passing fields=* as the requested field set. This is still allowed for /meta calls (because the number of records returned is static), but for any calls pulling real data, passing fields=* into the SDK BullhornData object will result in a NoAllFieldsException being thrown.

You can always use a /meta API call to determine the full list of fields, and manually pass those into your BullhornData method call.

JobSubmission fixes

26 May 17:52
f652534
Compare
Choose a tag to compare

Added missing entities on JobSubmission

Updated CandidateCertification based on BH1 updates

07 May 12:06
8592970
Compare
Choose a tag to compare
Merge pull request #291 from mkesmetzis/fixes/credentialing

updated CandidateCertification based on BH1 updates

add Placement.billingProfile

05 May 15:53
e7b1e99
Compare
Choose a tag to compare
1.3.4

feat(Placement): Added billing profile field (#290)

added new BH1 Entities

27 Apr 18:33
4ed3970
Compare
Choose a tag to compare

Added new BH1 Pay & Bill and Credential entities

Fixes for Pay Bill Entities: Location, Billing Profile, InvoiceTerm

17 Apr 12:44
671721a
Compare
Choose a tag to compare
Merge pull request #286 from fayranne/fixesForNewPayBillEntities

Fixes for new pay bill entities

Location, Billing Profile, Invoice Term and associated BH one entities

13 Apr 19:26
325f3c8
Compare
Choose a tag to compare
Merge pull request #285 from fayranne/feature/bhOneEntities

Feature/bh one entities