CreditMemoRequestUpdate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
PurchaseOrderByCustomer string
HeaderBillingBlockReason string
BillingDocumentDate string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-creditmemorequestupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditMemoRequestUpdate",
  "title": "CreditMemoRequestUpdate",
  "type": "object",
  "properties": {
    "PurchaseOrderByCustomer": {
      "type": "string",
      "maxLength": 35
    },
    "HeaderBillingBlockReason": {
      "type": "string",
      "maxLength": 2
    },
    "BillingDocumentDate": {
      "type": "string",
      "format": "date"
    }
  }
}