SAP · JSON Structure

Sap Business One Service Layer Login Request Structure

Type: object Properties: 3
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

CompanyDB UserName Password

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

JSON Structure

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