clicksend_client 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/README.md +78 -0
- data/Rakefile +8 -0
- data/clicksend_client-1.0.1.gem +0 -0
- data/clicksend_client.gemspec +45 -0
- data/docs/Account.md +15 -0
- data/docs/AccountApi.md +433 -0
- data/docs/AccountForgotPasswordVerify.md +10 -0
- data/docs/AccountRechargeApi.md +330 -0
- data/docs/AccountVerify.md +10 -0
- data/docs/Address.md +14 -0
- data/docs/Attachment.md +12 -0
- data/docs/Contact.md +23 -0
- data/docs/ContactApi.md +416 -0
- data/docs/ContactList.md +8 -0
- data/docs/ContactListApi.md +398 -0
- data/docs/ContactListImport.md +9 -0
- data/docs/CountriesApi.md +50 -0
- data/docs/CreditCard.md +13 -0
- data/docs/DateBefore.md +8 -0
- data/docs/DeliveryIssue.md +12 -0
- data/docs/DeliveryIssuesApi.md +119 -0
- data/docs/DeliveryReceiptRule.md +12 -0
- data/docs/DetectAddressApi.md +62 -0
- data/docs/Email.md +15 -0
- data/docs/EmailAddress.md +8 -0
- data/docs/EmailCampaign.md +15 -0
- data/docs/EmailDeliveryReceiptRulesApi.md +286 -0
- data/docs/EmailFrom.md +9 -0
- data/docs/EmailMarketingApi.md +793 -0
- data/docs/EmailRecipient.md +9 -0
- data/docs/EmailSMSAddress.md +10 -0
- data/docs/EmailTemplateNew.md +9 -0
- data/docs/EmailTemplateUpdate.md +9 -0
- data/docs/EmailToSmsApi.md +395 -0
- data/docs/FAXApi.md +401 -0
- data/docs/FAXDeliveryReceiptRulesApi.md +286 -0
- data/docs/FaxMessage.md +15 -0
- data/docs/FaxMessageCollection.md +9 -0
- data/docs/Fields.md +8 -0
- data/docs/FieldsFields.md +23 -0
- data/docs/ForgotPassword.md +8 -0
- data/docs/ForgotUsername.md +9 -0
- data/docs/InboundFAXRulesApi.md +286 -0
- data/docs/InboundFaxRule.md +12 -0
- data/docs/InboundSMSRule.md +14 -0
- data/docs/InboundSMSRulesApi.md +286 -0
- data/docs/MMSApi.md +228 -0
- data/docs/MasterEmailTemplatesApi.md +290 -0
- data/docs/MmsCampaign.md +14 -0
- data/docs/MmsCampaignApi.md +338 -0
- data/docs/MmsMessage.md +17 -0
- data/docs/MmsMessageCollection.md +9 -0
- data/docs/NumberApi.md +183 -0
- data/docs/PostLetter.md +14 -0
- data/docs/PostLetterApi.md +227 -0
- data/docs/PostPostcard.md +9 -0
- data/docs/PostPostcardApi.md +227 -0
- data/docs/PostRecipient.md +16 -0
- data/docs/PostReturnAddressApi.md +284 -0
- data/docs/ReferralAccountApi.md +65 -0
- data/docs/ResellerAccount.md +15 -0
- data/docs/ResellerAccountApi.md +230 -0
- data/docs/ResellerAccountTransferCredit.md +10 -0
- data/docs/SMSApi.md +999 -0
- data/docs/SMSDeliveryReceiptRulesApi.md +286 -0
- data/docs/SearchApi.md +68 -0
- data/docs/SmsCampaign.md +12 -0
- data/docs/SmsCampaignApi.md +338 -0
- data/docs/SmsMessage.md +16 -0
- data/docs/SmsMessageCollection.md +8 -0
- data/docs/SmsTemplate.md +9 -0
- data/docs/StatisticsApi.md +104 -0
- data/docs/StrippedString.md +8 -0
- data/docs/Subaccount.md +18 -0
- data/docs/SubaccountApi.md +338 -0
- data/docs/TimezonesApi.md +65 -0
- data/docs/TransactionalEmailApi.md +237 -0
- data/docs/TransferCreditApi.md +62 -0
- data/docs/UploadApi.md +65 -0
- data/docs/UploadFile.md +8 -0
- data/docs/Url.md +8 -0
- data/docs/UserEmailTemplatesApi.md +284 -0
- data/docs/VoiceApi.md +547 -0
- data/docs/VoiceDeliveryReceiptRulesApi.md +286 -0
- data/docs/VoiceMessage.md +18 -0
- data/docs/VoiceMessageCollection.md +8 -0
- data/lib/clicksend_client.rb +121 -0
- data/lib/clicksend_client/api/account_api.rb +447 -0
- data/lib/clicksend_client/api/account_recharge_api.rb +346 -0
- data/lib/clicksend_client/api/contact_api.rb +463 -0
- data/lib/clicksend_client/api/contact_list_api.rb +427 -0
- data/lib/clicksend_client/api/countries_api.rb +71 -0
- data/lib/clicksend_client/api/delivery_issues_api.rb +139 -0
- data/lib/clicksend_client/api/detect_address_api.rb +77 -0
- data/lib/clicksend_client/api/email_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/email_marketing_api.rb +829 -0
- data/lib/clicksend_client/api/email_to_sms_api.rb +423 -0
- data/lib/clicksend_client/api/fax_api.rb +425 -0
- data/lib/clicksend_client/api/fax_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/inbound_fax_rules_api.rb +310 -0
- data/lib/clicksend_client/api/inbound_sms_rules_api.rb +310 -0
- data/lib/clicksend_client/api/master_email_templates_api.rb +323 -0
- data/lib/clicksend_client/api/mms_api.rb +243 -0
- data/lib/clicksend_client/api/mms_campaign_api.rb +361 -0
- data/lib/clicksend_client/api/number_api.rb +213 -0
- data/lib/clicksend_client/api/post_letter_api.rb +248 -0
- data/lib/clicksend_client/api/post_postcard_api.rb +248 -0
- data/lib/clicksend_client/api/post_return_address_api.rb +307 -0
- data/lib/clicksend_client/api/referral_account_api.rb +85 -0
- data/lib/clicksend_client/api/reseller_account_api.rb +253 -0
- data/lib/clicksend_client/api/search_api.rb +92 -0
- data/lib/clicksend_client/api/sms_api.rb +1032 -0
- data/lib/clicksend_client/api/sms_campaign_api.rb +361 -0
- data/lib/clicksend_client/api/sms_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/statistics_api.rb +119 -0
- data/lib/clicksend_client/api/subaccount_api.rb +361 -0
- data/lib/clicksend_client/api/timezones_api.rb +85 -0
- data/lib/clicksend_client/api/transactional_email_api.rb +260 -0
- data/lib/clicksend_client/api/transfer_credit_api.rb +77 -0
- data/lib/clicksend_client/api/upload_api.rb +84 -0
- data/lib/clicksend_client/api/user_email_templates_api.rb +307 -0
- data/lib/clicksend_client/api/voice_api.rb +570 -0
- data/lib/clicksend_client/api/voice_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api_client.rb +389 -0
- data/lib/clicksend_client/api_error.rb +38 -0
- data/lib/clicksend_client/configuration.rb +209 -0
- data/lib/clicksend_client/models/account.rb +295 -0
- data/lib/clicksend_client/models/account_forgot_password_verify.rb +219 -0
- data/lib/clicksend_client/models/account_verify.rb +220 -0
- data/lib/clicksend_client/models/address.rb +270 -0
- data/lib/clicksend_client/models/attachment.rb +250 -0
- data/lib/clicksend_client/models/contact.rb +345 -0
- data/lib/clicksend_client/models/contact_list.rb +190 -0
- data/lib/clicksend_client/models/contact_list_import.rb +207 -0
- data/lib/clicksend_client/models/credit_card.rb +265 -0
- data/lib/clicksend_client/models/date_before.rb +185 -0
- data/lib/clicksend_client/models/delivery_issue.rb +240 -0
- data/lib/clicksend_client/models/delivery_receipt_rule.rb +250 -0
- data/lib/clicksend_client/models/email.rb +277 -0
- data/lib/clicksend_client/models/email_address.rb +189 -0
- data/lib/clicksend_client/models/email_campaign.rb +287 -0
- data/lib/clicksend_client/models/email_from.rb +200 -0
- data/lib/clicksend_client/models/email_recipient.rb +200 -0
- data/lib/clicksend_client/models/email_sms_address.rb +215 -0
- data/lib/clicksend_client/models/email_template_new.rb +205 -0
- data/lib/clicksend_client/models/email_template_update.rb +200 -0
- data/lib/clicksend_client/models/fax_message.rb +262 -0
- data/lib/clicksend_client/models/fax_message_collection.rb +207 -0
- data/lib/clicksend_client/models/fields.rb +184 -0
- data/lib/clicksend_client/models/fields_fields.rb +335 -0
- data/lib/clicksend_client/models/forgot_password.rb +189 -0
- data/lib/clicksend_client/models/forgot_username.rb +194 -0
- data/lib/clicksend_client/models/inbound_fax_rule.rb +250 -0
- data/lib/clicksend_client/models/inbound_sms_rule.rb +280 -0
- data/lib/clicksend_client/models/mms_campaign.rb +272 -0
- data/lib/clicksend_client/models/mms_message.rb +294 -0
- data/lib/clicksend_client/models/mms_message_collection.rb +207 -0
- data/lib/clicksend_client/models/post_letter.rb +267 -0
- data/lib/clicksend_client/models/post_postcard.rb +209 -0
- data/lib/clicksend_client/models/post_recipient.rb +302 -0
- data/lib/clicksend_client/models/reseller_account.rb +295 -0
- data/lib/clicksend_client/models/reseller_account_transfer_credit.rb +220 -0
- data/lib/clicksend_client/models/sms_campaign.rb +242 -0
- data/lib/clicksend_client/models/sms_message.rb +279 -0
- data/lib/clicksend_client/models/sms_message_collection.rb +192 -0
- data/lib/clicksend_client/models/sms_template.rb +205 -0
- data/lib/clicksend_client/models/stripped_string.rb +190 -0
- data/lib/clicksend_client/models/subaccount.rb +325 -0
- data/lib/clicksend_client/models/upload_file.rb +190 -0
- data/lib/clicksend_client/models/url.rb +190 -0
- data/lib/clicksend_client/models/voice_message.rb +316 -0
- data/lib/clicksend_client/models/voice_message_collection.rb +192 -0
- data/lib/clicksend_client/version.rb +15 -0
- data/spec/api/account_api_spec.rb +131 -0
- data/spec/api/account_recharge_api_spec.rb +107 -0
- data/spec/api/contact_api_spec.rb +129 -0
- data/spec/api/contact_list_api_spec.rb +123 -0
- data/spec/api/countries_api_spec.rb +46 -0
- data/spec/api/delivery_issues_api_spec.rb +60 -0
- data/spec/api/detect_address_api_spec.rb +47 -0
- data/spec/api/email_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/email_marketing_api_spec.rb +213 -0
- data/spec/api/email_to_sms_api_spec.rb +122 -0
- data/spec/api/fax_api_spec.rb +125 -0
- data/spec/api/fax_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/inbound_fax_rules_api_spec.rb +98 -0
- data/spec/api/inbound_sms_rules_api_spec.rb +98 -0
- data/spec/api/master_email_templates_api_spec.rb +99 -0
- data/spec/api/mms_api_spec.rb +84 -0
- data/spec/api/mms_campaign_api_spec.rb +109 -0
- data/spec/api/number_api_spec.rb +76 -0
- data/spec/api/post_letter_api_spec.rb +84 -0
- data/spec/api/post_postcard_api_spec.rb +84 -0
- data/spec/api/post_return_address_api_spec.rb +97 -0
- data/spec/api/referral_account_api_spec.rb +48 -0
- data/spec/api/reseller_account_api_spec.rb +85 -0
- data/spec/api/search_api_spec.rb +49 -0
- data/spec/api/sms_api_spec.rb +259 -0
- data/spec/api/sms_campaign_api_spec.rb +109 -0
- data/spec/api/sms_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/statistics_api_spec.rb +57 -0
- data/spec/api/subaccount_api_spec.rb +109 -0
- data/spec/api/timezones_api_spec.rb +48 -0
- data/spec/api/transactional_email_api_spec.rb +88 -0
- data/spec/api/transfer_credit_api_spec.rb +47 -0
- data/spec/api/upload_api_spec.rb +48 -0
- data/spec/api/user_email_templates_api_spec.rb +97 -0
- data/spec/api/voice_api_spec.rb +157 -0
- data/spec/api/voice_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_forgot_password_verify_spec.rb +53 -0
- data/spec/models/account_spec.rb +83 -0
- data/spec/models/account_verify_spec.rb +53 -0
- data/spec/models/address_spec.rb +77 -0
- data/spec/models/attachment_spec.rb +65 -0
- data/spec/models/contact_list_import_spec.rb +47 -0
- data/spec/models/contact_list_spec.rb +41 -0
- data/spec/models/contact_spec.rb +131 -0
- data/spec/models/credit_card_spec.rb +71 -0
- data/spec/models/date_before_spec.rb +41 -0
- data/spec/models/delivery_issue_spec.rb +65 -0
- data/spec/models/delivery_receipt_rule_spec.rb +65 -0
- data/spec/models/email_address_spec.rb +41 -0
- data/spec/models/email_campaign_spec.rb +83 -0
- data/spec/models/email_from_spec.rb +47 -0
- data/spec/models/email_recipient_spec.rb +47 -0
- data/spec/models/email_sms_address_spec.rb +53 -0
- data/spec/models/email_spec.rb +83 -0
- data/spec/models/email_template_new_spec.rb +47 -0
- data/spec/models/email_template_update_spec.rb +47 -0
- data/spec/models/fax_message_collection_spec.rb +47 -0
- data/spec/models/fax_message_spec.rb +83 -0
- data/spec/models/fields_fields_spec.rb +131 -0
- data/spec/models/fields_spec.rb +41 -0
- data/spec/models/forgot_password_spec.rb +41 -0
- data/spec/models/forgot_username_spec.rb +47 -0
- data/spec/models/inbound_fax_rule_spec.rb +65 -0
- data/spec/models/inbound_sms_rule_spec.rb +77 -0
- data/spec/models/mms_campaign_spec.rb +77 -0
- data/spec/models/mms_message_collection_spec.rb +47 -0
- data/spec/models/mms_message_spec.rb +95 -0
- data/spec/models/post_letter_spec.rb +77 -0
- data/spec/models/post_postcard_spec.rb +47 -0
- data/spec/models/post_recipient_spec.rb +89 -0
- data/spec/models/reseller_account_spec.rb +83 -0
- data/spec/models/reseller_account_transfer_credit_spec.rb +53 -0
- data/spec/models/sms_campaign_spec.rb +65 -0
- data/spec/models/sms_message_collection_spec.rb +41 -0
- data/spec/models/sms_message_spec.rb +89 -0
- data/spec/models/sms_template_spec.rb +47 -0
- data/spec/models/stripped_string_spec.rb +41 -0
- data/spec/models/subaccount_spec.rb +101 -0
- data/spec/models/upload_file_spec.rb +41 -0
- data/spec/models/url_spec.rb +41 -0
- data/spec/models/voice_message_collection_spec.rb +41 -0
- data/spec/models/voice_message_spec.rb +101 -0
- data/spec/spec_helper.rb +111 -0
- metadata +568 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# ClickSendClient::AccountForgotPasswordVerify
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**subaccount_id** | **Integer** | ID of subaccount |
|
|
7
|
+
**activation_token** | **String** | Activation token |
|
|
8
|
+
**password** | **String** | Password |
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
# ClickSendClient::AccountRechargeApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://rest.clicksend.com/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**recharge_credit_card_get**](AccountRechargeApi.md#recharge_credit_card_get) | **GET** /recharge/credit-card | Get Credit Card info
|
|
8
|
+
[**recharge_credit_card_put**](AccountRechargeApi.md#recharge_credit_card_put) | **PUT** /recharge/credit-card | Update credit card info
|
|
9
|
+
[**recharge_packages_get**](AccountRechargeApi.md#recharge_packages_get) | **GET** /recharge/packages | Get list of all packages
|
|
10
|
+
[**recharge_purchase_by_package_id_put**](AccountRechargeApi.md#recharge_purchase_by_package_id_put) | **PUT** /recharge/purchase/{package_id} | Purchase a package
|
|
11
|
+
[**recharge_transactions_by_transaction_id_get**](AccountRechargeApi.md#recharge_transactions_by_transaction_id_get) | **GET** /recharge/transactions/{transaction_id} | Get specific Transaction
|
|
12
|
+
[**recharge_transactions_get**](AccountRechargeApi.md#recharge_transactions_get) | **GET** /recharge/transactions | Purchase a package
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# **recharge_credit_card_get**
|
|
16
|
+
> String recharge_credit_card_get
|
|
17
|
+
|
|
18
|
+
Get Credit Card info
|
|
19
|
+
|
|
20
|
+
Get Credit Card info
|
|
21
|
+
|
|
22
|
+
### Example
|
|
23
|
+
```ruby
|
|
24
|
+
# load the gem
|
|
25
|
+
require 'clicksend_client'
|
|
26
|
+
# setup authorization
|
|
27
|
+
ClickSendClient.configure do |config|
|
|
28
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
29
|
+
config.username = 'YOUR USERNAME'
|
|
30
|
+
config.password = 'YOUR PASSWORD'
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
34
|
+
|
|
35
|
+
begin
|
|
36
|
+
#Get Credit Card info
|
|
37
|
+
result = api_instance.recharge_credit_card_get
|
|
38
|
+
p result
|
|
39
|
+
rescue ClickSendClient::ApiError => e
|
|
40
|
+
puts "Exception when calling AccountRechargeApi->recharge_credit_card_get: #{e}"
|
|
41
|
+
end
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Parameters
|
|
45
|
+
This endpoint does not need any parameter.
|
|
46
|
+
|
|
47
|
+
### Return type
|
|
48
|
+
|
|
49
|
+
**String**
|
|
50
|
+
|
|
51
|
+
### Authorization
|
|
52
|
+
|
|
53
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
54
|
+
|
|
55
|
+
### HTTP request headers
|
|
56
|
+
|
|
57
|
+
- **Content-Type**: application/json
|
|
58
|
+
- **Accept**: application/json
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# **recharge_credit_card_put**
|
|
63
|
+
> String recharge_credit_card_put(credit_card)
|
|
64
|
+
|
|
65
|
+
Update credit card info
|
|
66
|
+
|
|
67
|
+
Update credit card info
|
|
68
|
+
|
|
69
|
+
### Example
|
|
70
|
+
```ruby
|
|
71
|
+
# load the gem
|
|
72
|
+
require 'clicksend_client'
|
|
73
|
+
# setup authorization
|
|
74
|
+
ClickSendClient.configure do |config|
|
|
75
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
76
|
+
config.username = 'YOUR USERNAME'
|
|
77
|
+
config.password = 'YOUR PASSWORD'
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
81
|
+
|
|
82
|
+
credit_card = ClickSendClient::CreditCard.new # CreditCard | CreditCard model
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
begin
|
|
86
|
+
#Update credit card info
|
|
87
|
+
result = api_instance.recharge_credit_card_put(credit_card)
|
|
88
|
+
p result
|
|
89
|
+
rescue ClickSendClient::ApiError => e
|
|
90
|
+
puts "Exception when calling AccountRechargeApi->recharge_credit_card_put: #{e}"
|
|
91
|
+
end
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Parameters
|
|
95
|
+
|
|
96
|
+
Name | Type | Description | Notes
|
|
97
|
+
------------- | ------------- | ------------- | -------------
|
|
98
|
+
**credit_card** | [**CreditCard**](CreditCard.md)| CreditCard model |
|
|
99
|
+
|
|
100
|
+
### Return type
|
|
101
|
+
|
|
102
|
+
**String**
|
|
103
|
+
|
|
104
|
+
### Authorization
|
|
105
|
+
|
|
106
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
107
|
+
|
|
108
|
+
### HTTP request headers
|
|
109
|
+
|
|
110
|
+
- **Content-Type**: application/json
|
|
111
|
+
- **Accept**: application/json
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
# **recharge_packages_get**
|
|
116
|
+
> String recharge_packages_get(opts)
|
|
117
|
+
|
|
118
|
+
Get list of all packages
|
|
119
|
+
|
|
120
|
+
Get list of all packages
|
|
121
|
+
|
|
122
|
+
### Example
|
|
123
|
+
```ruby
|
|
124
|
+
# load the gem
|
|
125
|
+
require 'clicksend_client'
|
|
126
|
+
# setup authorization
|
|
127
|
+
ClickSendClient.configure do |config|
|
|
128
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
129
|
+
config.username = 'YOUR USERNAME'
|
|
130
|
+
config.password = 'YOUR PASSWORD'
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
134
|
+
|
|
135
|
+
opts = {
|
|
136
|
+
country: 'country_example' # String | Country code
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
begin
|
|
140
|
+
#Get list of all packages
|
|
141
|
+
result = api_instance.recharge_packages_get(opts)
|
|
142
|
+
p result
|
|
143
|
+
rescue ClickSendClient::ApiError => e
|
|
144
|
+
puts "Exception when calling AccountRechargeApi->recharge_packages_get: #{e}"
|
|
145
|
+
end
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
### Parameters
|
|
149
|
+
|
|
150
|
+
Name | Type | Description | Notes
|
|
151
|
+
------------- | ------------- | ------------- | -------------
|
|
152
|
+
**country** | **String**| Country code | [optional]
|
|
153
|
+
|
|
154
|
+
### Return type
|
|
155
|
+
|
|
156
|
+
**String**
|
|
157
|
+
|
|
158
|
+
### Authorization
|
|
159
|
+
|
|
160
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
161
|
+
|
|
162
|
+
### HTTP request headers
|
|
163
|
+
|
|
164
|
+
- **Content-Type**: application/json
|
|
165
|
+
- **Accept**: application/json
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
# **recharge_purchase_by_package_id_put**
|
|
170
|
+
> String recharge_purchase_by_package_id_put(package_id)
|
|
171
|
+
|
|
172
|
+
Purchase a package
|
|
173
|
+
|
|
174
|
+
Purchase a package
|
|
175
|
+
|
|
176
|
+
### Example
|
|
177
|
+
```ruby
|
|
178
|
+
# load the gem
|
|
179
|
+
require 'clicksend_client'
|
|
180
|
+
# setup authorization
|
|
181
|
+
ClickSendClient.configure do |config|
|
|
182
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
183
|
+
config.username = 'YOUR USERNAME'
|
|
184
|
+
config.password = 'YOUR PASSWORD'
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
188
|
+
|
|
189
|
+
package_id = 56 # Integer | ID of package to purchase
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
begin
|
|
193
|
+
#Purchase a package
|
|
194
|
+
result = api_instance.recharge_purchase_by_package_id_put(package_id)
|
|
195
|
+
p result
|
|
196
|
+
rescue ClickSendClient::ApiError => e
|
|
197
|
+
puts "Exception when calling AccountRechargeApi->recharge_purchase_by_package_id_put: #{e}"
|
|
198
|
+
end
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Parameters
|
|
202
|
+
|
|
203
|
+
Name | Type | Description | Notes
|
|
204
|
+
------------- | ------------- | ------------- | -------------
|
|
205
|
+
**package_id** | **Integer**| ID of package to purchase |
|
|
206
|
+
|
|
207
|
+
### Return type
|
|
208
|
+
|
|
209
|
+
**String**
|
|
210
|
+
|
|
211
|
+
### Authorization
|
|
212
|
+
|
|
213
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
214
|
+
|
|
215
|
+
### HTTP request headers
|
|
216
|
+
|
|
217
|
+
- **Content-Type**: application/json
|
|
218
|
+
- **Accept**: application/json
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
# **recharge_transactions_by_transaction_id_get**
|
|
223
|
+
> String recharge_transactions_by_transaction_id_get(transaction_id)
|
|
224
|
+
|
|
225
|
+
Get specific Transaction
|
|
226
|
+
|
|
227
|
+
Get specific Transaction
|
|
228
|
+
|
|
229
|
+
### Example
|
|
230
|
+
```ruby
|
|
231
|
+
# load the gem
|
|
232
|
+
require 'clicksend_client'
|
|
233
|
+
# setup authorization
|
|
234
|
+
ClickSendClient.configure do |config|
|
|
235
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
236
|
+
config.username = 'YOUR USERNAME'
|
|
237
|
+
config.password = 'YOUR PASSWORD'
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
241
|
+
|
|
242
|
+
transaction_id = 'transaction_id_example' # String | ID of transaction to retrieve
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
begin
|
|
246
|
+
#Get specific Transaction
|
|
247
|
+
result = api_instance.recharge_transactions_by_transaction_id_get(transaction_id)
|
|
248
|
+
p result
|
|
249
|
+
rescue ClickSendClient::ApiError => e
|
|
250
|
+
puts "Exception when calling AccountRechargeApi->recharge_transactions_by_transaction_id_get: #{e}"
|
|
251
|
+
end
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Parameters
|
|
255
|
+
|
|
256
|
+
Name | Type | Description | Notes
|
|
257
|
+
------------- | ------------- | ------------- | -------------
|
|
258
|
+
**transaction_id** | **String**| ID of transaction to retrieve |
|
|
259
|
+
|
|
260
|
+
### Return type
|
|
261
|
+
|
|
262
|
+
**String**
|
|
263
|
+
|
|
264
|
+
### Authorization
|
|
265
|
+
|
|
266
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
267
|
+
|
|
268
|
+
### HTTP request headers
|
|
269
|
+
|
|
270
|
+
- **Content-Type**: application/json
|
|
271
|
+
- **Accept**: application/json
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
# **recharge_transactions_get**
|
|
276
|
+
> String recharge_transactions_get(opts)
|
|
277
|
+
|
|
278
|
+
Purchase a package
|
|
279
|
+
|
|
280
|
+
Get all transactions
|
|
281
|
+
|
|
282
|
+
### Example
|
|
283
|
+
```ruby
|
|
284
|
+
# load the gem
|
|
285
|
+
require 'clicksend_client'
|
|
286
|
+
# setup authorization
|
|
287
|
+
ClickSendClient.configure do |config|
|
|
288
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
289
|
+
config.username = 'YOUR USERNAME'
|
|
290
|
+
config.password = 'YOUR PASSWORD'
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
api_instance = ClickSendClient::AccountRechargeApi.new
|
|
294
|
+
|
|
295
|
+
opts = {
|
|
296
|
+
page: 1, # Integer | Page number
|
|
297
|
+
limit: 10 # Integer | Number of records per page
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
begin
|
|
301
|
+
#Purchase a package
|
|
302
|
+
result = api_instance.recharge_transactions_get(opts)
|
|
303
|
+
p result
|
|
304
|
+
rescue ClickSendClient::ApiError => e
|
|
305
|
+
puts "Exception when calling AccountRechargeApi->recharge_transactions_get: #{e}"
|
|
306
|
+
end
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
### Parameters
|
|
310
|
+
|
|
311
|
+
Name | Type | Description | Notes
|
|
312
|
+
------------- | ------------- | ------------- | -------------
|
|
313
|
+
**page** | **Integer**| Page number | [optional] [default to 1]
|
|
314
|
+
**limit** | **Integer**| Number of records per page | [optional] [default to 10]
|
|
315
|
+
|
|
316
|
+
### Return type
|
|
317
|
+
|
|
318
|
+
**String**
|
|
319
|
+
|
|
320
|
+
### Authorization
|
|
321
|
+
|
|
322
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
323
|
+
|
|
324
|
+
### HTTP request headers
|
|
325
|
+
|
|
326
|
+
- **Content-Type**: application/json
|
|
327
|
+
- **Accept**: application/json
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# ClickSendClient::AccountVerify
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**country** | **String** | Country code |
|
|
7
|
+
**user_phone** | **String** | User's phone number |
|
|
8
|
+
**type** | **String** | Type of verification |
|
|
9
|
+
|
|
10
|
+
|
data/docs/Address.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# ClickSendClient::Address
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**address_name** | **String** | Your address name. |
|
|
7
|
+
**address_line_1** | **String** | Your address line 1 |
|
|
8
|
+
**address_city** | **String** | Your city |
|
|
9
|
+
**address_postal_code** | **String** | Your postal code |
|
|
10
|
+
**address_country** | **String** | Your country |
|
|
11
|
+
**address_line_2** | **String** | Your address line 2 | [optional]
|
|
12
|
+
**address_state** | **String** | Your state | [optional]
|
|
13
|
+
|
|
14
|
+
|
data/docs/Attachment.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# ClickSendClient::Attachment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**content** | **String** | The base64-encoded contents of the file. |
|
|
7
|
+
**type** | **String** | The type of file being attached. |
|
|
8
|
+
**filename** | **String** | The name of the file being attached. |
|
|
9
|
+
**disposition** | **String** | Inline for content that can be displayed within the email, or attachment for any other files. |
|
|
10
|
+
**content_id** | **String** | An ID for the content. |
|
|
11
|
+
|
|
12
|
+
|
data/docs/Contact.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# ClickSendClient::Contact
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**phone_number** | **String** | Your phone number in E.164 format. Must be provided if no fax number or email. |
|
|
7
|
+
**custom_1** | **String** | |
|
|
8
|
+
**email** | **String** | Your email. Must be provided if no phone number or fax number. | [optional]
|
|
9
|
+
**fax_number** | **String** | Your fax number. Must be provided if no phone number or email. | [optional]
|
|
10
|
+
**first_name** | **String** | Your first name. | [optional]
|
|
11
|
+
**address_line_1** | **String** | Your street address | [optional]
|
|
12
|
+
**address_line_2** | **String** | | [optional]
|
|
13
|
+
**address_city** | **String** | Your nearest city | [optional]
|
|
14
|
+
**address_state** | **String** | Your current state | [optional]
|
|
15
|
+
**address_postal_code** | **String** | Your current postcode | [optional]
|
|
16
|
+
**address_country** | **String** | Your current country | [optional]
|
|
17
|
+
**organization_name** | **String** | Your organisation name | [optional]
|
|
18
|
+
**custom_2** | **String** | | [optional]
|
|
19
|
+
**custom_3** | **String** | | [optional]
|
|
20
|
+
**custom_4** | **String** | | [optional]
|
|
21
|
+
**last_name** | **String** | Your last name | [optional]
|
|
22
|
+
|
|
23
|
+
|
data/docs/ContactApi.md
ADDED
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
# ClickSendClient::ContactApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://rest.clicksend.com/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**lists_contacts_by_list_id_and_contact_id_delete**](ContactApi.md#lists_contacts_by_list_id_and_contact_id_delete) | **DELETE** /lists/{list_id}/contacts/{contact_id} | Delete a contact
|
|
8
|
+
[**lists_contacts_by_list_id_and_contact_id_get**](ContactApi.md#lists_contacts_by_list_id_and_contact_id_get) | **GET** /lists/{list_id}/contacts/{contact_id} | Get a specific contact
|
|
9
|
+
[**lists_contacts_by_list_id_and_contact_id_put**](ContactApi.md#lists_contacts_by_list_id_and_contact_id_put) | **PUT** /lists/{list_id}/contacts/{contact_id} | Update specific contact
|
|
10
|
+
[**lists_contacts_by_list_id_get**](ContactApi.md#lists_contacts_by_list_id_get) | **GET** /lists/{list_id}/contacts | Get all contacts in a list
|
|
11
|
+
[**lists_contacts_by_list_id_post**](ContactApi.md#lists_contacts_by_list_id_post) | **POST** /lists/{list_id}/contacts | Create new contact
|
|
12
|
+
[**lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put**](ContactApi.md#lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put) | **PUT** /lists/{list_id}/remove-opted-out-contacts/{opt_out_list_id} | Remove all opted out contacts
|
|
13
|
+
[**lists_transfer_contact_put**](ContactApi.md#lists_transfer_contact_put) | **PUT** /lists/{from_list_id}/contacts/{contact_id}/transfer/{to_list_id} | Transfer contact to another list
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# **lists_contacts_by_list_id_and_contact_id_delete**
|
|
17
|
+
> String lists_contacts_by_list_id_and_contact_id_delete(list_id, contact_id)
|
|
18
|
+
|
|
19
|
+
Delete a contact
|
|
20
|
+
|
|
21
|
+
Delete a contact
|
|
22
|
+
|
|
23
|
+
### Example
|
|
24
|
+
```ruby
|
|
25
|
+
# load the gem
|
|
26
|
+
require 'clicksend_client'
|
|
27
|
+
# setup authorization
|
|
28
|
+
ClickSendClient.configure do |config|
|
|
29
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
30
|
+
config.username = 'YOUR USERNAME'
|
|
31
|
+
config.password = 'YOUR PASSWORD'
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
35
|
+
|
|
36
|
+
list_id = 56 # Integer | List ID
|
|
37
|
+
|
|
38
|
+
contact_id = 56 # Integer | Contact ID
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
begin
|
|
42
|
+
#Delete a contact
|
|
43
|
+
result = api_instance.lists_contacts_by_list_id_and_contact_id_delete(list_id, contact_id)
|
|
44
|
+
p result
|
|
45
|
+
rescue ClickSendClient::ApiError => e
|
|
46
|
+
puts "Exception when calling ContactApi->lists_contacts_by_list_id_and_contact_id_delete: #{e}"
|
|
47
|
+
end
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Parameters
|
|
51
|
+
|
|
52
|
+
Name | Type | Description | Notes
|
|
53
|
+
------------- | ------------- | ------------- | -------------
|
|
54
|
+
**list_id** | **Integer**| List ID |
|
|
55
|
+
**contact_id** | **Integer**| Contact ID |
|
|
56
|
+
|
|
57
|
+
### Return type
|
|
58
|
+
|
|
59
|
+
**String**
|
|
60
|
+
|
|
61
|
+
### Authorization
|
|
62
|
+
|
|
63
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
64
|
+
|
|
65
|
+
### HTTP request headers
|
|
66
|
+
|
|
67
|
+
- **Content-Type**: application/json
|
|
68
|
+
- **Accept**: application/json
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
# **lists_contacts_by_list_id_and_contact_id_get**
|
|
73
|
+
> String lists_contacts_by_list_id_and_contact_id_get(list_id, contact_id)
|
|
74
|
+
|
|
75
|
+
Get a specific contact
|
|
76
|
+
|
|
77
|
+
Get a specific contact
|
|
78
|
+
|
|
79
|
+
### Example
|
|
80
|
+
```ruby
|
|
81
|
+
# load the gem
|
|
82
|
+
require 'clicksend_client'
|
|
83
|
+
# setup authorization
|
|
84
|
+
ClickSendClient.configure do |config|
|
|
85
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
86
|
+
config.username = 'YOUR USERNAME'
|
|
87
|
+
config.password = 'YOUR PASSWORD'
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
91
|
+
|
|
92
|
+
list_id = 56 # Integer | Your contact list id you want to access.
|
|
93
|
+
|
|
94
|
+
contact_id = 56 # Integer | Your contact id you want to access.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
begin
|
|
98
|
+
#Get a specific contact
|
|
99
|
+
result = api_instance.lists_contacts_by_list_id_and_contact_id_get(list_id, contact_id)
|
|
100
|
+
p result
|
|
101
|
+
rescue ClickSendClient::ApiError => e
|
|
102
|
+
puts "Exception when calling ContactApi->lists_contacts_by_list_id_and_contact_id_get: #{e}"
|
|
103
|
+
end
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Parameters
|
|
107
|
+
|
|
108
|
+
Name | Type | Description | Notes
|
|
109
|
+
------------- | ------------- | ------------- | -------------
|
|
110
|
+
**list_id** | **Integer**| Your contact list id you want to access. |
|
|
111
|
+
**contact_id** | **Integer**| Your contact id you want to access. |
|
|
112
|
+
|
|
113
|
+
### Return type
|
|
114
|
+
|
|
115
|
+
**String**
|
|
116
|
+
|
|
117
|
+
### Authorization
|
|
118
|
+
|
|
119
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
120
|
+
|
|
121
|
+
### HTTP request headers
|
|
122
|
+
|
|
123
|
+
- **Content-Type**: application/json
|
|
124
|
+
- **Accept**: application/json
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
# **lists_contacts_by_list_id_and_contact_id_put**
|
|
129
|
+
> String lists_contacts_by_list_id_and_contact_id_put(list_id, contact_id, contact)
|
|
130
|
+
|
|
131
|
+
Update specific contact
|
|
132
|
+
|
|
133
|
+
Update specific contact
|
|
134
|
+
|
|
135
|
+
### Example
|
|
136
|
+
```ruby
|
|
137
|
+
# load the gem
|
|
138
|
+
require 'clicksend_client'
|
|
139
|
+
# setup authorization
|
|
140
|
+
ClickSendClient.configure do |config|
|
|
141
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
142
|
+
config.username = 'YOUR USERNAME'
|
|
143
|
+
config.password = 'YOUR PASSWORD'
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
147
|
+
|
|
148
|
+
list_id = 56 # Integer | Contact list id
|
|
149
|
+
|
|
150
|
+
contact_id = 56 # Integer | Contact ID
|
|
151
|
+
|
|
152
|
+
contact = ClickSendClient::Contact.new # Contact | Contact model
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
begin
|
|
156
|
+
#Update specific contact
|
|
157
|
+
result = api_instance.lists_contacts_by_list_id_and_contact_id_put(list_id, contact_id, contact)
|
|
158
|
+
p result
|
|
159
|
+
rescue ClickSendClient::ApiError => e
|
|
160
|
+
puts "Exception when calling ContactApi->lists_contacts_by_list_id_and_contact_id_put: #{e}"
|
|
161
|
+
end
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Parameters
|
|
165
|
+
|
|
166
|
+
Name | Type | Description | Notes
|
|
167
|
+
------------- | ------------- | ------------- | -------------
|
|
168
|
+
**list_id** | **Integer**| Contact list id |
|
|
169
|
+
**contact_id** | **Integer**| Contact ID |
|
|
170
|
+
**contact** | [**Contact**](Contact.md)| Contact model |
|
|
171
|
+
|
|
172
|
+
### Return type
|
|
173
|
+
|
|
174
|
+
**String**
|
|
175
|
+
|
|
176
|
+
### Authorization
|
|
177
|
+
|
|
178
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
179
|
+
|
|
180
|
+
### HTTP request headers
|
|
181
|
+
|
|
182
|
+
- **Content-Type**: application/json
|
|
183
|
+
- **Accept**: application/json
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
# **lists_contacts_by_list_id_get**
|
|
188
|
+
> String lists_contacts_by_list_id_get(list_id, opts)
|
|
189
|
+
|
|
190
|
+
Get all contacts in a list
|
|
191
|
+
|
|
192
|
+
Get all contacts in a list
|
|
193
|
+
|
|
194
|
+
### Example
|
|
195
|
+
```ruby
|
|
196
|
+
# load the gem
|
|
197
|
+
require 'clicksend_client'
|
|
198
|
+
# setup authorization
|
|
199
|
+
ClickSendClient.configure do |config|
|
|
200
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
201
|
+
config.username = 'YOUR USERNAME'
|
|
202
|
+
config.password = 'YOUR PASSWORD'
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
206
|
+
|
|
207
|
+
list_id = 56 # Integer | Contact list ID
|
|
208
|
+
|
|
209
|
+
opts = {
|
|
210
|
+
page: 1, # Integer | Page number
|
|
211
|
+
limit: 10 # Integer | Number of records per page
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
begin
|
|
215
|
+
#Get all contacts in a list
|
|
216
|
+
result = api_instance.lists_contacts_by_list_id_get(list_id, opts)
|
|
217
|
+
p result
|
|
218
|
+
rescue ClickSendClient::ApiError => e
|
|
219
|
+
puts "Exception when calling ContactApi->lists_contacts_by_list_id_get: #{e}"
|
|
220
|
+
end
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
### Parameters
|
|
224
|
+
|
|
225
|
+
Name | Type | Description | Notes
|
|
226
|
+
------------- | ------------- | ------------- | -------------
|
|
227
|
+
**list_id** | **Integer**| Contact list ID |
|
|
228
|
+
**page** | **Integer**| Page number | [optional] [default to 1]
|
|
229
|
+
**limit** | **Integer**| Number of records per page | [optional] [default to 10]
|
|
230
|
+
|
|
231
|
+
### Return type
|
|
232
|
+
|
|
233
|
+
**String**
|
|
234
|
+
|
|
235
|
+
### Authorization
|
|
236
|
+
|
|
237
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
238
|
+
|
|
239
|
+
### HTTP request headers
|
|
240
|
+
|
|
241
|
+
- **Content-Type**: application/json
|
|
242
|
+
- **Accept**: application/json
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
# **lists_contacts_by_list_id_post**
|
|
247
|
+
> String lists_contacts_by_list_id_post(contact, list_id)
|
|
248
|
+
|
|
249
|
+
Create new contact
|
|
250
|
+
|
|
251
|
+
Create new contact
|
|
252
|
+
|
|
253
|
+
### Example
|
|
254
|
+
```ruby
|
|
255
|
+
# load the gem
|
|
256
|
+
require 'clicksend_client'
|
|
257
|
+
# setup authorization
|
|
258
|
+
ClickSendClient.configure do |config|
|
|
259
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
260
|
+
config.username = 'YOUR USERNAME'
|
|
261
|
+
config.password = 'YOUR PASSWORD'
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
265
|
+
|
|
266
|
+
contact = ClickSendClient::Contact.new # Contact | Contact model
|
|
267
|
+
|
|
268
|
+
list_id = 56 # Integer | List id
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
begin
|
|
272
|
+
#Create new contact
|
|
273
|
+
result = api_instance.lists_contacts_by_list_id_post(contact, list_id)
|
|
274
|
+
p result
|
|
275
|
+
rescue ClickSendClient::ApiError => e
|
|
276
|
+
puts "Exception when calling ContactApi->lists_contacts_by_list_id_post: #{e}"
|
|
277
|
+
end
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
### Parameters
|
|
281
|
+
|
|
282
|
+
Name | Type | Description | Notes
|
|
283
|
+
------------- | ------------- | ------------- | -------------
|
|
284
|
+
**contact** | [**Contact**](Contact.md)| Contact model |
|
|
285
|
+
**list_id** | **Integer**| List id |
|
|
286
|
+
|
|
287
|
+
### Return type
|
|
288
|
+
|
|
289
|
+
**String**
|
|
290
|
+
|
|
291
|
+
### Authorization
|
|
292
|
+
|
|
293
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
294
|
+
|
|
295
|
+
### HTTP request headers
|
|
296
|
+
|
|
297
|
+
- **Content-Type**: application/json
|
|
298
|
+
- **Accept**: application/json
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
# **lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put**
|
|
303
|
+
> String lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put(list_id, opt_out_list_id)
|
|
304
|
+
|
|
305
|
+
Remove all opted out contacts
|
|
306
|
+
|
|
307
|
+
Remove all opted out contacts
|
|
308
|
+
|
|
309
|
+
### Example
|
|
310
|
+
```ruby
|
|
311
|
+
# load the gem
|
|
312
|
+
require 'clicksend_client'
|
|
313
|
+
# setup authorization
|
|
314
|
+
ClickSendClient.configure do |config|
|
|
315
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
316
|
+
config.username = 'YOUR USERNAME'
|
|
317
|
+
config.password = 'YOUR PASSWORD'
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
321
|
+
|
|
322
|
+
list_id = 56 # Integer | Your list id
|
|
323
|
+
|
|
324
|
+
opt_out_list_id = 56 # Integer | Your opt out list id
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
begin
|
|
328
|
+
#Remove all opted out contacts
|
|
329
|
+
result = api_instance.lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put(list_id, opt_out_list_id)
|
|
330
|
+
p result
|
|
331
|
+
rescue ClickSendClient::ApiError => e
|
|
332
|
+
puts "Exception when calling ContactApi->lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put: #{e}"
|
|
333
|
+
end
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
### Parameters
|
|
337
|
+
|
|
338
|
+
Name | Type | Description | Notes
|
|
339
|
+
------------- | ------------- | ------------- | -------------
|
|
340
|
+
**list_id** | **Integer**| Your list id |
|
|
341
|
+
**opt_out_list_id** | **Integer**| Your opt out list id |
|
|
342
|
+
|
|
343
|
+
### Return type
|
|
344
|
+
|
|
345
|
+
**String**
|
|
346
|
+
|
|
347
|
+
### Authorization
|
|
348
|
+
|
|
349
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
350
|
+
|
|
351
|
+
### HTTP request headers
|
|
352
|
+
|
|
353
|
+
- **Content-Type**: application/json
|
|
354
|
+
- **Accept**: application/json
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
# **lists_transfer_contact_put**
|
|
359
|
+
> String lists_transfer_contact_put(from_list_id, contact_id, to_list_id)
|
|
360
|
+
|
|
361
|
+
Transfer contact to another list
|
|
362
|
+
|
|
363
|
+
Transfer contact to another list
|
|
364
|
+
|
|
365
|
+
### Example
|
|
366
|
+
```ruby
|
|
367
|
+
# load the gem
|
|
368
|
+
require 'clicksend_client'
|
|
369
|
+
# setup authorization
|
|
370
|
+
ClickSendClient.configure do |config|
|
|
371
|
+
# Configure HTTP basic authorization: BasicAuth
|
|
372
|
+
config.username = 'YOUR USERNAME'
|
|
373
|
+
config.password = 'YOUR PASSWORD'
|
|
374
|
+
end
|
|
375
|
+
|
|
376
|
+
api_instance = ClickSendClient::ContactApi.new
|
|
377
|
+
|
|
378
|
+
from_list_id = 56 # Integer | List ID for list that contains contact.
|
|
379
|
+
|
|
380
|
+
contact_id = 56 # Integer | Contact ID
|
|
381
|
+
|
|
382
|
+
to_list_id = 56 # Integer | List ID for list you want to transfer contact to.
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
begin
|
|
386
|
+
#Transfer contact to another list
|
|
387
|
+
result = api_instance.lists_transfer_contact_put(from_list_id, contact_id, to_list_id)
|
|
388
|
+
p result
|
|
389
|
+
rescue ClickSendClient::ApiError => e
|
|
390
|
+
puts "Exception when calling ContactApi->lists_transfer_contact_put: #{e}"
|
|
391
|
+
end
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
### Parameters
|
|
395
|
+
|
|
396
|
+
Name | Type | Description | Notes
|
|
397
|
+
------------- | ------------- | ------------- | -------------
|
|
398
|
+
**from_list_id** | **Integer**| List ID for list that contains contact. |
|
|
399
|
+
**contact_id** | **Integer**| Contact ID |
|
|
400
|
+
**to_list_id** | **Integer**| List ID for list you want to transfer contact to. |
|
|
401
|
+
|
|
402
|
+
### Return type
|
|
403
|
+
|
|
404
|
+
**String**
|
|
405
|
+
|
|
406
|
+
### Authorization
|
|
407
|
+
|
|
408
|
+
[BasicAuth](../README.md#BasicAuth)
|
|
409
|
+
|
|
410
|
+
### HTTP request headers
|
|
411
|
+
|
|
412
|
+
- **Content-Type**: application/json
|
|
413
|
+
- **Accept**: application/json
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|