POST api/Zapier/InsertTagApply

Apply tags against insured.

Request Information

URI Parameters

None.

Body Parameters

TagIntegrationModel
NameDescriptionTypeAdditional information
database_id

globally unique identifier

None.

tag_name

string

None.

tag_description

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.

insured_greeting_name

string

None.

insured_address_line_1

string

None.

insured_address_Line_2

string

None.

insured_city

string

None.

insured_state

string

None.

insured_zip_code

string

None.

insured_phone_number

string

None.

insured_cell_phone

string

None.

insured_sms_phone

string

None.

insured_website

string

None.

insured_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "database_id": "bbe764a5-0e78-4a3c-86db-28d8006f91e1",
  "tag_name": "sample string 2",
  "tag_description": "sample string 3",
  "insured_database_id": "9677ae0e-89ef-4d68-b4b9-3b484bc3e8ef",
  "insured_email": "sample string 4",
  "insured_first_name": "sample string 5",
  "insured_last_name": "sample string 6",
  "insured_commercial_name": "sample string 7",
  "insured_greeting_name": "sample string 8",
  "insured_address_line_1": "sample string 9",
  "insured_address_Line_2": "sample string 10",
  "insured_city": "sample string 11",
  "insured_state": "sample string 12",
  "insured_zip_code": "sample string 13",
  "insured_phone_number": "sample string 14",
  "insured_cell_phone": "sample string 15",
  "insured_sms_phone": "sample string 16",
  "insured_website": "sample string 17",
  "insured_type": "sample string 18"
}

application/xml, text/xml

Sample:
<TagIntegrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models">
  <DatabaseId>bbe764a5-0e78-4a3c-86db-28d8006f91e1</DatabaseId>
  <InsuredAddressLine1>sample string 9</InsuredAddressLine1>
  <InsuredAddressLine2>sample string 10</InsuredAddressLine2>
  <InsuredCellPhone>sample string 15</InsuredCellPhone>
  <InsuredCity>sample string 11</InsuredCity>
  <InsuredCommercialName>sample string 7</InsuredCommercialName>
  <InsuredDatabaseId>9677ae0e-89ef-4d68-b4b9-3b484bc3e8ef</InsuredDatabaseId>
  <InsuredEmail>sample string 4</InsuredEmail>
  <InsuredFirstName>sample string 5</InsuredFirstName>
  <InsuredGreetingName>sample string 8</InsuredGreetingName>
  <InsuredLastName>sample string 6</InsuredLastName>
  <InsuredPhoneNumber>sample string 14</InsuredPhoneNumber>
  <InsuredSMSPhone>sample string 16</InsuredSMSPhone>
  <InsuredState>sample string 12</InsuredState>
  <InsuredType>sample string 18</InsuredType>
  <InsuredWebsite>sample string 17</InsuredWebsite>
  <InsuredZipCode>sample string 13</InsuredZipCode>
  <TagDescription>sample string 3</TagDescription>
  <TagName>sample string 2</TagName>
</TagIntegrationModel>

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>