/position_result
PATCH
/position_result
position_result
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/position_result?id&created_at&updated_at&deleted_at&merchant_id&profile_id&profile_interview_id&position_id&status¤t_position_result_step_id&decision_status&start_source&emoji' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "string",
"deleted_at": "string",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"profile_interview_id": "04cb6736-dab4-4ced-b6d8-80e893af0da4",
"position_id": "a92aa83d-7963-4315-8d81-5d1c5b730d9d",
"status": "draft",
"current_position_result_step_id": "7b322f9f-512f-4cab-a33d-743216ae3df7",
"decision_status": "candidate_action",
"start_source": "string",
"emoji": "string"
}'
Response Response Example
{}
Request
Query Params
id
stringÂ
optional
created_at
stringÂ
optional
updated_at
stringÂ
optional
deleted_at
stringÂ
optional
merchant_id
stringÂ
optional
profile_id
stringÂ
optional
profile_interview_id
stringÂ
optional
position_id
stringÂ
optional
status
stringÂ
optional
current_position_result_step_id
stringÂ
optional
decision_status
stringÂ
optional
start_source
stringÂ
optional
emoji
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=none
Apikey
stringÂ
optional
Example:
{{Apikey}}
Body Params application/json