Skip to main content
WEBHOOK
case-vouchers.create
{
  "event": "case-vouchers.create",
  "time": "2025-01-01T20:00:00.000Z",
  "data": {
    "text": null,
    "cardType": null,
    "paymentType": null,
    "paymentMethodId": null,
    "appendix": null,
    "createdAt": "2025-01-01T20:00:00.000Z",
    "transactionAccountId": null,
    "transactionImportId": null,
    "tags": [],
    "referenceId": "123",
    "importId": null,
    "referenceCaseVoucherId": null,
    "interest": null,
    "createdBy": null,
    "interestStartDate": null,
    "interestEndDate": null,
    "lineItems": null,
    "state": "PARTIAL_PAYMENT",
    "id": 118067630,
    "category": "",
    "label": "",
    "setting": null,
    "settingDetails": null,
    "expired": false,
    "expirationDate": null,
    "expirationManualSet": false,
    "expirationFromDate": null,
    "irrecoverableDate": null,
    "deletedAt": null,
    "deletedBy": null,
    "exported": false
  }
}

Body

application/json

Webhook payload

event
string

Event "case-vouchers.create"

Examples:

"case-vouchers.create"

time
string

Event dispatch time

Examples:

"2025-01-01T20:00:00.000Z"

data
object

Data of the event

Examples:
{
"text": null,
"cardType": null,
"paymentType": null,
"paymentMethodId": null,
"appendix": null,
"createdAt": "2025-01-01T20:00:00.000Z",
"transactionAccountId": null,
"transactionImportId": null,
"tags": [],
"referenceId": "123",
"importId": null,
"referenceCaseVoucherId": null,
"interest": null,
"createdBy": null,
"interestStartDate": null,
"interestEndDate": null,
"lineItems": null,
"state": "PARTIAL_PAYMENT",
"id": 118067630,
"category": "",
"label": "",
"setting": null,
"settingDetails": null,
"expired": false,
"expirationDate": null,
"expirationManualSet": false,
"expirationFromDate": null,
"irrecoverableDate": null,
"deletedAt": null,
"deletedBy": null,
"exported": false
}