CreditMemoRequestItemCreate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
Material string
RequestedQuantity string
RequestedQuantityUnit string
SalesDocument string
SalesDocumentItem string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-creditmemorequestitemcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditMemoRequestItemCreate",
  "title": "CreditMemoRequestItemCreate",
  "type": "object",
  "properties": {
    "Material": {
      "type": "string",
      "maxLength": 40
    },
    "RequestedQuantity": {
      "type": "string"
    },
    "RequestedQuantityUnit": {
      "type": "string",
      "maxLength": 3
    },
    "SalesDocument": {
      "type": "string",
      "maxLength": 10
    },
    "SalesDocumentItem": {
      "type": "string",
      "maxLength": 6
    }
  }
}