POST api/Policy/InsertAdditionalInsured
This endpoint is used to insert policy/Insured additional insured details.
Request Information
URI Parameters
None.
Body Parameters
AdditionalInterestModel| Name | Description | Type | Additional 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. |
|
| 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. |
|
| Buildings | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"databaseId": "2ccd5bba-acd9-4469-9441-3de59c7a24e5",
"certificateHolderDatabaseId": "4843bb9c-14cc-4e60-ac2e-e7e53cfd68dc",
"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": [
"c7ced6a3-8db8-4cef-a3cb-7ea056839242",
"13c25a93-74b7-485f-8b89-6c23bdf439e3"
],
"description": "sample string 26",
"deactiveDate": "2025-11-02T21:26:11.0708927-06: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": "bec73bba-bc6c-43fa-92e8-bb75b68bbc33",
"insuredEmail": "sample string 59",
"insuredFirstName": "sample string 60",
"insuredLastName": "sample string 61",
"insuredCommercialName": "sample string 62",
"buildings": [
"b2d5be8e-be6a-48e8-8065-d229b431665b",
"ca7cd925-e9ee-41f2-a955-1e79347ce533"
]
}
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>
<Buildings xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b2d5be8e-be6a-48e8-8065-d229b431665b</d2p1:guid>
<d2p1:guid>ca7cd925-e9ee-41f2-a955-1e79347ce533</d2p1:guid>
</Buildings>
<Cargo>true</Cargo>
<CargoSubrWvd>true</CargoSubrWvd>
<CellPhone>sample string 9</CellPhone>
<CertificateHolderDatabaseId>4843bb9c-14cc-4e60-ac2e-e7e53cfd68dc</CertificateHolderDatabaseId>
<CertificateHolderName>sample string 3</CertificateHolderName>
<City>sample string 4</City>
<CoOwner>true</CoOwner>
<DatabaseId>2ccd5bba-acd9-4469-9441-3de59c7a24e5</DatabaseId>
<DeactiveDate>2025-11-02T21:26:11.0708927-06: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>bec73bba-bc6c-43fa-92e8-bb75b68bbc33</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>c7ced6a3-8db8-4cef-a3cb-7ea056839242</d2p1:guid>
<d2p1:guid>13c25a93-74b7-485f-8b89-6c23bdf439e3</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| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"databaseId": "f2d59494-4ced-451c-8953-84fbc89d6c51",
"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>f2d59494-4ced-451c-8953-84fbc89d6c51</DatabaseId> </NowCertsApiResultWithDatabaseId>