@@ -297,36 +297,36 @@ When working with sales invoices, you'll have access to the following properties
297297| discount | string | Discount percentage |
298298| original_sales_invoice_id | string | ID of the original sales invoice if this is a duplicate |
299299| paused | boolean | Whether the invoice is paused |
300- | paid_at | string | Date when the invoice was paid |
301- | sent_at | string | Date when the invoice was sent |
302- | created_at | string | ISO 8601 timestamp of when the sales invoice was created |
303- | updated_at | string | ISO 8601 timestamp of when the sales invoice was last updated |
304- | public_view_code | string | Code for public view access |
305- | public_view_code_expires_at | string | Expiration date for public view code |
306- | version | int | Version number |
307- | details | array | Line items on the sales invoice |
308- | payments | array | Payment information |
309- | total_paid | string | Total amount paid |
310- | total_unpaid | string | Total amount unpaid |
311- | total_unpaid_base | string | Total amount unpaid in base currency |
300+ | paid_at | string | Date when the invoice was paid |
301+ | sent_at | string | Date when the invoice was sent |
302+ | created_at | string | ISO 8601 timestamp of when the sales invoice was created |
303+ | updated_at | string | ISO 8601 timestamp of when the sales invoice was last updated |
304+ | public_view_code | string | Code for public view access |
305+ | public_view_code_expires_at | string | Expiration date for public view code |
306+ | version | int | Version number |
307+ | details | array | Line items on the sales invoice |
308+ | payments | array | Payment information |
309+ | total_paid | string | Total amount paid |
310+ | total_unpaid | string | Total amount unpaid |
311+ | total_unpaid_base | string | Total amount unpaid in base currency |
312312| prices_are_incl_tax | boolean | Whether prices include tax |
313- | total_price_excl_tax | string | Total price excluding tax |
314- | total_price_excl_tax_base | string | Total price excluding tax in base currency |
315- | total_price_incl_tax | string | Total price including tax |
316- | total_price_incl_tax_base | string | Total price including tax in base currency |
317- | total_discount | string | Total discount amount |
318- | marked_dubious_on | string | Date when marked as dubious |
319- | marked_uncollectible_on | string | Date when marked as uncollectible |
320- | reminder_count | int | Number of reminders sent |
321- | next_reminder | string | Date of the next reminder |
322- | original_estimate_id | string | ID of the original estimate if created from one |
323- | url | string | URL to view the invoice |
324- | payment_url | string | URL for payment |
325- | custom_fields | array | Custom fields for the sales invoice |
326- | notes | array | Notes associated with the sales invoice |
327- | attachments | array | Attachments associated with the sales invoice |
328- | events | array | Events related to the sales invoice |
329- | tax_totals | array | Tax totals information |
313+ | total_price_excl_tax | string | Total price excluding tax |
314+ | total_price_excl_tax_base | string | Total price excluding tax in base currency |
315+ | total_price_incl_tax | string | Total price including tax |
316+ | total_price_incl_tax_base | string | Total price including tax in base currency |
317+ | total_discount | string | Total discount amount |
318+ | marked_dubious_on | string | Date when marked as dubious |
319+ | marked_uncollectible_on | string | Date when marked as uncollectible |
320+ | reminder_count | int | Number of reminders sent |
321+ | next_reminder | string | Date of the next reminder |
322+ | original_estimate_id | string | ID of the original estimate if created from one |
323+ | url | string | URL to view the invoice |
324+ | payment_url | string | URL for payment |
325+ | custom_fields | array | Custom fields for the sales invoice |
326+ | notes | array | Notes associated with the sales invoice |
327+ | attachments | array | Attachments associated with the sales invoice |
328+ | events | array | Events related to the sales invoice |
329+ | tax_totals | array | Tax totals information |
330330
331331> ** Note:** See the [ official API reference] ( https://developer.moneybird.com/api/sales_invoices/ ) for the complete list of available properties.
332332
0 commit comments