https://rest.bullhornstaffing.com/rest- ... Token=XXXX
However, we get the following response:
Code: Select all
{ “errorMessage" : “Feature 'commercialEnabled' not enabled.", "errorMessageKey" : "errors.featureDisabled", "errorCode” : 403}"
Code: Select all
{{corpToken}/userHeadshotFile/entityId}}
https://rest.bullhornstaffing.com/rest- ... idate/3835
Which seems to suggest that you need to put in the entity type before the ID. I tried putting in the entity type (CorporateUser), but that gives:
Code: Select all
{ "errorMessage" : "Unknown or badly structured command: /userHeadshotFile/CorporateUser/1.", "errorMessageKey" : "errors.badCommand"}"