SAP · JSON Structure

Sap Business One Service Layer Order Structure

Type: object Properties: 8
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Order 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

DocEntry DocNum CardCode DocDate DocDueDate DocTotal DocCurrency DocumentLines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Order",
  "type": "object",
  "properties": {
    "DocEntry": {
      "type": "integer"
    },
    "DocNum": {
      "type": "integer"
    },
    "CardCode": {
      "type": "string"
    },
    "DocDate": {
      "type": "string"
    },
    "DocDueDate": {
      "type": "string"
    },
    "DocTotal": {
      "type": "number"
    },
    "DocCurrency": {
      "type": "string"
    },
    "DocumentLines": {
      "type": "array"
    }
  }
}