SAP · Example Payload

Sap Business One Service Layer Order Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Top-level fields

DocEntryDocNumCardCodeDocDateDocDueDateDocTotalDocCurrencyDocumentLines

Example Payload

Raw ↑
{
  "DocEntry": 10,
  "DocNum": 10,
  "CardCode": "example_value",
  "DocDate": "example_value",
  "DocDueDate": "example_value",
  "DocTotal": 42.5,
  "DocCurrency": "example_value",
  "DocumentLines": []
}