Skip to content

Update a(n) Pipeline Step record​

PUT
/pipelinesteps/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"StepId": 0,
"TemplateId": 0,
"Offset": 0,
"InterviewType": "string",
"InterviewStatus": "string",
"Color": "string",
"Options": "string",
"DefaultEmailRecipients": "string",
"ActivityResult": "string",
"DefaultEmailFormId": 0,
"DefaultEmailFormName": "string",
"SendEmailDefault": true
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​