Update settlement sourceCopy Pageput https://api.instellix.io/v2/payment-providers/{paymentProviderId}/settlement-sources/{settlementSourceId}Update settlement source for given, existing payment provider and settlemet source id.Path ParamspaymentProviderIdint64requiredPayment provider id.settlementSourceIdint64requiredSettlement source id.Body ParamsCreateEbicsSettlementSourceCreateRestApiSettlementSourceCreateSftpSettlementSourceA settlement source is a configuration of settlements provider, usually it is server configuration like host, port etc. The configuration may contain different properties for different protocols. The supported protocols are Sftp and Ebics.fileTypestringrequiredFormat of files that are fetched from the source. Must not be null. Must be one of: CSVEPACAMT53CAMT54MT940hoststringrequiredlength ≤ 255Host of the source server. Must not be null. Size must be between 0 and 255.namestringrequiredlength ≤ 255Human readable name. Must not be null. Size must be between 0 and 255.portint32 | nullPort of the source server.protocolTypestringrequiredProtocol type of this settlement source. Must not be null. Must be one of: EBICSSFTPHTTPhostIdstringrequiredlength ≤ 255The host id of the bank. Must not be null. Size must be between 0 and 255.Responses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 27 days ago