I need to use the "attach file to" option to associate documents from one candidate to another.
In Bullhorn I would go to the Files tab, select the document, click "Selected", then "Attach File to", enter the person I wish to attach it to and click "Save"
I have seen documentation/questions about uploading documents from the API, but is there a way to do use this feature through the API?
achment=0]selected.PNG[/attachment]
Attach File to : 02543054
Moderators: StaffingSupport, s.emmons, BullhornSupport
-
- User
- Posts: 3
- Joined: Mon Apr 24, 2017 4:24 pm
Attach File to : 02543054
- Attachments
-
- selected.PNG (7.19 KiB) Viewed 5996 times
Re: Attach File to : 02543054
Greetings Boothisman,
There is no specific "attach file to" option in the APIs. You would want to pull the file id, and then use a Put to attach the file onto the new record.
If any other forum members have a better method, I encourage them to post here.
There is no specific "attach file to" option in the APIs. You would want to pull the file id, and then use a Put to attach the file onto the new record.
If any other forum members have a better method, I encourage them to post here.
Patrick Mularski
Senior Enterprise Support Analyst
B U L L H O R N
Staffing and Recruiting Software, On Target, On Demand
Bullhorn Support Contact Numbers
US: 617-478-9126
UK: 44 800 032 2848
Australia: 61 28 073 5089
International: 617-478-9131
Senior Enterprise Support Analyst
B U L L H O R N
Staffing and Recruiting Software, On Target, On Demand
Bullhorn Support Contact Numbers
US: 617-478-9126
UK: 44 800 032 2848
Australia: 61 28 073 5089
International: 617-478-9131
-
- User
- Posts: 3
- Joined: Mon Apr 24, 2017 4:24 pm
Re: Attach File to : 02543054
What you have described is what I am trying to do. I am able to get the ids of the docs, but I am unsure of what the URL should be for the PUT to attach the file to the new record. Any assistance would be appreciated.