POST v1/webhook/Cancelar

Request Information

URI Parameters

None.

Body Parameters

EventoDTO
NameDescriptionTypeAdditional information
id

string

None.

resource

string

None.

type

string

None.

name

string

None.

source

string

None.

payload

Payload

None.

email_notification

boolean

None.

uri

string

None.

created_at

date

None.

updated_at

date

None.

key

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "resource": "sample string 2",
  "type": "sample string 3",
  "name": "sample string 4",
  "source": "sample string 5",
  "payload": {
    "object": null
  },
  "email_notification": true,
  "uri": "sample string 7",
  "created_at": "2024-11-25T22:45:37.9422282-03:00",
  "updated_at": "2024-11-25T22:45:37.9422282-03:00",
  "key": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.