POST Event/{id}/Copy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

EventCopyDto
NameDescriptionTypeAdditional information
EventId

integer

None.

InferEventDates

boolean

None.

CopyEventItems

boolean

None.

CopySponsors

boolean

None.

CopyPromoCodes

boolean

None.

CopyCustomFields

boolean

None.

CopyNotifications

boolean

None.

NewStartDate

date

None.

CopyEventBenefits

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  • "EventId": 1,
  • "InferEventDates": true,
  • "CopyEventItems": true,
  • "CopySponsors": true,
  • "CopyPromoCodes": true,
  • "CopyCustomFields": true,
  • "CopyNotifications": true,
  • "NewStartDate": "2024-05-13T13:49:33.0209653Z",
  • "CopyEventBenefits": true
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
  • 1