POST api/promotionalevents

Saves the given .

Request Information

URI Parameters

None.

Body Parameters

PromotionalEventDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreationDate

date

None.

Name

string

None.

StartDate

date

None.

EndDate

date

None.

PrincipalUserId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

AddressId

globally unique identifier

Required

Address

AddressDto

None.

BrandIds

Collection of globally unique identifier

None.

CampaignId

globally unique identifier

Required

CampaignName

string

None.

IsDeleted

boolean

None.

ProductSelections

Collection of globally unique identifier

None.

InviteCount

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.