CrdtMgmtBusinessPartnerUpdate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
CreditRiskClass string
CreditRating string
CreditIsBlockedForBP boolean
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-crdtmgmtbusinesspartnerupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CrdtMgmtBusinessPartnerUpdate",
  "title": "CrdtMgmtBusinessPartnerUpdate",
  "type": "object",
  "properties": {
    "CreditRiskClass": {
      "type": "string",
      "maxLength": 3
    },
    "CreditRating": {
      "type": "string",
      "maxLength": 3
    },
    "CreditIsBlockedForBP": {
      "type": "boolean"
    }
  }
}