POST api/JunoCriarWebhook

Request Information

URI Parameters

None.

Body Parameters

JunoWebhookModel
NameDescriptionTypeAdditional information
IDSede

integer

None.

IDMeioPagamento

integer

None.

Endereco

string

None.

TipoEvento

Collection of string

None.

CodigoWebHook

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDSede": 1,
  "IDMeioPagamento": 2,
  "Endereco": "sample string 3",
  "TipoEvento": [
    "sample string 1",
    "sample string 2"
  ],
  "CodigoWebHook": "sample string 4"
}

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.