Skip to main content

WebhookCallResponseDto

companyNamestringnullable
tenantIdstringrequired
correlationIdstring<uuid>required
webhookIdstring<uuid>required
webhookRequestIdstring<uuid>required
webhookUrlstringrequired
eventTypestringrequired
calledAtstring<date-time>required
attemptNumberinteger<int32>
responseTimeMillisecondsinteger<int32>
httpResponseStatusCodeinteger<int32>nullable
errorMessagestringnullable
isSuccessboolean
WebhookCallResponseDto
{
"companyName": "string",
"tenantId": "string",
"correlationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"webhookId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"webhookRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"webhookUrl": "string",
"eventType": "string",
"calledAt": "2024-07-29T15:51:28.071Z",
"attemptNumber": 0,
"responseTimeMilliseconds": 0,
"httpResponseStatusCode": 0,
"errorMessage": "string",
"isSuccess": true
}