SAP · Example Payload

Sap Business One Service Layer Invoice Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Top-level fields

DocEntryDocNumCardCodeDocDateDocDueDateDocTotalDocumentLines

Example Payload

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