POST api/Empresa/DisconnectHook
Request Information
URI Parameters
None.
Body Parameters
ZaapDisconnectHookDto| Name | Description | Type | Additional 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:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.