INSERT INTO
Invoices (
Contact,
Dated_On,
Due_On,
Currency,
Exchange_Rate,
Payment_Terms_In_Days,
Net_Value,
Invoice_Items
)
VALUES
(
'https://api.freeagent.com/v2/contacts/18494140',
'2024-11-27',
'2024-11-27',
'USD',
'0.7263561',
'30',
'7649.88',
'[{"item_type":"Days","quantity":"5","price":"1249.99","description":"CON001 : Consultancy"},{"item_type":"Stock","quantity":"7","price":"199.99","description":"WD 1TB 3.5 : Western Digital 1TB 3.5 hard disk drive","stock_item":"https://api.freeagent.com/v2/stock_items/236156"}]'
)