Credit memo voidedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Credit memo webhook request body resource.

creditMemoId
string <= 50 characters

ID of the credit memo.

eventType
string

Rebilly webhooks event type.

Enum: "credit-memo-applied" "credit-memo-created" "credit-memo-modified" "credit-memo-partially-applied" "credit-memo-voided"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "creditMemoId": "crmm_0YVCNN22TWC3G8H82QNPNVZCHG", "eventType": "credit-memo-applied", "_embedded": { }, "_links": [ ] }
Responses

2xx

Returns any 2xx status to indicate that data is received.