POST v1/System/AppModule/{appModuleId}/{consumerLevel}/{consumerId}/Webhook/{webhookKey}

Queue a post of a webhook action for handling by the appropriate AppModule. The HTTP header of the request will be stored in the SyncRequest as RequestParameters.

Request Information

Requires Authorization!

URI Parameters

NameDescriptionTypeAdditional information
appModuleId

The AppModule ID

integer

Required.

consumerLevel

The ConsumerLevel

ConsumerLevelEnum

Required.

consumerId

The ID of the consumer level

integer

Required.

webhookKey

A unique key for the webhook. The value will be stored in the SyncRequest.Command property.

string

Required.

Body Parameters

None.

Response Information

Response Codes

  • OK (200)

Resource Description

The HttpResponseMessage object.


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.