SAP · JSON Structure

Sap Business One Service Layer Business Partner Structure

Type: object Properties: 9
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

CardCode CardName CardType GroupCode Phone1 EmailAddress FederalTaxID Currency Valid

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BusinessPartner",
  "type": "object",
  "properties": {
    "CardCode": {
      "type": "string"
    },
    "CardName": {
      "type": "string"
    },
    "CardType": {
      "type": "string"
    },
    "GroupCode": {
      "type": "integer"
    },
    "Phone1": {
      "type": "string"
    },
    "EmailAddress": {
      "type": "string"
    },
    "FederalTaxID": {
      "type": "string"
    },
    "Currency": {
      "type": "string"
    },
    "Valid": {
      "type": "string"
    }
  }
}