POST Event/{id}/Copy
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
EventCopyDtoName | Description | Type | Additional 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-11-23T08:23:11.1152481Z",
- "CopyEventBenefits": true
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1