Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.example.com/turnos-excecoes/status \ --header 'Content-Type: application/json' \ --data ' { "status": "APROVADO", "exceptions": [ { "exceptionShiftId": "123-456abc", "createShift": true, "shiftName": "Turno para viagem da firma" } ] } '
{ "status": true, "mensagem": "OK" }
Dados de excessões e status
Status da exceção de turno
APROVADO
PENDENTE
CANCELADO
REJEITADO
Lista de exceções para mudar status
Show child attributes
Status das exceções alterados com sucesso
Status da operação
true
Mensagem de retorno
"OK"