public IActionResult UpdateCreditorTransaction(int transactionId, int creditorId) { _creditService.UpdateCreditorTransaction(transactionId, creditorId); return(Ok(this._transactionUpdatedMessage())); }