POST api/Zapier/InsertNotesForSameInsured
Insert notes against all insured having same name/phone number or email address.
Request Information
URI Parameters
None.
Body Parameters
NoteIntegrationModelName | 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. |
Request Formats
application/json, text/json
Sample:
{ "database_id": "af826af2-e6c3-45ef-92dd-39f96dac8631", "subject": "sample string 2", "insured_database_id": "0c16548b-7fdf-4c1c-9aa0-07e4d9f0f2e4", "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": "d5c9ddb5-1858-4359-87ed-393ab2a45c64", "hide": true, "policy_database_id": "7ce5668b-692a-49cc-be0a-eaf6bef6cac5", "policies_database_ids": [ "5cded813-a9d0-464f-9560-f8b10bf5c70f", "aad3998a-27de-47ee-b120-83ba066bf7a9" ], "origin": 0, "taskId": "8a03131c-c59c-4a1c-a935-8a001809620d", "is_sticky_note": true, "sticky_note_color": 0 }
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>af826af2-e6c3-45ef-92dd-39f96dac8631</DatabaseId> <Hide>true</Hide> <InsuredCommercialName>sample string 6</InsuredCommercialName> <InsuredDatabaseId>0c16548b-7fdf-4c1c-9aa0-07e4d9f0f2e4</InsuredDatabaseId> <InsuredEmail>sample string 3</InsuredEmail> <InsuredFirstName>sample string 4</InsuredFirstName> <InsuredLastName>sample string 5</InsuredLastName> <IsStickyNote>true</IsStickyNote> <Origin>Manual</Origin> <ParentNoteId>d5c9ddb5-1858-4359-87ed-393ab2a45c64</ParentNoteId> <PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5cded813-a9d0-464f-9560-f8b10bf5c70f</d2p1:guid> <d2p1:guid>aad3998a-27de-47ee-b120-83ba066bf7a9</d2p1:guid> </PoliciesDatabaseIds> <PolicyDatabaseId>7ce5668b-692a-49cc-be0a-eaf6bef6cac5</PolicyDatabaseId> <StickyNoteColor>None</StickyNoteColor> <Subject>sample string 2</Subject> <TaskId>8a03131c-c59c-4a1c-a935-8a001809620d</TaskId> <Type>sample string 9</Type> </NoteIntegrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultName | 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>