POST api/Intimacao/BaixarIntimacaoComOcorrenciaDoCharta

Request Information

URI Parameters

None.

Body Parameters

BaixaDeIntimacaoParaEnvioAoRiftLog
NameDescriptionTypeAdditional information
AppID

globally unique identifier

None.

CodigoDeBarrasDaIntimacao

string

None.

DescricaoDaOcorrencia

string

None.

DataDaOcorrencia

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AppID": "8c70c125-51f6-40bc-a082-836fcf6b18f2",
  "CodigoDeBarrasDaIntimacao": "sample string 2",
  "DescricaoDaOcorrencia": "sample string 3",
  "DataDaOcorrencia": "2026-02-04T15:34:20.4590496-03:00"
}

application/xml, text/xml

Sample:
<BaixaDeIntimacaoParaEnvioAoRiftLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/rift.logistica.model">
  <AppID>8c70c125-51f6-40bc-a082-836fcf6b18f2</AppID>
  <CodigoDeBarrasDaIntimacao>sample string 2</CodigoDeBarrasDaIntimacao>
  <DataDaOcorrencia>2026-02-04T15:34:20.4590496-03:00</DataDaOcorrencia>
  <DescricaoDaOcorrencia>sample string 3</DescricaoDaOcorrencia>
</BaixaDeIntimacaoParaEnvioAoRiftLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>