SAP · JSON Structure

Sap Business One Service Layer Document Line Structure

Type: object Properties: 6
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

ItemCode Quantity UnitPrice Currency WarehouseCode TaxCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DocumentLine",
  "type": "object",
  "properties": {
    "ItemCode": {
      "type": "string"
    },
    "Quantity": {
      "type": "number"
    },
    "UnitPrice": {
      "type": "number"
    },
    "Currency": {
      "type": "string"
    },
    "WarehouseCode": {
      "type": "string"
    },
    "TaxCode": {
      "type": "string"
    }
  }
}