Create a new invoice payment event. Used for disputing an invoice, writing off an invoice, undisputing, un-writting off and undoing a payment for an invoice made in error.
New invoice payment event
OK
Created
Bad Request
Unauthorized
Forbidden
{- "invoiceId": 0,
- "billRunType": "NORMAL",
- "paymentStatus": "NA",
- "notes": "string",
- "amountInMajorCurrency": 10.5
}
{- "id": 1,
- "invoiceId": 0,
- "customerId": 1,
- "billRunType": "NORMAL",
- "paymentStatus": "NA",
- "notes": "string",
- "amountInMajorCurrency": 10.5
}