SAP · Schema

BusinessPartnerAddress

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Properties

Name Type Description
BusinessPartner string Business partner number
AddressID string Address identifier
Country string Country key (ISO 3166-1 alpha-2)
Region string Region or state code
CityName string City name
PostalCode string Postal code
StreetName string Street name
HouseNumber string House number
View JSON Schema on GitHub

JSON Schema

sap-s4hana-cloud-business-partner-business-partner-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BusinessPartnerAddress",
  "type": "object",
  "properties": {
    "BusinessPartner": {
      "type": "string",
      "description": "Business partner number"
    },
    "AddressID": {
      "type": "string",
      "description": "Address identifier"
    },
    "Country": {
      "type": "string",
      "description": "Country key (ISO 3166-1 alpha-2)"
    },
    "Region": {
      "type": "string",
      "description": "Region or state code"
    },
    "CityName": {
      "type": "string",
      "description": "City name"
    },
    "PostalCode": {
      "type": "string",
      "description": "Postal code"
    },
    "StreetName": {
      "type": "string",
      "description": "Street name"
    },
    "HouseNumber": {
      "type": "string",
      "description": "House number"
    }
  }
}