POST api/Policy/InsertAdditionalInsured

This endpoint is used to insert policy/Insured additional insured details.

Request Information

URI Parameters

None.

Body Parameters

AdditionalInterestModel
NameDescriptionTypeAdditional information
DatabaseId

globally unique identifier

None.

CertificateHolderDatabaseId

globally unique identifier

None.

CertificateHolderName

string

None.

City

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

ZipCode

string

None.

Phone

string

None.

CellPhone

string

None.

Fax

string

None.

Email

string

None.

StateAbbreviationCode

string

None.

AdditionalInsured

boolean

None.

LossPayee

boolean

None.

BreachOfWarranty

boolean

None.

Mortgagee

boolean

None.

CoOwner

boolean

None.

Owner

boolean

None.

LeasebackOwner

boolean

None.

Registrant

boolean

None.

Lienholder

boolean

None.

Trustee

boolean

None.

Other

boolean

None.

AdditionalInterestOtherText

string

None.

LoanNumber

string

None.

Policies

Collection of globally unique identifier

None.

Description

string

None.

DeactiveDate

date

None.

Active

boolean

None.

Accord101

string

None.

GeneralLiability

boolean

None.

AutomobileLiability

boolean

None.

UmbrellaLiability

boolean

None.

GarageLiability

boolean

None.

GarageKeepersLiability

boolean

None.

Cargo

boolean

None.

TrailerInterchange

boolean

None.

OtherLiability

boolean

None.

OtherLiability2

boolean

None.

GeneralLiabilitySubrWvd

boolean

None.

AutomobileLiabilitySubrWvd

boolean

None.

UmbrellaLiabilitySubrWvd

boolean

None.

GarageLiabilitySubrWvd

boolean

None.

GarageKeepersLiabilitySubrWvd

boolean

None.

CargoSubrWvd

boolean

None.

TrailerInterchangeSubrWvd

boolean

None.

OtherLiabilitySubrWvd

boolean

None.

OtherLiability2SubrWvd

boolean

None.

WorkersCompensationsSubrWvd

boolean

None.

AirportFBO

boolean

None.

AirportFBOSubrWvd

boolean

None.

PrivateHangar

boolean

None.

PrivateHangarSubrWvd

boolean

None.

AviationProducts

boolean

None.

AviationProductsSubrWvd

boolean

None.

Aircraft

boolean

None.

AircraftSubrWvd

boolean

None.

VehicleOrEquipment

boolean

None.

InsuranceBinder

boolean

None.

InsuredDatabaseId

globally unique identifier

None.

InsuredEmail

string

None.

InsuredFirstName

string

None.

InsuredLastName

string

None.

InsuredCommercialName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "databaseId": "df26aea4-efe8-4e18-a2de-4a6b7b21d6c3",
  "certificateHolderDatabaseId": "f0d51421-5aed-4dde-a69c-dd95e4216a28",
  "certificateHolderName": "sample string 3",
  "city": "sample string 4",
  "addressLine1": "sample string 5",
  "addressLine2": "sample string 6",
  "zipCode": "sample string 7",
  "phone": "sample string 8",
  "cellPhone": "sample string 9",
  "fax": "sample string 10",
  "email": "sample string 11",
  "stateAbbreviationCode": "sample string 12",
  "additionalInsured": true,
  "lossPayee": true,
  "breachOfWarranty": true,
  "mortgagee": true,
  "coOwner": true,
  "owner": true,
  "leasebackOwner": true,
  "registrant": true,
  "lienholder": true,
  "trustee": true,
  "other": true,
  "additionalInterestOtherText": "sample string 24",
  "loanNumber": "sample string 25",
  "policies": [
    "7ba0d34c-683f-49d9-b5e7-68d3547692d8",
    "f44cd6b4-cfe4-4c23-942f-49f525e96ad5"
  ],
  "description": "sample string 26",
  "deactiveDate": "2024-05-17T19:44:50.7700002-05:00",
  "active": true,
  "accord101": "sample string 28",
  "generalLiability": true,
  "automobileLiability": true,
  "umbrellaLiability": true,
  "garageLiability": true,
  "garageKeepersLiability": true,
  "cargo": true,
  "trailerInterchange": true,
  "otherLiability": true,
  "otherLiability2": true,
  "generalLiabilitySubrWvd": true,
  "automobileLiabilitySubrWvd": true,
  "umbrellaLiabilitySubrWvd": true,
  "garageLiabilitySubrWvd": true,
  "garageKeepersLiabilitySubrWvd": true,
  "cargoSubrWvd": true,
  "trailerInterchangeSubrWvd": true,
  "otherLiabilitySubrWvd": true,
  "otherLiability2SubrWvd": true,
  "workersCompensationsSubrWvd": true,
  "airportFBO": true,
  "airportFBOSubrWvd": true,
  "privateHangar": true,
  "privateHangarSubrWvd": true,
  "aviationProducts": true,
  "aviationProductsSubrWvd": true,
  "aircraft": true,
  "aircraftSubrWvd": true,
  "vehicleOrEquipment": true,
  "insuranceBinder": true,
  "insuredDatabaseId": "3f13e867-76b7-4a47-9b67-ceda4f48b888",
  "insuredEmail": "sample string 59",
  "insuredFirstName": "sample string 60",
  "insuredLastName": "sample string 61",
  "insuredCommercialName": "sample string 62"
}

