Sign in

Mass update entities

documented

Apply mass updates to a list of entity IDs for the given entity type.

POST /rest-services/{corpToken}/massUpdate/{entityType}Mass Updateno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rest.bullhornstaffing.com/rest-services/{{$corpToken}}/massUpdate/{{$entityType}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "BhRestToken: {{BULLHORN_SECRET}}" \
  -d '{"ids": [{{$id1}}, {{$id2}}], "status": "{{$status}}"}'