Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST entity/JobOrder not working #153

Open
CBRecruitment opened this issue Mar 1, 2023 · 3 comments
Open

POST entity/JobOrder not working #153

CBRecruitment opened this issue Mar 1, 2023 · 3 comments

Comments

@CBRecruitment
Copy link

I am trying to create a job order through the API but can't get the api call to work.

Here is the call I'm trying to make. It says 'invalid entity used', does this mean that I can't create a job through the api?

The calls work fine if I use entity/Candidate for example

image

@alexvdvalk
Copy link

alexvdvalk commented Mar 1, 2023

Use the PUT method to create records.
POST is used for updating records.

@CBRecruitment
Copy link
Author

Use the PUT method to create records. POST is used for updating records.

I have just tried doing PUT but I can't find any documentation on how to structure the body of the call, so it's telling that its not structured properly. Do you have any examples?

@CBRecruitment
Copy link
Author

Here is what I'm trying to do

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants