Deleted Invoice
When the anchor deletes an invoice on the platform, an event is triggered indicating which invoice was deleted.
Below is an example of the Payload:
EventType: PayableDeletedEvent
Path: /payables
{
"sponsorId":8548754,
"sponsorName":"SACADO S.A.",
"sponsorGovernmentId":"35184743000143",
"paymentDate":1601434800000,
"paymentValue":199.89,
"supplierGovernmentId":"96612349000153",
"uuid":"Zh4K2TQ3km",
"externalId":"a49We8Ukrr",
"invoiceDate":1601434800000,
"invoiceKey":"KEY",
"invoiceNumber":"mRH7VCMhtM",
"installment":1,
"totalInstallment":1,
"supplierName":"SUPPLIER S.A",
"eventType":"PayableDeletedEvent",
"_links":{
"sponsor":{
"href":"https://zuul.monkey.exchange/v2/sponsors/8548754",
"type":"GET"
}
}
}
Updated 7 months ago