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": "ce6a1cc7-b0aa-4a0b-8345-f80101442d72",
"subject": "sample string 2",
"insured_database_id": "c537543b-f11f-4969-8341-8e791ee8f693",
"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": "6c63e313-c594-439a-bc68-fdde1cc4bf6c",
"hide": true,
"policy_database_id": "34350021-39ec-44d0-b7f3-67ef5829732e",
"policies_database_ids": [
"ed476ad5-a30c-4a51-b188-6d7d1f743cea",
"ec284b6d-86e8-46c7-b2e5-86d9cf6de858"
],
"origin": 0,
"taskId": "d4a5b0ec-250c-4db9-9383-1c445005cba7",
"is_sticky_note": true,
"sticky_note_color": 0,
"opportunity_database_id": "ab987b25-9fd5-4e65-a92b-0501895040ad"
}
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>ce6a1cc7-b0aa-4a0b-8345-f80101442d72</DatabaseId>
<Hide>true</Hide>
<InsuredCommercialName>sample string 6</InsuredCommercialName>
<InsuredDatabaseId>c537543b-f11f-4969-8341-8e791ee8f693</InsuredDatabaseId>
<InsuredEmail>sample string 3</InsuredEmail>
<InsuredFirstName>sample string 4</InsuredFirstName>
<InsuredLastName>sample string 5</InsuredLastName>
<IsStickyNote>true</IsStickyNote>
<OpportunityDatabaseId>ab987b25-9fd5-4e65-a92b-0501895040ad</OpportunityDatabaseId>
<Origin>Manual</Origin>
<ParentNoteId>6c63e313-c594-439a-bc68-fdde1cc4bf6c</ParentNoteId>
<PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ed476ad5-a30c-4a51-b188-6d7d1f743cea</d2p1:guid>
<d2p1:guid>ec284b6d-86e8-46c7-b2e5-86d9cf6de858</d2p1:guid>
</PoliciesDatabaseIds>
<PolicyDatabaseId>34350021-39ec-44d0-b7f3-67ef5829732e</PolicyDatabaseId>
<StickyNoteColor>None</StickyNoteColor>
<Subject>sample string 2</Subject>
<TaskId>d4a5b0ec-250c-4db9-9383-1c445005cba7</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>