SAP · Example Payload

Sap Business One Service Layer Document Line Example

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Top-level fields

ItemCodeQuantityUnitPriceCurrencyWarehouseCodeTaxCode

Example Payload

Raw ↑
{
  "ItemCode": "example_value",
  "Quantity": 42.5,
  "UnitPrice": 42.5,
  "Currency": "example_value",
  "WarehouseCode": "example_value",
  "TaxCode": "example_value"
}