POST api/Zapier/InsertNote

Insert notes.

Request Information

URI Parameters

None.

Body Parameters

NoteIntegrationModel
NameDescriptionTypeAdditional 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": "feed6692-e7e4-4643-94aa-71a425c7f9dd",
  "subject": "sample string 2",
  "insured_database_id": "aa44b8ec-0c89-419d-8636-7e35fbc8ba30",
  "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": "dec581e3-8ab9-4c68-9ab9-43a8e855dd8f",
  "hide": true,
  "policy_database_id": "f11db19e-31f5-4e69-814b-f52c6b2c6ba3",
  "policies_database_ids": [
    "e0b9083f-9c9c-4516-b962-6589501aab86",
    "6dbd4685-34bb-4fba-8ae4-4d67dee72743"
  ],
  "origin": 0,
  "taskId": "940c4c68-16af-44d4-9aea-b1aa8d355763",
  "is_sticky_note": true,
  "sticky_note_color": 0,
  "opportunity_database_id": "66a02aba-1e7e-4579-9388-efef305d53af"
}

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>feed6692-e7e4-4643-94aa-71a425c7f9dd</DatabaseId>
  <Hide>true</Hide>
  <InsuredCommercialName>sample string 6</InsuredCommercialName>
  <InsuredDatabaseId>aa44b8ec-0c89-419d-8636-7e35fbc8ba30</InsuredDatabaseId>
  <InsuredEmail>sample string 3</InsuredEmail>
  <InsuredFirstName>sample string 4</InsuredFirstName>
  <InsuredLastName>sample string 5</InsuredLastName>
  <IsStickyNote>true</IsStickyNote>
  <OpportunityDatabaseId>66a02aba-1e7e-4579-9388-efef305d53af</OpportunityDatabaseId>
  <Origin>Manual</Origin>
  <ParentNoteId>dec581e3-8ab9-4c68-9ab9-43a8e855dd8f</ParentNoteId>
  <PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>e0b9083f-9c9c-4516-b962-6589501aab86</d2p1:guid>
    <d2p1:guid>6dbd4685-34bb-4fba-8ae4-4d67dee72743</d2p1:guid>
  </PoliciesDatabaseIds>
  <PolicyDatabaseId>f11db19e-31f5-4e69-814b-f52c6b2c6ba3</PolicyDatabaseId>
  <StickyNoteColor>None</StickyNoteColor>
  <Subject>sample string 2</Subject>
  <TaskId>940c4c68-16af-44d4-9aea-b1aa8d355763</TaskId>
  <Type>sample string 9</Type>
</NoteIntegrationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NowCertsApiResult
NameDescriptionTypeAdditional 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>