SAP · JSON Structure

Sap Business One Service Layer Login Response Structure

Type: object Properties: 3
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

LoginResponse 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

SessionId Version SessionTimeout

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LoginResponse",
  "type": "object",
  "properties": {
    "SessionId": {
      "type": "string"
    },
    "Version": {
      "type": "string"
    },
    "SessionTimeout": {
      "type": "integer"
    }
  }
}