Job Seeker
Create Job Seeker
Creates a JobSeeker object with the given values.
POST
/
api
/
vms
/
v1
/
job-posting
curl --request POST \
--url https://api.bindbee.dev/api/vms/v1/job-posting \
--header 'Content-Type: application/json' \
--data '{
"additional_attributes": {
"contract_end_date": "2025-12-31T00:00:00",
"previous_employer": "TechCorp"
},
"custom_fields": {
"customTshirtSize": "XXL"
},
"model": {
"id": "018b18ef-c487-703c-afd9-0ca478ccd9d6",
"remote_id": "123321",
"modified_at": "2021-10-16T00:00:00Z",
"raw_data": {
"key_1": "Platform dependent data 1",
"key_2": "Platform dependent data 2"
},
"custom_fields": {
"category_group": "REG",
"disability_type": "ASBERG",
"hire_date": "1991-03-16T00:00:00",
"hire_source": "REFER",
"nationality": "USA",
"original_hire_date": "1991-03-16T00:00:00"
},
"external_job_seeker_id": "KTY1213456",
"job_posting_id": "KUNALJP1001",
"first_name": "Kunal",
"last_name": "Tyagi",
"date_available": "2023-11-10T00:00:00Z",
"supplier_code": "KTSC07",
"security_id": "KTY12084523",
"rates": [
{
"rate_category": "ST",
"rate_type": "br",
"rate_uom": "Hr",
"value": 21.02
}
],
"email": "kunal@bindbee.dev",
"site_code": "KTSC",
"location_code": "OMLC",
"worker_pay_type": "AGWTC",
"submitted_to_other_job_posting": false
}
}'
"<any>"
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.bindbee.dev/api/vms/v1/job-posting \
--header 'Content-Type: application/json' \
--data '{
"additional_attributes": {
"contract_end_date": "2025-12-31T00:00:00",
"previous_employer": "TechCorp"
},
"custom_fields": {
"customTshirtSize": "XXL"
},
"model": {
"id": "018b18ef-c487-703c-afd9-0ca478ccd9d6",
"remote_id": "123321",
"modified_at": "2021-10-16T00:00:00Z",
"raw_data": {
"key_1": "Platform dependent data 1",
"key_2": "Platform dependent data 2"
},
"custom_fields": {
"category_group": "REG",
"disability_type": "ASBERG",
"hire_date": "1991-03-16T00:00:00",
"hire_source": "REFER",
"nationality": "USA",
"original_hire_date": "1991-03-16T00:00:00"
},
"external_job_seeker_id": "KTY1213456",
"job_posting_id": "KUNALJP1001",
"first_name": "Kunal",
"last_name": "Tyagi",
"date_available": "2023-11-10T00:00:00Z",
"supplier_code": "KTSC07",
"security_id": "KTY12084523",
"rates": [
{
"rate_category": "ST",
"rate_type": "br",
"rate_uom": "Hr",
"value": 21.02
}
],
"email": "kunal@bindbee.dev",
"site_code": "KTSC",
"location_code": "OMLC",
"worker_pay_type": "AGWTC",
"submitted_to_other_job_posting": false
}
}'
"<any>"