Skip to content

Commit

Permalink
Merge pull request #62 from sendinblue/feature_AP_1633
Browse files Browse the repository at this point in the history
AP-1633 latest updates
  • Loading branch information
aakanksha-sib authored Jan 5, 2022
2 parents 0d4e704 + 4ed4e88 commit 99de524
Show file tree
Hide file tree
Showing 167 changed files with 14,017 additions and 415 deletions.
63 changes: 59 additions & 4 deletions README.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/Body.md
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]


18 changes: 18 additions & 0 deletions docs/Body1.md
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]


Loading

0 comments on commit 99de524

Please sign in to comment.