Update a transactionAsk AIput https://api.brinta.com/sales/{sale_id}Update a salePath Paramssale_idint32requiredThe unique identifier of the sale.Body ParamstypestringThe new type of the sale. It has to be "sale".statusstringThe new status of the transaction. It can be "invoiced", "completed" or "rejected".invoice_numberstringInvoice number of the transaction. Required when status is "invoiced".invoice_datedateInvoice date of the transaction (UTC by default). Required when status is "invoiced".transaction_external_idstringThe ID of the transaction in the client's system.Response 200200Updated 10 months ago