v1

latestOpenAPI 3.0.22026-07-26191278525.6 KB
Profile

Upsert Application Stage

Create or advance application stage for a given profile and position

post/api/v2/core/profiles/{profileId}/application/stages

Path parameters

profileIdstring required

Profile ID of profile whose application has to be created or stage advanced

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Request body

isRejectboolean nullable

Is application rejected?

newStagestring nullable required

new stage for the application

actionUserEmailstring nullable

Email of the user taking this action

scheduledRejectionTimeinteger nullable

Unix epoch timestamp in seconds (UTC) for a scheduled rejection. Must be at least 15 minutes in the future.

prevSubStagestring nullable

Previous sub stage for the application

reasonstring nullable required

reasons for new stage

newSubStagestring nullable

New sub stage for the application

prevStagestring nullable

Previous stage for the application

positionIdstring nullable required

Position Id of the corresponding position

commentstring nullable

Comments for an application stage

applicationIdstring nullable

Application id of the application

Response

OK

messagestring nullable