SAP · Example Payload

Sap Business One Service Layer Journal Entry Line Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Top-level fields

AccountCodeDebitCreditShortNameLineMemo

Example Payload

Raw ↑
{
  "AccountCode": "example_value",
  "Debit": 42.5,
  "Credit": 42.5,
  "ShortName": "example_value",
  "LineMemo": "example_value"
}