SAP · Example Payload

Sap Business One Service Layer Journal Entry Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Top-level fields

JdtNumReferenceDateMemoJournalEntryLines

Example Payload

Raw ↑
{
  "JdtNum": 10,
  "ReferenceDate": "example_value",
  "Memo": "example_value",
  "JournalEntryLines": []
}