# insertInJourney Incluir beneficiario jornada Endpoint: POST /s/v1/insere-jornada Version: 1.1 Security: bearerAuth ## Request fields (application/json): - `idBolsa` (integer) - `idProcesso` (integer) - `ano` (integer) - `semestre` (integer) - `novaDataFormatura` (object) Dados para atualização de previsão de formatura - `novaDataFormatura.month` (string) - `novaDataFormatura.year` (string) - `novaDataFormatura.brbId` (integer) - `novaDataFormatura.valores` (object) - `novaDataFormatura.valores.nomeEstudante` (string) - `novaDataFormatura.valores.qtdParcelasCobertura` (integer) - `novaDataFormatura.valores.qtdCreditos` (integer) - `novaDataFormatura.valores.valorContrato` (number) - `novaDataFormatura.valores.valorCtrPrestServico` (number) - `novaDataFormatura.valores.percentualConcedido` (number) - `novaDataFormatura.valores.parcMeses` (string) - `novaDataFormatura.valores.idCurso` (integer) - `novaDataFormatura.valores.regimeContrato` (string) - `novaDataFormatura.valores.contratoAnual` (string) - `novaDataFormatura.valores.motivoReenvio` (string) - `novaDataFormatura.valores.motivo` (string) - `novaDataFormatura.valores.serieSemestre` (string) ## Response 200 fields (*/*): - `brbId` (integer) - `incluidoJornada` (boolean) - `novaFormaturaEnviada` (boolean) ## Response 400 fields (*/*): - `message` (string) ## Response 500 fields (*/*): - `message` (string)