application/xml, text/xml

Sample:
<AdditionalInterestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
  <Accord101>sample string 28</Accord101>
  <Active>true</Active>
  <AdditionalInsured>true</AdditionalInsured>
  <AdditionalInterestOtherText>sample string 24</AdditionalInterestOtherText>
  <AddressLine1>sample string 5</AddressLine1>
  <AddressLine2>sample string 6</AddressLine2>
  <Aircraft>true</Aircraft>
  <AircraftSubrWvd>true</AircraftSubrWvd>
  <AirportFBO>true</AirportFBO>
  <AirportFBOSubrWvd>true</AirportFBOSubrWvd>
  <AutomobileLiability>true</AutomobileLiability>
  <AutomobileLiabilitySubrWvd>true</AutomobileLiabilitySubrWvd>
  <AviationProducts>true</AviationProducts>
  <AviationProductsSubrWvd>true</AviationProductsSubrWvd>
  <BreachOfWarranty>true</BreachOfWarranty>
  <Cargo>true</Cargo>
  <CargoSubrWvd>true</CargoSubrWvd>
  <CellPhone>sample string 9</CellPhone>
  <CertificateHolderDatabaseId>f0d51421-5aed-4dde-a69c-dd95e4216a28</CertificateHolderDatabaseId>
  <CertificateHolderName>sample string 3</CertificateHolderName>
  <City>sample string 4</City>
  <CoOwner>true</CoOwner>
  <DatabaseId>df26aea4-efe8-4e18-a2de-4a6b7b21d6c3</DatabaseId>
  <DeactiveDate>2024-05-17T19:44:50.7700002-05:00</DeactiveDate>
  <Description>sample string 26</Description>
  <Email>sample string 11</Email>
  <Fax>sample string 10</Fax>
  <GarageKeepersLiability>true</GarageKeepersLiability>
  <GarageKeepersLiabilitySubrWvd>true</GarageKeepersLiabilitySubrWvd>
  <GarageLiability>true</GarageLiability>
  <GarageLiabilitySubrWvd>true</GarageLiabilitySubrWvd>
  <GeneralLiability>true</GeneralLiability>
  <GeneralLiabilitySubrWvd>true</GeneralLiabilitySubrWvd>
  <InsuranceBinder>true</InsuranceBinder>
  <InsuredCommercialName>sample string 62</InsuredCommercialName>
  <InsuredDatabaseId>3f13e867-76b7-4a47-9b67-ceda4f48b888</InsuredDatabaseId>
  <InsuredEmail>sample string 59</InsuredEmail>
  <InsuredFirstName>sample string 60</InsuredFirstName>
  <InsuredLastName>sample string 61</InsuredLastName>
  <LeasebackOwner>true</LeasebackOwner>
  <Lienholder>true</Lienholder>
  <LoanNumber>sample string 25</LoanNumber>
  <LossPayee>true</LossPayee>
  <Mortgagee>true</Mortgagee>
  <Other>true</Other>
  <OtherLiability>true</OtherLiability>
  <OtherLiability2>true</OtherLiability2>
  <OtherLiability2SubrWvd>true</OtherLiability2SubrWvd>
  <OtherLiabilitySubrWvd>true</OtherLiabilitySubrWvd>
  <Owner>true</Owner>
  <Phone>sample string 8</Phone>
  <Policies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>7ba0d34c-683f-49d9-b5e7-68d3547692d8</d2p1:guid>
    <d2p1:guid>f44cd6b4-cfe4-4c23-942f-49f525e96ad5</d2p1:guid>
  </Policies>
  <PrivateHangar>true</PrivateHangar>
  <PrivateHangarSubrWvd>true</PrivateHangarSubrWvd>
  <Registrant>true</Registrant>
  <StateAbbreviationCode>sample string 12</StateAbbreviationCode>
  <TrailerInterchange>true</TrailerInterchange>
  <TrailerInterchangeSubrWvd>true</TrailerInterchangeSubrWvd>
  <Trustee>true</Trustee>
  <UmbrellaLiability>true</UmbrellaLiability>
  <UmbrellaLiabilitySubrWvd>true</UmbrellaLiabilitySubrWvd>
  <VehicleOrEquipment>true</VehicleOrEquipment>
  <WorkersCompensationsSubrWvd>true</WorkersCompensationsSubrWvd>
  <ZipCode>sample string 7</ZipCode>
</AdditionalInterestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NowCertsApiResultWithDatabaseId
NameDescriptionTypeAdditional information
DatabaseId

globally unique identifier

None.

Status

ApiStatus

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "databaseId": "4914d8a5-74f8-4a75-8840-499d4e7947b8",
  "status": 0,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
  <Message>sample string 2</Message>
  <Status>Error</Status>
  <DatabaseId>4914d8a5-74f8-4a75-8840-499d4e7947b8</DatabaseId>
</NowCertsApiResultWithDatabaseId>