Class CampaignModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AccountExecutiveID
Type: Guid
Declaration
public Guid? AccountExecutiveID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
AdvertiserID
Type: Guid
Declaration
public Guid AdvertiserID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
AgencyID
Optional. Type: Guid
Declaration
public Guid? AgencyID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
BackOfficeOwnerID
Type: Guid
Declaration
public Guid? BackOfficeOwnerID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CampaignID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid CampaignID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CompanyID
Type: Guid
Declaration
public Guid CompanyID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Description
Type: string. Maximum length: nvarchar(max)
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
Optional. Type: DateTime
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
HoldDurationInDays
Optional. Type: int
Declaration
public int? HoldDurationInDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsNetAmount
Type: bool
Declaration
public bool IsNetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: string. Maximum length: 255 characters
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notes
Optional. Type: string. Maximum length: nvarchar(max)
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductionCostIncluded
Type: bool
Declaration
public bool ProductionCostIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReferenceNumber
Optional. Type: string. Maximum length: 30 characters
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesContractContentTypeID
Type: Guid. The id of the Content Type (Advertising / Editorial / Filler).
Declaration
public Guid SalesContractContentTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SalesContractNumber
Type: string. Maximum length: 30 characters
Declaration
public string SalesContractNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesContractStatusTypeID
Type: Guid
Declaration
public Guid SalesContractStatusTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SalesContractTypeID
Type: Guid
Declaration
public Guid SalesContractTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SignedOnDate
Optional. Type: DateTime
Declaration
public DateTime? SignedOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
SpecialistAgencyID
Optional. Type: Guid
Declaration
public Guid? SpecialistAgencyID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
StartDate
Optional. Type: DateTime
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |