POST api/Zapier/InsertNote
Insert notes.
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": "1831986c-70ea-4d7d-ba65-f45694c5959c",
"subject": "sample string 2",
"insured_database_id": "0d2279eb-2fd2-4a57-be7c-c276d1a60f66",
"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": "e08e58dd-510b-4e34-94b7-05bb18e0b300",
"hide": true,
"policy_database_id": "44314a85-ceea-415d-8f91-7a4b63a494e8",
"policies_database_ids": [
"db2a7f34-1ee3-4fe6-9977-efe23aaf512e",
"633f8c77-2dc6-43aa-8d71-d1d3b52829db"
],
"origin": 0,
"taskId": "a9f811df-3b3c-45f7-bc36-5d2eb3c759fe",
"is_sticky_note": true,
"sticky_note_color": 0,
"opportunity_database_id": "ff284ee6-d71b-48bc-8584-2d65a71a942e"
}
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>1831986c-70ea-4d7d-ba65-f45694c5959c</DatabaseId>
<Hide>true</Hide>
<InsuredCommercialName>sample string 6</InsuredCommercialName>
<InsuredDatabaseId>0d2279eb-2fd2-4a57-be7c-c276d1a60f66</InsuredDatabaseId>
<InsuredEmail>sample string 3</InsuredEmail>
<InsuredFirstName>sample string 4</InsuredFirstName>
<InsuredLastName>sample string 5</InsuredLastName>
<IsStickyNote>true</IsStickyNote>
<OpportunityDatabaseId>ff284ee6-d71b-48bc-8584-2d65a71a942e</OpportunityDatabaseId>
<Origin>Manual</Origin>
<ParentNoteId>e08e58dd-510b-4e34-94b7-05bb18e0b300</ParentNoteId>
<PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>db2a7f34-1ee3-4fe6-9977-efe23aaf512e</d2p1:guid>
<d2p1:guid>633f8c77-2dc6-43aa-8d71-d1d3b52829db</d2p1:guid>
</PoliciesDatabaseIds>
<PolicyDatabaseId>44314a85-ceea-415d-8f91-7a4b63a494e8</PolicyDatabaseId>
<StickyNoteColor>None</StickyNoteColor>
<Subject>sample string 2</Subject>
<TaskId>a9f811df-3b3c-45f7-bc36-5d2eb3c759fe</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>