Synci API
    Synci API
    • BankAccounts
      • List all bank accounts
      • Get bank account
      • Update bank account
      • Delete bank account
      • Sync bank account data
      • Reset bank account config to defaults
      • List all balances
      • Get balance
      • Delete balance
    • BankConnections
      • List all bank connections
      • Create a new bank connection
      • Get bank connection
      • Delete bank connection
      • Disable bank connection
      • Reconfirm the consent of a bank connection
    • BankTransactions
      • List all bank transactions
      • Create a new bank transaction
      • Get bank transaction
      • Update bank transaction
      • Delete bank transaction
    • RuleActions
      • List all rule actions
      • Create a new rule action
      • Get rule action
      • Update rule action
      • Delete rule action
    • RuleConditions
      • List rule conditions
      • Create a new rule condition
      • Get rule condition
      • Update rule condition
      • Delete rule condition
    • RuleLogs
      • List all rule logs
      • Get rule log
      • Undo a rule action
    • Rules
      • Create a new rule
      • List all rules
      • Get rule
      • Update rule
      • Delete rule
      • Attach rule to bank account
      • Detach rule from bank account
      • Reorder rules for a bank account
      • Attach rule to transfer link
      • Detach rule from transfer link
      • Reorder rules for a transfer link
    • SupportedBanks
      • Get supported countries
      • List all supported banks
      • Get supported bank
    • TransferLinks
      • List all transfer links
      • Create a new transfer link
      • Get transfer link
      • Update transfer link
      • Delete transfer link
      • Retry transfers for all transfer links
      • Retry transfers for a specific transfer link
    • TransferLogs
      • List all transfer logs
      • Get transfer log
      • Undo a transfer
      • transfer-logs.undo-bulk
    • YnabBudgets
      • List all YNAB budgets
      • Get YNAB budget
      • Delete YNAB budget
      • Update YNAB budget
      • List all YNAB budget accounts
      • Get YNAB budget account
      • Delete YNAB budget account
    • YnabConnections
      • List all YNAB connections
      • Create new YNAB connection
      • Get YNAB connection
      • Delete YNAB connection
    • LunchMoneyConnections
      • List all Lunch Money connections
      • Create new Lunch Money connection
      • Get Lunch Money connection
      • Delete Lunch Money connection
      • Update Lunch Money connection
      • List all Lunch Money accounts
      • Get Lunch Money account
      • Delete Lunch Money account
    • WebhookEndpoints
      • List all webhook events
      • List all webhook endpoints
      • Create new webhook endpoint
      • Get webhook endpoint
      • Update webhook endpoint
      • Delete webhook endpoint
      • Test webhook endpoint
      • Rotate webhook secret
    • Schemas
      • BalanceTypeEnum
      • BankAccount
      • BankAccountResource
      • BankBalanceResource
      • BankConfigGeneratedDateEnum
      • BankConfigGeneratedTextEnum
      • BankConfigResource
      • BankConnectionResource
      • BankIntegratorEnum
      • BankResource
      • BankTransactionResource
      • BulkUndoTransferLogsRequest
      • CreateBankConnectionRequest
      • CreateBankTransactionRequest
      • CreateRuleRequest
      • CreateTransferLinkRequest
      • CreateLunchMoneyConnectionRequest
      • DestinationTypeEnum
      • CreateWebhookEndpointRequest
      • HealthResource
      • HealthStatusEnum
      • ReauthorizeBankConnectionRequest
      • LunchMoneyAccountResource
      • RetryTransfersAllLinksRequest
      • LunchMoneyConnectionResource
      • RetryTransfersRequest
      • RuleActionResource
      • RuleActionTypeEnum
      • RuleConditionResource
      • RuleLogResource
      • RuleOperatorEnum
      • RuleResource
      • RuleTypeEnum
      • SourceTypeEnum
      • TransactionTypeEnum
      • TransferLink
      • TransferLinkResource
      • SyncBankAccountRequest
      • TransferLogResource
      • TestWebhookRequest
      • TransferLogStatusEnum
      • UpdateBankAccountRequest
      • UpdateBankTransactionRequest
      • UpdateRuleRequest
      • UpdateTransferLinkRequest
      • UpdateYnabBudgetRequest
      • UpdateLunchMoneyConnectionRequest
      • YnabBudgetAccountResource
      • YnabBudgetAccountTypeEnum
      • YnabBudgetResource
      • UpdateWebhookEndpointRequest
      • YnabConnectionResource
      • WebhookEndpointResource
      • WebhookEventResource
      • WebhookEventTypeEnum
      • WebhookTypeEnum

    UpdateBankTransactionRequest(UpdateBankTransactionRequest)

    {
        "bank_account_id": 0,
        "amount": 0,
        "currency": "str",
        "booking_date": "2019-08-24T14:15:22.123Z",
        "booking_datetime": "2019-08-24T14:15:22.123Z",
        "value_date": "2019-08-24T14:15:22.123Z",
        "value_datetime": "2019-08-24T14:15:22.123Z",
        "booked": true,
        "ultimate_debtor": "string",
        "ultimate_creditor": "string",
        "additional_data_structured": "string",
        "additional_information": "string",
        "additional_information_structured": "string",
        "balance_after_transaction": 0,
        "debtor": {
            "name": "string",
            "bban": "string",
            "iban": "string",
            "pan": "string",
            "masked_pan": "string",
            "msisdn": "string",
            "currency": "string",
            "agent": "string"
        },
        "creditor": {
            "name": "string",
            "bban": "string",
            "iban": "string",
            "id": "string",
            "pan": "string",
            "masked_pan": "string",
            "msisdn": "string",
            "currency": "string",
            "agent": "string"
        },
        "remittance_information": {
            "structured": "string",
            "structured_array": [
                "string"
            ],
            "unstructured": "string",
            "unstructured_array": [
                "string"
            ]
        },
        "codes": {
            "bank_transaction_code": "string",
            "merchant_category_code": "string",
            "proprietary_bank_transaction_code": "string",
            "purpose_code": "string"
        },
        "currency_exchange": {
            "source_currency": "string",
            "exchange_rate": 0,
            "unit_currency": "string",
            "quotation_date": "2019-08-24T14:15:22.123Z",
            "contract_identification": "string"
        },
        "target_currency": {
            "target_currency": "string"
        },
        "external_identifiers": {
            "integrator_transaction_id": "string",
            "institution_transaction_id": "string",
            "end_to_end_id": "string",
            "entry_reference": "string",
            "check_id": "string",
            "mandate_id": "string"
        }
    }
    Built with