ValidationItem


Description

Defines the common properties for validation errors and validation warnings.

Properties

Property

Type

Length

Default

Description

ObjectType

string

100

N/A

Specifies the type of business object.

PropertyNames

ArrayOfString

N/A

N/A

A collection of strings that specify the name of the property or properties that caused the validation error or warning.

Message

string

N/A

N/A

A text message that describes the validation error or warning.

Id

string

N/A

N/A

Identifies the validation error or warning.



Documentation Feedback