Temenos Transact · Schema

CustomerUpdateRequest

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Properties

Name Type Description
header object
body object
View JSON Schema on GitHub

JSON Schema

temenos-transact-core-banking-customer-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerUpdateRequest",
  "type": "object",
  "properties": {
    "header": {
      "type": "object"
    },
    "body": {
      "type": "object"
    }
  }
}