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. |
Request Formats
application/json, text/json
Sample:
{ "database_id": "18943021-f7cb-410b-9b43-e31ea57b796b", "subject": "sample string 2", "insured_database_id": "ea704ef8-00f5-4ece-8b7d-9d1fd64b1be7", "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": "9cf30c35-7950-485b-9e82-ac8c0ac34f3a", "hide": true, "policy_database_id": "5bc1bbb6-a4f4-49d7-8b7c-0e8f53122bcf", "policies_database_ids": [ "ae3b1404-1197-41ba-9bc3-7072cd6bd940", "8af56954-6205-4494-855d-c5ce811af07d" ] }
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>18943021-f7cb-410b-9b43-e31ea57b796b</DatabaseId> <Hide>true</Hide> <InsuredCommercialName>sample string 6</InsuredCommercialName> <InsuredDatabaseId>ea704ef8-00f5-4ece-8b7d-9d1fd64b1be7</InsuredDatabaseId> <InsuredEmail>sample string 3</InsuredEmail> <InsuredFirstName>sample string 4</InsuredFirstName> <InsuredLastName>sample string 5</InsuredLastName> <ParentNoteId>9cf30c35-7950-485b-9e82-ac8c0ac34f3a</ParentNoteId> <PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ae3b1404-1197-41ba-9bc3-7072cd6bd940</d2p1:guid> <d2p1:guid>8af56954-6205-4494-855d-c5ce811af07d</d2p1:guid> </PoliciesDatabaseIds> <PolicyDatabaseId>5bc1bbb6-a4f4-49d7-8b7c-0e8f53122bcf</PolicyDatabaseId> <Subject>sample string 2</Subject> <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>