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.

Request Formats

application/json, text/json

Sample:
{
  "database_id": "f9319e81-f83f-45d9-ad0c-984a6312ec1a",
  "subject": "sample string 2",
  "insured_database_id": "242053f8-9d5c-4528-ba87-8e0a10569aae",
  "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": "dc459d4a-54b2-4238-96ef-3d601484039d",
  "hide": true,
  "policy_database_id": "b8a2306b-6524-4409-8f51-14917ad8a0a4",
  "policies_database_ids": [
    "4c6f782b-5b6f-4a60-b029-e39f7982eb6b",
    "99ea3b08-09db-4d36-bbe6-6c4b1142da05"
  ],
  "origin": 0,
  "taskId": "f521eb95-cabe-4186-9f5f-969419af6711",
  "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>f9319e81-f83f-45d9-ad0c-984a6312ec1a</DatabaseId>
  <Hide>true</Hide>
  <InsuredCommercialName>sample string 6</InsuredCommercialName>
  <InsuredDatabaseId>242053f8-9d5c-4528-ba87-8e0a10569aae</InsuredDatabaseId>
  <InsuredEmail>sample string 3</InsuredEmail>
  <InsuredFirstName>sample string 4</InsuredFirstName>
  <InsuredLastName>sample string 5</InsuredLastName>
  <IsStickyNote>true</IsStickyNote>
  <Origin>Manual</Origin>
  <ParentNoteId>dc459d4a-54b2-4238-96ef-3d601484039d</ParentNoteId>
  <PoliciesDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>4c6f782b-5b6f-4a60-b029-e39f7982eb6b</d2p1:guid>
    <d2p1:guid>99ea3b08-09db-4d36-bbe6-6c4b1142da05</d2p1:guid>
  </PoliciesDatabaseIds>
  <PolicyDatabaseId>b8a2306b-6524-4409-8f51-14917ad8a0a4</PolicyDatabaseId>
  <StickyNoteColor>None</StickyNoteColor>
  <Subject>sample string 2</Subject>
  <TaskId>f521eb95-cabe-4186-9f5f-969419af6711</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>