From 4d53f8f386d5b19c747761dea49e02bca0d28d2b Mon Sep 17 00:00:00 2001 From: Paul Stoute Date: Thu, 5 Jun 2025 11:39:49 -0700 Subject: [PATCH] removed extra column in table applycredit.md --- api-reference/applycredit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/applycredit.md b/api-reference/applycredit.md index 73d05b0..d4ac0e0 100644 --- a/api-reference/applycredit.md +++ b/api-reference/applycredit.md @@ -11,7 +11,7 @@ Applies the Client's Credit to an invoice | --------- | ---- | ----------- | -------- | | action | string | "ApplyCredit" | Required | | invoiceid | int | The ID of the invoice to apply credit | Required | -| amount | float|string | The amount of credit to apply to the invoice. | Optional | +| amount | float| The amount of credit to apply to the invoice. | Optional | | noemail | bool | Set to true to stop the invoice payment email being sent if the invoice becomes paid | Optional | ### Response Parameters