Skip to content

Commit 674e81c

Browse files
author
PureCloud Jenkins
committed
doc publish
1 parent 4472766 commit 674e81c

27 files changed

Lines changed: 438 additions & 139 deletions

.lastupdated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-28T09:06:53
1+
2026-03-01T08:44:38
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EmailCampaignScheduleConfigChangeAlteration
2+
3+
## EmailCampaignScheduleConfigChangeAlteration
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **type** | str | | [optional] |
10+
| **start** | str | the end date of an alteration range as an ISO-8601 string | [optional] |
11+
| **end** | str | the end date of an alteration range as an ISO-8601 string | [optional] |
12+
| **additional_properties** | dict(str, object) | | [optional] |
13+
| **get_additional_properties** | dict(str, object) | | [optional] |
14+
15+
16+
17+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# EmailCampaignScheduleConfigChangeEmailCampaignSchedule
2+
3+
## EmailCampaignScheduleConfigChangeEmailCampaignSchedule
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **intervals** | [list[EmailCampaignScheduleConfigChangeScheduleInterval]](EmailCampaignScheduleConfigChangeScheduleInterval) | a list of start and end times | [optional] |
10+
| **recurrences** | [list[EmailCampaignScheduleConfigChangeScheduleRecurrence]](EmailCampaignScheduleConfigChangeScheduleRecurrence) | a list of recurrences for a schedule | [optional] |
11+
| **time_zone** | str | time zone identifier to be applied to the intervals; for example Africa/Abidjan | [optional] |
12+
| **email_campaign** | [EmailCampaignScheduleConfigChangeUriReference](EmailCampaignScheduleConfigChangeUriReference) | | [optional] |
13+
| **additional_properties** | dict(str, object) | | [optional] |
14+
| **id** | str | The globally unique identifier for the object. | [optional] |
15+
| **name** | str | The UI-visible name of the object | [optional] |
16+
| **date_created** | datetime | Creation time of the entity | [optional] |
17+
| **date_modified** | datetime | Last modified time of the entity | [optional] |
18+
| **version** | int | Required for updates, must match the version number of the most recent update | [optional] |
19+
| **get_additional_properties** | dict(str, object) | | [optional] |
20+
21+
22+
23+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EmailCampaignScheduleConfigChangeObject
2+
3+
## EmailCampaignScheduleConfigChangeObject
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
10+
11+
12+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EmailCampaignScheduleConfigChangeRecurrencePattern
2+
3+
## EmailCampaignScheduleConfigChangeRecurrencePattern
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **type** | str | | [optional] |
10+
| **interval** | int | the amount of time in between occurrences | [optional] |
11+
| **days_of_week** | list[str] | the day(s) of the week the occurrence happens | [optional] |
12+
| **additional_properties** | dict(str, object) | | [optional] |
13+
| **get_additional_properties** | dict(str, object) | | [optional] |
14+
15+
16+
17+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EmailCampaignScheduleConfigChangeRecurrenceRange
2+
3+
## EmailCampaignScheduleConfigChangeRecurrenceRange
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **type** | str | | [optional] |
10+
| **end** | str | the range end date | [optional] |
11+
| **number_of_occurrences** | int | the number of occurrences to happen before ending | [optional] |
12+
| **additional_properties** | dict(str, object) | | [optional] |
13+
| **get_additional_properties** | dict(str, object) | | [optional] |
14+
15+
16+
17+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EmailCampaignScheduleConfigChangeScheduleInterval
2+
3+
## EmailCampaignScheduleConfigChangeScheduleInterval
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **start** | str | scheduled start time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
10+
| **end** | str | scheduled end time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
11+
| **additional_properties** | dict(str, object) | | [optional] |
12+
| **get_additional_properties** | dict(str, object) | | [optional] |
13+
14+
15+
16+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EmailCampaignScheduleConfigChangeScheduleRecurrence
2+
3+
## EmailCampaignScheduleConfigChangeScheduleRecurrence
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **id** | str | the recurrence id | [optional] |
10+
| **start** | str | scheduled start time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
11+
| **end** | str | scheduled end time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
12+
| **time_zone** | str | the timezone the recurrence will use | [optional] |
13+
| **range** | [EmailCampaignScheduleConfigChangeRecurrenceRange](EmailCampaignScheduleConfigChangeRecurrenceRange) | | [optional] |
14+
| **pattern** | [EmailCampaignScheduleConfigChangeRecurrencePattern](EmailCampaignScheduleConfigChangeRecurrencePattern) | | [optional] |
15+
| **alterations** | [list[EmailCampaignScheduleConfigChangeAlteration]](EmailCampaignScheduleConfigChangeAlteration) | modifications to the original recurrence schedule | [optional] |
16+
| **additional_properties** | dict(str, object) | | [optional] |
17+
| **get_additional_properties** | dict(str, object) | | [optional] |
18+
19+
20+
21+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EmailCampaignScheduleConfigChangeUriReference
2+
3+
## EmailCampaignScheduleConfigChangeUriReference
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **id** | str | The ID of the resource | [optional] |
10+
| **name** | str | The name of the resource | [optional] |
11+
12+
13+
14+
_PureCloudPlatformClientV2 252.0.0_
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# MessagingCampaignScheduleConfigChangeAlteration
2+
3+
## MessagingCampaignScheduleConfigChangeAlteration
4+
5+
## Properties
6+
7+
|Name | Type | Description | Notes|
8+
|------------ | ------------- | ------------- | -------------|
9+
| **type** | str | | [optional] |
10+
| **start** | str | the end date of an alteration range as an ISO-8601 string | [optional] |
11+
| **end** | str | the end date of an alteration range as an ISO-8601 string | [optional] |
12+
| **additional_properties** | dict(str, object) | | [optional] |
13+
| **get_additional_properties** | dict(str, object) | | [optional] |
14+
15+
16+
17+
_PureCloudPlatformClientV2 252.0.0_

0 commit comments

Comments
 (0)