Create Or Update A Recruitment Pipeline Template.
PATCH
/pipeline/template
RECRUITEMENT PIPELINE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/pipeline/template' \
--header 'Content-Type: application/json' \
--data-raw '{
"oid": "string",
"name": "string",
"pipeline": [
{
"name": "Phone Screening",
"type": "phone",
"order": 0,
"id": "phone",
"fixed": true
},
{
"name": "Online Assessment",
"type": "assessment",
"order": 1,
"id": "assessment",
"fixed": true
},
{
"name": "HR Interview",
"type": "interview",
"order": 2,
"id": "interview",
"fixed": true
}
]
}'
Response Response Example
200 - Example 1
null
Request
Query Params
rcptid
Rcptid
Any of
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41