SalesOrderUpdate

Sales order header update payload

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
PurchaseOrderByCustomer string
RequestedDeliveryDate string
ShippingCondition string
HeaderBillingBlockReason string
DeliveryBlockReason string
CustomerPaymentTerms string
IncotermsClassification string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-salesorderupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesOrderUpdate",
  "title": "SalesOrderUpdate",
  "type": "object",
  "description": "Sales order header update payload",
  "properties": {
    "PurchaseOrderByCustomer": {
      "type": "string",
      "maxLength": 35
    },
    "RequestedDeliveryDate": {
      "type": "string",
      "format": "date"
    },
    "ShippingCondition": {
      "type": "string",
      "maxLength": 2
    },
    "HeaderBillingBlockReason": {
      "type": "string",
      "maxLength": 2
    },
    "DeliveryBlockReason": {
      "type": "string",
      "maxLength": 2
    },
    "CustomerPaymentTerms": {
      "type": "string",
      "maxLength": 4
    },
    "IncotermsClassification": {
      "type": "string",
      "maxLength": 3
    }
  }
}