POST api/Empresa/DisconnectHook

Request Information

URI Parameters

None.

Body Parameters

ZaapDisconnectHookDto
NameDescriptionTypeAdditional information
tenantId

integer

None.

error

string

None.

momment

integer

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tenantId": 1,
  "error": "sample string 2",
  "momment": 3,
  "type": "sample string 4"
}

application/xml, text/xml

Sample:
<ZaapDisconnectHookDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Linkcards.Webapi.Models.Instance">
  <error>sample string 2</error>
  <momment>3</momment>
  <tenantId>1</tenantId>
  <type>sample string 4</type>
</ZaapDisconnectHookDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ZaapDisconnectHookDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.