baul.creditnote.issued
Baúl credit note stamped — Constanza posts contra-revenue/contra-COGS pólizas (S458)
Senders
baul
Receivers
constanza
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"tenantId": "string",
"creditNoteId": "string",
"creditNoteUuid": "string | null",
"creditNoteSerie": "string | null",
"creditNoteFolio": "string | number | null",
"relatedInvoiceId": "string",
"relatedInvoiceUUID": "string | null",
"subtotal": "number",
"iva": "number",
"total": "number",
"items": "CreditNoteIssuedItem[] — { productId, productName, quantity, unitCost, totalCost, returnsTo: 'inventory'|'merma' }",
"reason": "string",
"issuedAt": "string (ISO datetime)"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"tenantId": "example-tenantId",
"creditNoteId": "example-creditNoteId",
"creditNoteUuid": "example-creditNoteUuid",
"creditNoteSerie": "example-creditNoteSerie",
"creditNoteFolio": "example-creditNoteFolio",
"relatedInvoiceId": "example-relatedInvoiceId",
"relatedInvoiceUUID": "example-relatedInvoiceUUID",
"subtotal": 0,
"iva": 0,
"total": 0,
"items": [],
"reason": "example-reason",
"issuedAt": "2026-04-17T12:00:00.000Z"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.