Skip to main content

Class ApproveRejectResponse

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ApproveRejectResponse. ApproveRejectResponse contains a PluginResponse and an appointmentId if the operation created one.

Inheritance

objectCarrierApproveRejectResponse

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ApproveRejectResponse()

Default constructor - defaults any enum props to 0.

Properties

CreatedAppointmentId

Id of the created follow up.

Property Value

int

PluginResponse

The response from the operation.

Property Value

PluginResponse

See Also

QuoteAgent