Class FormSubmissionEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FormSubmissionEntity.
Content of a Form submission
Inheritance
object ←
Carrier ←
FormSubmissionEntity
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()
Examples
Get FormSubmissionEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new MarketingAgent(configuration);
var formSubmissionEntity = agent.GetFormSubmissionEntity( 123 );
Constructors
Default constructor - defaults any enum props to 0.
Properties
The optional id of the contact of the person who submitted.
Property Value
int
EmailAddress
The email address of the person who submitted
Property Value
string
The id of the parent form.
Property Value
int
Primary key
Property Value
int
PersonId
The optional id of the person who submitted.
Property Value
int
ProcessingLog
A log of what happened during processing
Property Value
string
Response
The JSON-formatted response from this form
Property Value
string
ResponseShipmentAddrId
The id of the s_shipment_addr that is the response mail
Property Value
int
Status
What is the status of this submission
NULL if unknown enum value.
Property Value
FormSubmissionStatus?
See Also
FormSubmissionEntity.Status_String
Status_String
What is the status of this submission
Raw string enum value.
Property Value
string
See Also
FormSubmissionEntity.Status
WhenSubmitted
The time of the submit.
Property Value
DateTime
See Also
MarketingAgent