SAP · JSON Structure

Sap Business One Service Layer Item Structure

Type: object Properties: 8
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Item 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

ItemCode ItemName ItemType ItemsGroupCode QuantityOnStock AvgStdPrice SalesUnit PurchaseUnit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Item",
  "type": "object",
  "properties": {
    "ItemCode": {
      "type": "string"
    },
    "ItemName": {
      "type": "string"
    },
    "ItemType": {
      "type": "string"
    },
    "ItemsGroupCode": {
      "type": "integer"
    },
    "QuantityOnStock": {
      "type": "number"
    },
    "AvgStdPrice": {
      "type": "number"
    },
    "SalesUnit": {
      "type": "string"
    },
    "PurchaseUnit": {
      "type": "string"
    }
  }
}