{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SalesOrderItemUpdate", "type": "object", "properties": { "RequestedQuantity": { "type": "string" }, "RequestedQuantityUnit": { "type": "string" }, "Plant": { "type": "string" }, "SalesOrderItemText": { "type": "string" }, "PricingDate": { "type": "string" }, "CustomerPaymentTerms": { "type": "string" }, "ItemBillingBlockReason": { "type": "string" }, "SalesDocumentRjcnReason": { "type": "string" }, "DeliveryPriority": { "type": "string" }, "IncotermsClassification": { "type": "string" }, "IncotermsTransferLocation": { "type": "string" } } }