You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FaxMessage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**To** | **string** | Recipient fax number in E.164 format. |
8
8
**ListId** | **int?** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
9
9
**From** | **string** | Your sender id. Must be a valid fax number. | [optional]
10
-
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional]
10
+
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional]
11
11
**CustomString** | **string** | Your reference. Will be passed back with all replies and delivery reports. | [optional]
**From** | **string** | Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. | [optional]
6
+
**From** | **string** | Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. | [optional]
7
7
**Body** | **string** | Your message. |
8
8
**To** | **string** | Recipient phone number in E.164 format. | [optional]
9
9
**Source** | **string** | Your method of sending e.g. 'wordpress', 'php', 'c#'. | [optional][default to "sdk"]
10
-
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional][default to 0]
10
+
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional][default to 0]
11
11
**CustomString** | **string** | Your reference. Will be passed back with all replies and delivery reports. | [optional]
12
12
**ListId** | **int?** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
Copy file name to clipboardExpand all lines: docs/VoiceMessage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**Source** | **string** | Your method of sending e.g. 'wordpress', 'php', 'c#'. | [optional][default to "sdk"]
12
12
**ListId** | **int?** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
13
13
**Lang** | **string** | au (string, required) - See section on available languages. | [optional]
14
-
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional]
14
+
**Schedule** | **int?** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional]
15
15
**RequireInput** | **int?** | Whether you want to receive a keypress from the call recipient | [optional][default to 0]
16
16
**MachineDetection** | **int?** | Whether to attempt to detect an answering machine or voicemail service and leave a message | [optional][default to 0]
Copy file name to clipboardExpand all lines: src/IO.ClickSend/ClickSend.Model/FaxMessage.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public partial class FaxMessage : IEquatable<FaxMessage>, IValidatableObject
37
37
/// <param name="to">Recipient fax number in E.164 format. (required).</param>
38
38
/// <param name="listId">Your list ID if sending to a whole list. Can be used instead of 'to'..</param>
39
39
/// <param name="from">Your sender id. Must be a valid fax number..</param>
40
-
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp.</param>
40
+
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp.</param>
41
41
/// <param name="customString">Your reference. Will be passed back with all replies and delivery reports..</param>
/// <param name="fromEmail">An email address where the reply should be emailed to..</param>
@@ -98,9 +98,9 @@ public partial class FaxMessage : IEquatable<FaxMessage>, IValidatableObject
98
98
publicstringFrom{get;set;}
99
99
100
100
/// <summary>
101
-
/// Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp
101
+
/// Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp
102
102
/// </summary>
103
-
/// <value>Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp</value>
103
+
/// <value>Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp</value>
/// <param name="to">Recipient phone number in E.164 format..</param>
39
39
/// <param name="source">Your method of sending e.g. 'wordpress', 'php', 'c#'. (default to "sdk").</param>
40
-
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp (default to 0).</param>
40
+
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp (default to 0).</param>
41
41
/// <param name="customString">Your reference. Will be passed back with all replies and delivery reports..</param>
42
42
/// <param name="listId">Your list ID if sending to a whole list. Can be used instead of 'to'..</param>
@@ -80,9 +80,9 @@ public partial class SmsMessage : IEquatable<SmsMessage>, IValidatableObject
80
80
}
81
81
82
82
/// <summary>
83
-
/// Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number.
83
+
/// Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids.
84
84
/// </summary>
85
-
/// <value>Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number.</value>
85
+
/// <value>Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids.</value>
86
86
[DataMember(Name="from",EmitDefaultValue=false)]
87
87
publicstringFrom{get;set;}
88
88
@@ -108,9 +108,9 @@ public partial class SmsMessage : IEquatable<SmsMessage>, IValidatableObject
108
108
publicstringSource{get;set;}
109
109
110
110
/// <summary>
111
-
/// Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp
111
+
/// Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp
112
112
/// </summary>
113
-
/// <value>Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp</value>
113
+
/// <value>Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp</value>
Copy file name to clipboardExpand all lines: src/IO.ClickSend/ClickSend.Model/VoiceMessage.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public partial class VoiceMessage : IEquatable<VoiceMessage>, IValidatableObjec
41
41
/// <param name="source">Your method of sending e.g. 'wordpress', 'php', 'c#'. (default to "sdk").</param>
42
42
/// <param name="listId">Your list ID if sending to a whole list. Can be used instead of 'to'..</param>
43
43
/// <param name="lang">au (string, required) - See section on available languages..</param>
44
-
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp.</param>
44
+
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp.</param>
45
45
/// <param name="requireInput">Whether you want to receive a keypress from the call recipient (default to 0).</param>
46
46
/// <param name="machineDetection">Whether to attempt to detect an answering machine or voicemail service and leave a message (default to 0).</param>
@@ -172,9 +172,9 @@ public partial class VoiceMessage : IEquatable<VoiceMessage>, IValidatableObjec
172
172
publicstringLang{get;set;}
173
173
174
174
/// <summary>
175
-
/// Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp
175
+
/// Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp
176
176
/// </summary>
177
-
/// <value>Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp</value>
177
+
/// <value>Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp</value>
0 commit comments