Skip to content

AsyncCallbackInvocationRequest

Asynchronous call create or update invocation with a one-week callback task and bearer-capability callback URL.

Properties

Property Type Required Description
data LoggingPayload Yes
config PluginConfig No
asyncTaskId string · uuid Yes App Connect task UUID for callback-enabled asynchronous call processing.
callbackUrl string · uri Yes App Connect completion URL. The embedded task UUID is a secret bearer capability that expires after one week.
hashedExtensionId string or null No Deployment-scoped pseudonymous extension identifier supplied for call correlation when available. It can be null and is not an authentication credential.

Example

{
  "data": {},
  "config": {},
  "asyncTaskId": "00000000-0000-4000-8000-000000000000",
  "callbackUrl": "https://example.com",
  "hashedExtensionId": "string"
}