newsletter field working
This commit is contained in:
parent
2f836dde20
commit
63c98bfd30
1302 changed files with 308003 additions and 7 deletions
19
vendor/getbrevo/brevo-php/docs/Model/Body9.md
vendored
Normal file
19
vendor/getbrevo/brevo-php/docs/Model/Body9.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Body9
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Name of task | [optional]
|
||||
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
|
||||
**taskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
|
||||
**date** | [**\DateTime**] | Task date/time | [optional]
|
||||
**notes** | **string** | Notes added to a task | [optional]
|
||||
**done** | **bool** | Task marked as done | [optional]
|
||||
**assignToId** | **string** | User id to whom task is assigned | [optional]
|
||||
**contactsIds** | **int[]** | Contact ids for contacts linked to this task | [optional]
|
||||
**dealsIds** | **string[]** | Deal ids for deals a task is linked to | [optional]
|
||||
**companiesIds** | **string[]** | Companies ids for companies a task is linked to | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue