Skip to content

Commit 4ed4e88

Browse files
committed
AP-1633 latest updates
1 parent 0d4e704 commit 4ed4e88

File tree

167 files changed

+14017
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+14017
-415
lines changed

README.md

Lines changed: 59 additions & 4 deletions
Large diffs are not rendered by default.

docs/Body.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SibApiV3Sdk::Body
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task |
7+
**duration** | **Integer** | Duration of task | [optional]
8+
**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**date** | **DateTime** | Task date/time |
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **BOOLEAN** | Task marked as done | [optional]
12+
**assign_to_id** | **String** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+

docs/Body1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SibApiV3Sdk::Body1
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task |
7+
**duration** | **Integer** | Duration of task | [optional]
8+
**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**date** | **DateTime** | Task date/time |
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **BOOLEAN** | Task marked as done | [optional]
12+
**assign_to_id** | **String** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+

0 commit comments

Comments
 (0)