SAP · JSON Structure

Sap S4Hana Cloud Business Partner Business Partner Role Structure

Type: object Properties: 2
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

BusinessPartner BusinessPartnerRole

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BusinessPartnerRole",
  "type": "object",
  "properties": {
    "BusinessPartner": {
      "type": "string"
    },
    "BusinessPartnerRole": {
      "type": "string"
    }
  }
}