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": "ee3a6f1b-ad44-4412-9b01-66d43f721637",
  "CodigoDeBarrasDaIntimacao": "sample string 2",
  "DescricaoDaOcorrencia": "sample string 3",
  "DataDaOcorrencia": "2025-12-06T00:45:12.9291018-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>ee3a6f1b-ad44-4412-9b01-66d43f721637</AppID>
  <CodigoDeBarrasDaIntimacao>sample string 2</CodigoDeBarrasDaIntimacao>
  <DataDaOcorrencia>2025-12-06T00:45:12.9291018-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>