ValidationResult ComplexType
Contains the result from the ValidateRequest, BookRequest, or Reschedule actions.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
ActivityId | Edm.Guid |
ID of the validated activity. |
TraceInfo | TraceInfo |
The reasons for any scheduling failures. |
ValidationSuccess | Edm.Boolean |
Indicates whether the appointment or service appointment was validated successfully. |
Used by
The following use the ValidationResult ComplexType.
Name | How used |
---|---|
BookResponse | ValidationResult Property |
ImmediateBookResponse | ValidationResult Property |
RescheduleResponse | ValidationResult Property |
ValidateResponse | Result Property |