SAP S/4HANA · Example Payload

Sap S4Hana Sales Order Sales Order Item Update Example

Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

Sap S4Hana Sales Order Sales Order Item Update Example is an example object payload from SAP S/4HANA, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RequestedQuantityRequestedQuantityUnitPlantSalesOrderItemTextPricingDateCustomerPaymentTermsItemBillingBlockReasonSalesDocumentRjcnReasonDeliveryPriorityIncotermsClassificationIncotermsTransferLocation

Example Payload

Raw ↑
{
  "RequestedQuantity": "example_value",
  "RequestedQuantityUnit": "example_value",
  "Plant": "example_value",
  "SalesOrderItemText": "example_value",
  "PricingDate": "example_value",
  "CustomerPaymentTerms": "example_value",
  "ItemBillingBlockReason": "example_value",
  "SalesDocumentRjcnReason": "example_value",
  "DeliveryPriority": "example_value",
  "IncotermsClassification": "example_value",
  "IncotermsTransferLocation": "example_value"
}