POST api/IntimacaoEletronicaRecuperi/RegistrarConfirmacao

Request Information

URI Parameters

None.

Body Parameters

WebhookConfirmacaoIntimaDigitalRequest
NameDescriptionTypeAdditional information
type

string

None.

timestamp

date

None.

data

WebhookDataIntimaDigital

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "timestamp": "2026-07-24T17:37:18.148733-03:00",
  "data": {
    "log_data": {
      "id": "b898cfbf-231b-4fb5-8ec3-1914c5d37008",
      "type": "sample string 2",
      "destination": "sample string 3",
      "notified_document_number": "sample string 4",
      "created_at": "2026-07-24T17:37:18.148733-03:00",
      "notification": "602f91d8-238c-4e56-85d1-d99966511f8e",
      "dt_queued": "2026-07-24T17:37:18.148733-03:00",
      "dt_sent": "2026-07-24T17:37:18.148733-03:00",
      "dt_delivered": "2026-07-24T17:37:18.148733-03:00",
      "dt_read": "2026-07-24T17:37:18.148733-03:00",
      "dt_click": "2026-07-24T17:37:18.148733-03:00",
      "dt_failed": "2026-07-24T17:37:18.148733-03:00",
      "status": "sample string 6",
      "dt_download": "2026-07-24T17:37:18.148733-03:00"
    },
    "notification_data": {
      "id": "8937c5b5-a331-4a51-90bf-4d9f7c13db82",
      "notification_type": "sample string 2",
      "notification_purpose": "sample string 3",
      "created_at": "2026-07-24T17:37:18.148733-03:00",
      "updated_at": "2026-07-24T17:37:18.148733-03:00",
      "protocol": "sample string 4",
      "dt_protocol": "2026-07-24T17:37:18.148733-03:00",
      "notified_name": "sample string 5",
      "notified_document_number": "sample string 6",
      "send_email": true,
      "send_sms": true,
      "send_whatsapp": true,
      "dt_limit": "2026-07-24T17:37:18.148733-03:00",
      "title_number": "sample string 10",
      "vl_fee": 1.0,
      "vl_protest": 1.0,
      "partner_field": "sample string 11",
      "company_document_number": "sample string 12",
      "company": "ffb5dcda-174f-4b27-93a4-55c2b5b807a2"
    }
  }
}

application/xml, text/xml

Sample:
<WebhookConfirmacaoIntimaDigitalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/rift.charta.model.IntimacaoEletronica.Recuperi">
  <data>
    <log_data>
      <created_at>2026-07-24T17:37:18.148733-03:00</created_at>
      <destination>sample string 3</destination>
      <dt_click>2026-07-24T17:37:18.148733-03:00</dt_click>
      <dt_delivered>2026-07-24T17:37:18.148733-03:00</dt_delivered>
      <dt_download>2026-07-24T17:37:18.148733-03:00</dt_download>
      <dt_failed>2026-07-24T17:37:18.148733-03:00</dt_failed>
      <dt_queued>2026-07-24T17:37:18.148733-03:00</dt_queued>
      <dt_read>2026-07-24T17:37:18.148733-03:00</dt_read>
      <dt_sent>2026-07-24T17:37:18.148733-03:00</dt_sent>
      <id>b898cfbf-231b-4fb5-8ec3-1914c5d37008</id>
      <notification>602f91d8-238c-4e56-85d1-d99966511f8e</notification>
      <notified_document_number>sample string 4</notified_document_number>
      <status>sample string 6</status>
      <type>sample string 2</type>
    </log_data>
    <notification_data>
      <company>ffb5dcda-174f-4b27-93a4-55c2b5b807a2</company>
      <company_document_number>sample string 12</company_document_number>
      <created_at>2026-07-24T17:37:18.148733-03:00</created_at>
      <dt_limit>2026-07-24T17:37:18.148733-03:00</dt_limit>
      <dt_protocol>2026-07-24T17:37:18.148733-03:00</dt_protocol>
      <id>8937c5b5-a331-4a51-90bf-4d9f7c13db82</id>
      <notification_purpose>sample string 3</notification_purpose>
      <notification_type>sample string 2</notification_type>
      <notified_document_number>sample string 6</notified_document_number>
      <notified_name>sample string 5</notified_name>
      <partner_field>sample string 11</partner_field>
      <protocol>sample string 4</protocol>
      <send_email>true</send_email>
      <send_sms>true</send_sms>
      <send_whatsapp>true</send_whatsapp>
      <title_number>sample string 10</title_number>
      <updated_at>2026-07-24T17:37:18.148733-03:00</updated_at>
      <vl_fee>1</vl_fee>
      <vl_protest>1</vl_protest>
    </notification_data>
  </data>
  <timestamp>2026-07-24T17:37:18.148733-03:00</timestamp>
  <type>sample string 1</type>
</WebhookConfirmacaoIntimaDigitalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.