Sign in

Convert resume via JSON to text/HTML

documented

Convert JSON-encoded resume to text/HTML.

POST /rest-services/{corpToken}/resume/convertToText|HtmlViaJsonResumeno 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{swimlane#}.bullhornstaffing.com/rest-services/{{$corpToken}}/resume/convertToTextViaJson?format={{$format}}' \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "BhRestToken: {{BH_REST_TOKEN}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"resume": "{{$resume}}"}'