/position_def_step
PATCH
/position_def_step
position_def_step
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/position_def_step?id&created_at&updated_at&deleted_at&sequence_no&position_id&merchant_id&type&interview_pre_screening_id&interview_set_id&next_position_def_step_id&status' \
--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",
"sequence_no": 0,
"position_id": "a92aa83d-7963-4315-8d81-5d1c5b730d9d",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"type": "interview",
"interview_pre_screening_id": "fc69b41a-0a89-4d75-a3a4-47363d5fa6c4",
"interview_set_id": "336655d0-1b4c-4efe-842e-8d54dde7014c",
"next_position_def_step_id": "384558a2-6bae-4c2f-bc68-0c265517bcb7",
"status": "draft"
}'
Response Response Example
{}
Request
Query Params
id
stringÂ
optional
created_at
stringÂ
optional
updated_at
stringÂ
optional
deleted_at
stringÂ
optional
sequence_no
stringÂ
optional
position_id
stringÂ
optional
merchant_id
stringÂ
optional
type
stringÂ
optional
interview_pre_screening_id
stringÂ
optional
interview_set_id
stringÂ
optional
next_position_def_step_id
stringÂ
optional
status
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=none
Apikey
stringÂ
optional
Example:
{{Apikey}}
Body Params application/json