Update a purchaseAsk AIput https://api.brinta.com/purchases/{purchase_id}Update a purchasePath Paramspurchase_idint32requiredThe unique identifier of the purchase.Body ParamsstatusstringThe new status of the purchase. It can be "invoiced" or "rejected".invoice_numberstringInvoice number of the purchase. Required when status is "invoiced".invoice_datedateInvoice date of the purchase. Required when status is "invoiced".transaction_external_idstringThe id of the purchase in the client's system.Response 200200Updated 10 months ago