TEN99_NEC_DELETED

Receive a notification when a Form 1099-NEC is deleted

Headers

Abound-SignaturestringRequired

An HMAC signature of the payload

Payload

The payload of this webhook request is an object.
event"TEN99_NEC_DELETED"Required
idstringRequired

The id of the webhook attempt

resourceIdstringRequired

The id of the resource that triggered the webhook

resourceUrlstringRequired

The URL of the resource that triggered the webhook

timestampdatetimeRequired

The date and time in ISO 8601 format when the webhook attempt was triggered

webhookIdstringRequired

The id of the webhook event

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "event": "TEN99_NEC_DELETED",
3 "id": "string",
4 "resourceId": "string",
5 "resourceUrl": "string",
6 "timestamp": "2023-01-01T00:00:00Z",
7 "webhookId": "string"
8}