-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from sendinblue/feature_AP_1633
AP-1633 latest updates
- Loading branch information
Showing
167 changed files
with
14,017 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SibApiV3Sdk::Body | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **String** | Name of task | | ||
**duration** | **Integer** | Duration of task | [optional] | ||
**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | | ||
**date** | **DateTime** | Task date/time | | ||
**notes** | **String** | Notes added to a task | [optional] | ||
**done** | **BOOLEAN** | Task marked as done | [optional] | ||
**assign_to_id** | **String** | User id to whom task is assigned | [optional] | ||
**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional] | ||
**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional] | ||
**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional] | ||
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SibApiV3Sdk::Body1 | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **String** | Name of task | | ||
**duration** | **Integer** | Duration of task | [optional] | ||
**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | | ||
**date** | **DateTime** | Task date/time | | ||
**notes** | **String** | Notes added to a task | [optional] | ||
**done** | **BOOLEAN** | Task marked as done | [optional] | ||
**assign_to_id** | **String** | User id to whom task is assigned | [optional] | ||
**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional] | ||
**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional] | ||
**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional] | ||
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional] | ||
|
||
|
Oops, something went wrong.