SalesQuotationUpdate

Sales quotation update payload

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
PurchaseOrderByCustomer string
RequestedDeliveryDate string
BindingPeriodValidityEndDate string
HeaderBillingBlockReason string
DeliveryBlockReason string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-salesquotationupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesQuotationUpdate",
  "title": "SalesQuotationUpdate",
  "type": "object",
  "description": "Sales quotation update payload",
  "properties": {
    "PurchaseOrderByCustomer": {
      "type": "string",
      "maxLength": 35
    },
    "RequestedDeliveryDate": {
      "type": "string",
      "format": "date"
    },
    "BindingPeriodValidityEndDate": {
      "type": "string",
      "format": "date"
    },
    "HeaderBillingBlockReason": {
      "type": "string",
      "maxLength": 2
    },
    "DeliveryBlockReason": {
      "type": "string",
      "maxLength": 2
    }
  }
}