POST api/Zapier/InsertNotesForSameInsured
Insert notes against all insured having same name/phone number or email address.
Request Information
URI Parameters
None.
Body Parameters
NoteIntegrationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| database_id | globally unique identifier |
None. |
|
| subject | string |
None. |
|
| insured_database_id | globally unique identifier |
None. |
|
| insured_email | string |
None. |
|
| insured_first_name | string |
None. |
|
| insured_last_name | string |
None. |
|
| insured_commercial_name | string |
None. |
|
| create_date | string |
None. |
|
| creator_name | string |
None. |
|
| type | string |
None. |
|
| parent_note_id | globally unique identifier |
None. |
|
| hide | boolean |
None. |
|
| policy_database_id | globally unique identifier |
None. |
|
| policies_database_ids | Collection of globally unique identifier |
None. |
|
| origin | PolicyOrigin |
None. |
|
| taskId | globally unique identifier |
None. |
|
| is_sticky_note | boolean |
None. |
|
| sticky_note_color | StickyNoteColor |
None. |
|
| opportunity_database_id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"database_id": "cd2ae2ea-24c8-4720-99ae-0904436c6959",
"subject": "sample string 2",
"insured_database_id": "0e34e54f-0bd2-4f79-baed-69da4faa5a31",
"insured_email": "sample string 3",
"insured_first_name": "sample string 4",
"insured_last_name": "sample string 5",
"insured_commercial_name": "sample string 6",
"create_date": "sample string 7",
"creator_name": "sample string 8",
"type": "sample string 9",
"parent_note_id": "aa97bf5d-1ca8-4177-b98d-9a5057584ca3",
"hide": true,
"policy_database_id": "54df0afb-ed92-434b-9ecf-21e9746b4a29",
"policies_database_ids": [
"664060b5-6e35-4176-9e71-6a9c72df6f77",
"3f9f6634-8419-411c-a7f2-599c60287f9b"
],
"origin": 0,
"taskId": "ddedf452-a7e6-4c1e-ba30-3d8796724843",
"is_sticky_note": true,
"sticky_note_color": 0,
"opportunity_database_id": "85b9447b-60f1-4eee-b203-6cb90653cd87"
}
application/xml, text/xml
Sample:
<NoteIntegrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">
<CreateDate>sample string 7</CreateDate>
<CreatorName>sample string 8</CreatorName>
<DatabaseId>cd2ae2ea-24c8-4720-99ae-0904436c6959</DatabaseId>
<Hide>true</Hide>
<InsuredCommercialName>sample string 6</InsuredCommercialName>
<InsuredDatabaseId>0e34e54f-0bd2-4f79-baed-69da4faa5a31</InsuredDatabaseId>
<InsuredEmail>sample string 3</InsuredEmail>
<InsuredFirstName>sample string 4</InsuredFirstName>
<InsuredLastName>sample string 5</InsuredLastName>
<IsStickyNote>true</IsStickyNote>
<OpportunityDatabaseId>85b9447b-60f1-4eee-b203-6cb90653cd87</OpportunityDatabaseId>
<Origin>Manual</Origin>
<ParentNoteId>aa97bf5d-1ca8-4177-b98d-9a5057584ca3</ParentNoteId>
<PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>664060b5-6e35-4176-9e71-6a9c72df6f77</d2p1:guid>
<d2p1:guid>3f9f6634-8419-411c-a7f2-599c60287f9b</d2p1:guid>
</PoliciesDatabaseIds>
<PolicyDatabaseId>54df0afb-ed92-434b-9ecf-21e9746b4a29</PolicyDatabaseId>
<StickyNoteColor>None</StickyNoteColor>
<Subject>sample string 2</Subject>
<TaskId>ddedf452-a7e6-4c1e-ba30-3d8796724843</TaskId>
<Type>sample string 9</Type>
</NoteIntegrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<NowCertsApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResult>