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
*DealsApi* | [**crmDealsLinkUnlinkIdPatch**](docs/Api/DealsApi.md#crmdealslinkunlinkidpatch) | **PATCH** /crm/deals/link-unlink/{id} | Link and Unlink a deal with contacts and companies
159
159
*DealsApi* | [**crmDealsPost**](docs/Api/DealsApi.md#crmdealspost) | **POST** /crm/deals | Create a deal
160
160
*DealsApi* | [**crmPipelineDetailsGet**](docs/Api/DealsApi.md#crmpipelinedetailsget) | **GET** /crm/pipeline/details | Get pipeline stages
161
-
*EcommerceApi* | [**createBatchOrder**](docs/Api/EcommerceApi.md#createbatchorder) | **POST** /orders/status/batch | Maintains a batch of orders
162
-
*EcommerceApi* | [**createOrder**](docs/Api/EcommerceApi.md#createorder) | **POST** /orders/status | Maintains every transactional status of the order
163
-
*EcommerceApi* | [**createUpdateBatchCategory**](docs/Api/EcommerceApi.md#createupdatebatchcategory) | **POST** /categories/batch | Create the categories in a batch
164
-
*EcommerceApi* | [**createUpdateBatchProducts**](docs/Api/EcommerceApi.md#createupdatebatchproducts) | **POST** /products/batch | Creates the products in a batch
*MasterAccountApi* | [**corporateSubAccountIdDelete**](docs/Api/MasterAccountApi.md#corporatesubaccountiddelete) | **DELETE** /corporate/subAccount/{id} | Delete a sub-account
211
211
*MasterAccountApi* | [**corporateSubAccountIdGet**](docs/Api/MasterAccountApi.md#corporatesubaccountidget) | **GET** /corporate/subAccount/{id} | Get sub-account details
212
212
*MasterAccountApi* | [**corporateSubAccountIdPlanPut**](docs/Api/MasterAccountApi.md#corporatesubaccountidplanput) | **PUT** /corporate/subAccount/{id}/plan | Update sub-account plan
213
+
*MasterAccountApi* | [**corporateSubAccountKeyPost**](docs/Api/MasterAccountApi.md#corporatesubaccountkeypost) | **POST** /corporate/subAccount/key | Create an API key for a sub-account
213
214
*MasterAccountApi* | [**corporateSubAccountPost**](docs/Api/MasterAccountApi.md#corporatesubaccountpost) | **POST** /corporate/subAccount | Create a new sub-account under a master account.
*TransactionalSMSApi* | [**getTransacAggregatedSmsReport**](docs/Api/TransactionalSMSApi.md#gettransacaggregatedsmsreport) | **GET** /transactionalSMS/statistics/aggregatedReport | Get your SMS activity aggregated over a period of time
285
286
*TransactionalSMSApi* | [**getTransacSmsReport**](docs/Api/TransactionalSMSApi.md#gettransacsmsreport) | **GET** /transactionalSMS/statistics/reports | Get your SMS activity aggregated per day
286
287
*TransactionalSMSApi* | [**sendTransacSms**](docs/Api/TransactionalSMSApi.md#sendtransacsms) | **POST** /transactionalSMS/sms | Send SMS message to a mobile number
288
+
*TransactionalWhatsAppApi* | [**getWhatsappEventReport**](docs/Api/TransactionalWhatsAppApi.md#getwhatsappeventreport) | **GET** /whatsapp/statistics/events | Get all your WhatsApp activity (unaggregated events)
Copy file name to clipboardExpand all lines: docs/Api/ContactsApi.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -687,8 +687,8 @@ $apiInstance = new SendinBlue\Client\Api\ContactsApi(
687
687
$config
688
688
);
689
689
$identifier = "identifier_example"; // string | Email (urlencoded) OR ID of the contact OR its SMS attribute value
690
-
$startDate = new \stdClass; // object | **Mandatory if endDate is used.** Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate
691
-
$endDate = new \stdClass; // object | **Mandatory if startDate is used.** Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate.
690
+
$startDate = "startDate_example"; // string | **Mandatory if endDate is used.** Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate
691
+
$endDate = "endDate_example"; // string | **Mandatory if startDate is used.** Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate.
**identifier** | **string**| Email (urlencoded) OR ID of the contact OR its SMS attribute value |
707
-
**startDate** | [**object**](../Model/.md)| **Mandatory if endDate is used.** Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate | [optional]
708
-
**endDate** | [**object**](../Model/.md)| **Mandatory if startDate is used.** Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate. | [optional]
707
+
**startDate** | **string**| **Mandatory if endDate is used.** Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate | [optional]
708
+
**endDate** | **string**| **Mandatory if startDate is used.** Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate. | [optional]
@@ -360,7 +364,9 @@ Name | Type | Description | Notes
360
364
# **ecommerceActivatePost**
361
365
> ecommerceActivatePost()
362
366
363
-
**Fulfills the eCommerce pre-requisites**
367
+
Activate the eCommerce app
368
+
369
+
Getting access to Sendinblue eCommerce.
364
370
365
371
### Example
366
372
```php
@@ -410,7 +416,7 @@ void (empty response body)
410
416
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
@@ -438,9 +444,10 @@ $limit = 50; // int | Number of documents per page
438
444
$offset = 0; // int | Index of the first document in the page
439
445
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
440
446
$ids = array("ids_example"); // string[] | Filter by category ids
447
+
$name = "name_example"; // string | Filter by category name
echo 'Exception when calling EcommerceApi->getCategories: ', $e->getMessage(), PHP_EOL;
@@ -456,6 +463,7 @@ Name | Type | Description | Notes
456
463
**offset** | **int**| Index of the first document in the page | [optional][default to 0]
457
464
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
458
465
**ids** | [**string[]**](../Model/string.md)| Filter by category ids | [optional]
466
+
**name** | **string**| Filter by category name | [optional]
459
467
460
468
### Return type
461
469
@@ -587,7 +595,7 @@ Name | Type | Description | Notes
587
595
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
@@ -615,9 +623,12 @@ $limit = 50; // int | Number of documents per page
615
623
$offset = 0; // int | Index of the first document in the page
616
624
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
617
625
$ids = array("ids_example"); // string[] | Filter by product ids
626
+
$name = "name_example"; // string | Filter by product name, minimum 3 characters should be present for search
627
+
$price = array("price_example"); // string[] | Filter by product price, like price[lte]
628
+
$categories = array("categories_example"); // string[] | Filter by category ids
echo 'Exception when calling EcommerceApi->getProducts: ', $e->getMessage(), PHP_EOL;
@@ -633,6 +644,9 @@ Name | Type | Description | Notes
633
644
**offset** | **int**| Index of the first document in the page | [optional][default to 0]
634
645
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
635
646
**ids** | [**string[]**](../Model/string.md)| Filter by product ids | [optional]
647
+
**name** | **string**| Filter by product name, minimum 3 characters should be present for search | [optional]
648
+
**price** | [**string[]**](../Model/string.md)| Filter by product price, like price[lte] | [optional]
649
+
**categories** | [**string[]**](../Model/string.md)| Filter by category ids | [optional]
0 commit comments