Skip to main content

Class ShipmentMessageBlockEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ShipmentMessageBlockEntity. This entity contains information about design blocks that can be used in a shipment/mailing message

Inheritance

objectCarrierShipmentMessageBlockEntity

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 ShipmentMessageBlockEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new MarketingAgent(configuration);
var shipmentMessageBlockEntity = agent.GetShipmentMessageBlockEntity( 123 );

Constructors

ShipmentMessageBlockEntity()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

The associate that owns this block

Property Value

int

Block

The block definition. Normally this will be a json structure

Property Value

string

Registered

Registered when

Property Value

DateTime

RegisteredAssociateId

Registered by whom

Property Value

int

ShipmentMessageBlockId

Primary key

Property Value

int

Updated

Last updated when

Property Value

DateTime

UpdatedAssociateId

Last updated by whom

Property Value

int

UpdatedCount

Number of updates made to this record

Property Value

short

See Also

MarketingAgent