POST api/Intimacao/BaixarIntimacaoComOcorrenciaDoCharta
Request Information
URI Parameters
None.
Body Parameters
BaixaDeIntimacaoParaEnvioAoRiftLog| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | globally unique identifier |
None. |
|
| CodigoDeBarrasDaIntimacao | string |
None. |
|
| DescricaoDaOcorrencia | string |
None. |
|
| DataDaOcorrencia | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppID": "d595c250-36f9-45c2-9f71-1a185a44d84f",
"CodigoDeBarrasDaIntimacao": "sample string 2",
"DescricaoDaOcorrencia": "sample string 3",
"DataDaOcorrencia": "2026-05-29T23:59:14.8259665-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>d595c250-36f9-45c2-9f71-1a185a44d84f</AppID> <CodigoDeBarrasDaIntimacao>sample string 2</CodigoDeBarrasDaIntimacao> <DataDaOcorrencia>2026-05-29T23:59:14.8259665-03:00</DataDaOcorrencia> <DescricaoDaOcorrencia>sample string 3</DescricaoDaOcorrencia> </BaixaDeIntimacaoParaEnvioAoRiftLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>