POST api/scheduledconnections/webhook

Endpoint triggered by AWS Lambda.

Request Information

URI Parameters

None.

Body Parameters

AwsWebhookPayload
NameDescriptionTypeAdditional information
scheduleId

string

None.

customerId

string

None.

target

AwsWebhookTarget

None.

Request Formats

application/json, text/json, application/scim+json

Sample:
{
  "scheduleId": "sample string 1",
  "customerId": "sample string 2",
  "target": {
    "type": "sample string 1",
    "url": "sample string 2"
  }
}

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 'AwsWebhookPayload'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.