ODBC guide

Create an invoice


Creates a new invoice record in the Invoices table. This example demonstrates how to use the INSERT INTO statement to specify the customer and amount remaining for the new invoice.

INSERT INTO Invoices([Customer],[AmountRemaining])
VALUES ('cus_LqWX1s0E32JJeZL', 12345)