SAP S/4HANA · Example Payload

Sap S4Hana Sales Order Sales Order Create Example

Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

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

Top-level fields

SalesOrderTypeSalesOrganizationDistributionChannelOrganizationDivisionSoldToPartyPurchaseOrderByCustomerSalesOrderDateRequestedDeliveryDateCustomerPaymentTermsTransactionCurrencyPricingDateIncotermsClassificationIncotermsTransferLocationShippingConditionCompleteDeliveryIsDefinedSDDocumentReasonto_Itemto_Partnerto_PricingElementto_Text

Example Payload

Raw ↑
{
  "SalesOrderType": "example_value",
  "SalesOrganization": "example_value",
  "DistributionChannel": "example_value",
  "OrganizationDivision": "example_value",
  "SoldToParty": "example_value",
  "PurchaseOrderByCustomer": "example_value",
  "SalesOrderDate": "example_value",
  "RequestedDeliveryDate": "example_value",
  "CustomerPaymentTerms": "example_value",
  "TransactionCurrency": "example_value",
  "PricingDate": "example_value",
  "IncotermsClassification": "example_value",
  "IncotermsTransferLocation": "example_value",
  "ShippingCondition": "example_value",
  "CompleteDeliveryIsDefined": true,
  "SDDocumentReason": "example_value",
  "to_Item": [],
  "to_Partner": [],
  "to_PricingElement": [],
  "to_Text": []
}