Create a purchaseCopy Pagepost https://api.brinta.com/purchases/Create a purchaseBody Paramstransaction_owner_idint32Company id of the transaction owner in Brinta's system. Create a new company in the company section. If not sent, the owner will be Brinta's client.transaction_external_idstringThe id of the purchase in the client's system.statusstringThe status of the purchase. Applicable only if the type is "purchase". It can be "pending", "invoiced", or "rejected".typestringIt appears in RESPONSE. The type of the transaction. Will be "purchase".amountfloatIt appears in RESPONSE. The amount of the purchase excluding taxes.final_amountfloatIt appears in RESPONSE. The amount of the purchase including taxes.currencystringrequiredThe currency code of the purchase amount. It can be the local currency or international_currency set for the transaction owner. Check Country Coverage and currenciesexchange_ratefloatThe exchange rate from the currency to the international currency set for the transaction owner.payment_methodobjectThe payment method used for the purchase.payment_method objectadditional_infostringAdditional information regarding the purchase.invoice_numberstringInvoice number of the purchase.invoice_datedateInvoice date of the purchase. Required when status is "INVOICED".supplierobjectrequiredThe object containing the supplier's details.supplier objectitemsarray of objectsrequiredArray of items of the purchaseitems*ADD objectResponse 200200Updated 11 months ago