SAP · Schema

LoginRequest

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Properties

Name Type Description
CompanyDB string The name of the company database to connect to
UserName string The SAP Business One user name
Password string The user password
View JSON Schema on GitHub

JSON Schema

sap-business-one-service-layer-login-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LoginRequest",
  "type": "object",
  "properties": {
    "CompanyDB": {
      "type": "string",
      "description": "The name of the company database to connect to"
    },
    "UserName": {
      "type": "string",
      "description": "The SAP Business One user name"
    },
    "Password": {
      "type": "string",
      "description": "The user password"
    }
  }
}