SAP · JSON Structure

Sap S4Hana Cloud Business Partner Business Partner Bank Structure

Type: object Properties: 7
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

BusinessPartnerBank is a JSON Structure definition published by SAP, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

BusinessPartner BankIdentification BankCountryKey BankNumber BankAccount IBAN SWIFTCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BusinessPartnerBank",
  "type": "object",
  "properties": {
    "BusinessPartner": {
      "type": "string"
    },
    "BankIdentification": {
      "type": "string"
    },
    "BankCountryKey": {
      "type": "string"
    },
    "BankNumber": {
      "type": "string"
    },
    "BankAccount": {
      "type": "string"
    },
    "IBAN": {
      "type": "string"
    },
    "SWIFTCode": {
      "type": "string"
    }
  }
}