Skip to main content
PUT
/
v1
/
organization
/
{organizationId}
/
process
/
{numberProcess}
/
INACTIVE
cURL
curl --request PUT \
  --url https://search.tratum.com.br/v1/organization/{organizationId}/process/{numberProcess}/INACTIVE \
  --header 'Authorization: Bearer <token>'
{
  "sucess": true,
  "reason": null,
  "total": 1,
  "result": {},
  "process": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
integer<int64>
required

ID da organização

numberProcess
string
required

Numero do processo

Response

Operação realizada com sucesso

sucess
boolean
required

Indica se a operação foi bem-sucedida

Example:

true

reason
string

Razão de falha, se aplicável

Example:

null

total
integer

Total de registros processados

Example:

1

result
object

Resultado da operação

process
object

Informações do processo