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
**filtersAttributes** | **string**| Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" | [optional]
116
+
**filtersAttributes** | **string**| Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" | [optional]
117
117
**filtersLinkedCompaniesIds** | **string**| Filter by linked companies ids | [optional]
118
118
**filtersLinkedContactsIds** | **string**| Filter by linked companies ids | [optional]
119
119
**offset** | **int**| Index of the first document of the page | [optional]
**visitorId** | **string** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
6
+
**visitorId** | **string** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
7
7
**text** | **string** | message text |
8
-
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
8
+
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
9
9
**groupId** | **string** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]
10
10
11
11
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
6
+
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
7
7
**receivedFrom** | **string** | mark your messages to distinguish messages created by you from the others. | [optional]
8
8
**agentEmail** | **string** | agent email. When sending online pings from a standalone system, it’s hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. If there’s no agent with the specified email address in your Sendinblue organization, a dummy agent will be created automatically. | [optional]
**visitorId** | **string** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
6
+
**visitorId** | **string** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
7
7
**text** | **string** | message text |
8
-
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
8
+
**agentId** | **string** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
9
9
**receivedFrom** | **string** | mark your messages to distinguish messages created by you from the others. | [optional]
10
10
**agentEmail** | **string** | agent email. When sending messages from a standalone system, it’s hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. | [optional]
11
11
**agentName** | **string** | agent name | [optional]
**value** | **string** | Value of the attribute. Use only if the attribute's category is 'calculated' or 'global' | [optional]
7
7
**isRecurring** | **bool** | Type of the calculated attribute. Use only if the attribute's category is 'calculated' | [optional]
8
-
**enumeration** | [**\SendinBlue\Client\Model\CreateAttributeEnumeration[]**](CreateAttributeEnumeration.md) | List of values and labels that the attribute can take. Use only if the attribute's category is \"category\". For example, [{\"value\":1, \"label\":\"male\"}, {\"value\":2, \"label\":\"female\"}] | [optional]
8
+
**enumeration** | [**\SendinBlue\Client\Model\CreateAttributeEnumeration[]**](CreateAttributeEnumeration.md) | List of values and labels that the attribute can take. Use only if the attribute's category is \"category\". For example, [{\"value\":1, \"label\":\"male\"}, {\"value\":2, \"label\":\"female\"}] | [optional]
9
9
**type** | **string** | Type of the attribute. Use only if the attribute's category is 'normal', 'category' or 'transactional' ( type 'boolean' is only available if the category is 'normal' attribute, type 'id' is only available if the category is 'transactional' attribute & type 'category' is only available if the category is 'category' attribute ) | [optional]
10
10
11
11
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/Model/OrderBilling.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
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
**address** | **string** | Full billing address. | [optional]
7
7
**city** | **string** | Exact city of the address. | [optional]
8
8
**countryCode** | **string** | Billing country 2-letter ISO code. | [optional]
9
-
**phone** | **string** | Phone number to contact for further details about the order, Mandatory if \"email\" field is not passed. | [optional]
9
+
**phone** | **string** | Phone number to contact for further details about the order, Mandatory if \"email\" field is not passed. | [optional]
10
10
**postCode** | **string** | Postcode for delivery and billing. | [optional]
11
11
**paymentMethod** | **string** | How the visitor will pay for the item(s), e.g. paypal, check, etc. | [optional]
12
12
**region** | **string** | Exact region (state/province) for delivery and billing. | [optional]
Copy file name to clipboardExpand all lines: lib/Api/CompaniesApi.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ protected function companiesAttributesGetRequest()
352
352
*
353
353
* Get all companies
354
354
*
355
-
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
355
+
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
356
356
* @param int $linkedContactsIds Filter by linked contacts ids (optional)
357
357
* @param string $linkedDealsIds Filter by linked deals ids (optional)
358
358
* @param int $page Index of the first document of the page (optional)
@@ -375,7 +375,7 @@ public function companiesGet($filters = null, $linkedContactsIds = null, $linked
375
375
*
376
376
* Get all companies
377
377
*
378
-
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
378
+
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
379
379
* @param int $linkedContactsIds Filter by linked contacts ids (optional)
380
380
* @param string $linkedDealsIds Filter by linked deals ids (optional)
381
381
* @param int $page Index of the first document of the page (optional)
@@ -464,7 +464,7 @@ public function companiesGetWithHttpInfo($filters = null, $linkedContactsIds = n
464
464
*
465
465
* Get all companies
466
466
*
467
-
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
467
+
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
468
468
* @param int $linkedContactsIds Filter by linked contacts ids (optional)
469
469
* @param string $linkedDealsIds Filter by linked deals ids (optional)
470
470
* @param int $page Index of the first document of the page (optional)
@@ -490,7 +490,7 @@ function ($response) {
490
490
*
491
491
* Get all companies
492
492
*
493
-
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
493
+
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
494
494
* @param int $linkedContactsIds Filter by linked contacts ids (optional)
495
495
* @param string $linkedDealsIds Filter by linked deals ids (optional)
496
496
* @param int $page Index of the first document of the page (optional)
@@ -546,7 +546,7 @@ function ($exception) {
546
546
/**
547
547
* Create request for operation 'companiesGet'
548
548
*
549
-
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
549
+
* @param string $filters Filter by attrbutes. If you have filter for owner on your side please send it as {\"attributes.owner\":\"5b1a17d914b73d35a76ca0c7\"} (optional)
550
550
* @param int $linkedContactsIds Filter by linked contacts ids (optional)
551
551
* @param string $linkedDealsIds Filter by linked deals ids (optional)
552
552
* @param int $page Index of the first document of the page (optional)
Copy file name to clipboardExpand all lines: lib/Api/DealsApi.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ protected function crmAttributesDealsGetRequest()
352
352
*
353
353
* Get all deals
354
354
*
355
-
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
355
+
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
356
356
* @param string $filtersLinkedCompaniesIds Filter by linked companies ids (optional)
357
357
* @param string $filtersLinkedContactsIds Filter by linked companies ids (optional)
358
358
* @param int $offset Index of the first document of the page (optional)
@@ -375,7 +375,7 @@ public function crmDealsGet($filtersAttributes = null, $filtersLinkedCompaniesId
375
375
*
376
376
* Get all deals
377
377
*
378
-
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
378
+
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
379
379
* @param string $filtersLinkedCompaniesIds Filter by linked companies ids (optional)
380
380
* @param string $filtersLinkedContactsIds Filter by linked companies ids (optional)
381
381
* @param int $offset Index of the first document of the page (optional)
@@ -464,7 +464,7 @@ public function crmDealsGetWithHttpInfo($filtersAttributes = null, $filtersLinke
464
464
*
465
465
* Get all deals
466
466
*
467
-
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
467
+
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
468
468
* @param string $filtersLinkedCompaniesIds Filter by linked companies ids (optional)
469
469
* @param string $filtersLinkedContactsIds Filter by linked companies ids (optional)
470
470
* @param int $offset Index of the first document of the page (optional)
@@ -490,7 +490,7 @@ function ($response) {
490
490
*
491
491
* Get all deals
492
492
*
493
-
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
493
+
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
494
494
* @param string $filtersLinkedCompaniesIds Filter by linked companies ids (optional)
495
495
* @param string $filtersLinkedContactsIds Filter by linked companies ids (optional)
496
496
* @param int $offset Index of the first document of the page (optional)
@@ -546,7 +546,7 @@ function ($exception) {
546
546
/**
547
547
* Create request for operation 'crmDealsGet'
548
548
*
549
-
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
549
+
* @param string $filtersAttributes Filter by attrbutes. If you have filter for owner on your side please send it as `attributes.owner`.\" (optional)
550
550
* @param string $filtersLinkedCompaniesIds Filter by linked companies ids (optional)
551
551
* @param string $filtersLinkedContactsIds Filter by linked companies ids (optional)
552
552
* @param int $offset Index of the first document of the page (optional)
0 commit comments