SlsPrcgConditionRecordUpdate

Pricing condition record update payload

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
ConditionRateValue string
ConditionRateValueUnit string
ConditionQuantity string
ConditionIsDeleted boolean
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-slsprcgconditionrecordupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SlsPrcgConditionRecordUpdate",
  "title": "SlsPrcgConditionRecordUpdate",
  "type": "object",
  "description": "Pricing condition record update payload",
  "properties": {
    "ConditionRateValue": {
      "type": "string"
    },
    "ConditionRateValueUnit": {
      "type": "string",
      "maxLength": 5
    },
    "ConditionQuantity": {
      "type": "string"
    },
    "ConditionIsDeleted": {
      "type": "boolean"
    }
  }
}