SAP · JSON Structure

Sap S4Hana Cloud Business Partner Business Partner Address Structure

Type: object Properties: 8
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

BusinessPartner AddressID Country Region CityName PostalCode StreetName HouseNumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BusinessPartnerAddress",
  "type": "object",
  "properties": {
    "BusinessPartner": {
      "type": "string"
    },
    "AddressID": {
      "type": "string"
    },
    "Country": {
      "type": "string"
    },
    "Region": {
      "type": "string"
    },
    "CityName": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    },
    "StreetName": {
      "type": "string"
    },
    "HouseNumber": {
      "type": "string"
    }
  }
}