SAP · Example Payload

Sap Business One Service Layer Login Request Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Sap Business One Service Layer Login Request Example is an example object payload from SAP, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CompanyDBUserNamePassword

Example Payload

Raw ↑
{
  "CompanyDB": "example_value",
  "UserName": "example_value",
  "Password": "example_value"
}