InbDeliveryHeaderUpdate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
DeliveryDate string
BillOfLading string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-inbdeliveryheaderupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InbDeliveryHeaderUpdate",
  "title": "InbDeliveryHeaderUpdate",
  "type": "object",
  "properties": {
    "DeliveryDate": {
      "type": "string",
      "format": "date"
    },
    "BillOfLading": {
      "type": "string",
      "maxLength": 35
    }
  }
}