OutbDeliveryHeaderUpdate

Outbound delivery header update payload

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
DeliveryDate string
DeliveryBlockReason string
ActualDeliveryRoute string
DeliveryPriority string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-outbdeliveryheaderupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutbDeliveryHeaderUpdate",
  "title": "OutbDeliveryHeaderUpdate",
  "type": "object",
  "description": "Outbound delivery header update payload",
  "properties": {
    "DeliveryDate": {
      "type": "string",
      "format": "date"
    },
    "DeliveryBlockReason": {
      "type": "string",
      "maxLength": 2
    },
    "ActualDeliveryRoute": {
      "type": "string",
      "maxLength": 6
    },
    "DeliveryPriority": {
      "type": "string",
      "maxLength": 2
    }
  }
}