Class ApproveRejectResponseInfo
Response object used by Approve/ Reject quote version methods.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ApproveRejectResponseInfo
Constructors
ApproveRejectResponseInfo()
Response object used by Approve/ Reject quote version methods.
Declaration
public ApproveRejectResponseInfo()
Properties
CreatedAppointmentId
ID of follow-up created to log the approval
Declaration
public int CreatedAppointmentId { get; set; }
Property Value
Type | Description |
---|---|
int |
PluginResponseInfo
Standard response object
Declaration
public PluginResponseInfo PluginResponseInfo { get; set; }
Property Value
Type | Description |
---|---|
PluginResponseInfo |