feePayout in PlacementCommission is always 0

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
PrimaryCandidate
User
Posts: 2
Joined: Fri Nov 25, 2022 12:17 pm

feePayout in PlacementCommission is always 0

Post by PrimaryCandidate »

Hi Bullhorn Team !

I am trying to retrieve some data from the PlacementCommission table and I am using the following curl command:

Code: Select all

curl --location -g --request POST 'https://rest32.bullhornstaffing.com/rest-services/{corpToken}/query/PlacementCommission' \
--header 'BhRestToken: {Session Key}' \
--header 'Content-Type;' \
--data-raw '{
  "where": "id is not null",
  "fields": "id,dateAdded,role,status,commissionPercentage,hourlyPayout,flatPayout",
  "count": 500,
  "start": 0,
  "orderBy": "dateAdded"
}
but for every record the feePayout column seems to be 0.0 and I know for a fact, that is not the case with this entity (from the Web UI AT LEAST). I tried for the second 500 rows and the third 500 rows as well, same results. Is there something with Bullhorn's REST API? Am I doing something wrong here? Anything could help.

Thank you in advance !
DataGoblin
User
Posts: 3
Joined: Sat May 18, 2024 7:28 am

Re: feePayout in PlacementCommission is always 0

Post by DataGoblin »

Ran into this issue today. Seems like there was no progress on this bug for 2 years
Post Reply