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"
}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