POST api/Policy/InsertWithEndorementId
Insert/update policy
Request Information
URI Parameters
None.
Body Parameters
NCPolicyWithEndorsementId properties
NCPolicyWithEndorsementIdName | Description | Type | Additional information |
---|---|---|---|
EndorsementId | globally unique identifier |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
|
InsuredEmail | string |
None. |
|
InsuredFirstName | string |
None. |
|
InsuredLastName | string |
None. |
|
DatabaseId | globally unique identifier |
None. |
|
Number | string |
None. |
|
EffectiveDate | date |
None. |
|
ExpirationDate | date |
None. |
|
BindDate | date |
None. |
|
BusinessType | PolicyBusinessType |
None. |
|
BusinessSubType | PolicyBusinessSubType |
None. |
|
Description | string |
None. |
|
BillingType | PolicyBillingType |
None. |
|
InsuredName | string |
None. |
|
Agents | Collection of AgentBusiness |
None. |
|
CSRs | Collection of AgentBusiness |
None. |
|
LineOfBusinessName | string |
None. |
|
CarrierName | string |
None. |
|
MgaName | string |
None. |
|
Premium | decimal number |
None. |
|
AgencyCommissionPercent | decimal number |
None. |
|
AgencyCommissionValue | decimal number |
None. |
|
AgencyFee | decimal number |
None. |
|
Taxes | decimal number |
None. |
|
BinderId | string |
None. |
|
Status | byte |
None. |
|
StatusChangeDate | date |
None. |
|
ManualStatus | PolicyStatus |
None. |
|
CancellationDate | date |
None. |
|
PolicyFee | decimal number |
None. |
|
PolicyURL | string |
None. |
|
ProductName | string |
None. |
|
OldPremium | decimal number |
None. |
|
OldAgencyCommissionValue | decimal number |
None. |
|
OldAgencyFee | decimal number |
None. |
|
OldTaxes | decimal number |
None. |
|
DeleteOtherLob | boolean |
None. |
|
PrimaryOfficeDatabaseId | globally unique identifier |
None. |
|
ReferralSourceCompanyName | string |
None. |
|
DeleteBasePremiumFeesAndTaxes | boolean |
None. |
|
DeleteExistingAgents | boolean |
None. |
|
ParentPolicyId | globally unique identifier |
None. |
|
IsPolicyRenewal | boolean |
None. |
|
CheckPolicyOnNumber | boolean |
None. |
|
BillingCompanyDatabaseId | globally unique identifier |
None. |
|
LineOfBusinessNames | Collection of string |
None. |
|
MortgageBilled | boolean |
None. |
|
BlanketAI | boolean |
None. |
|
BlanketWS | boolean |
None. |
|
AutoRenew | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "endorsementId": "45b686a7-1625-4afd-b4f3-76d211d84ba4", "insuredDatabaseId": "0f870e16-d8f6-4561-93a9-f1b27e2d1534", "insuredEmail": "sample string 3", "insuredFirstName": "sample string 4", "insuredLastName": "sample string 5", "databaseId": "79cfd4f7-d370-4cac-87de-5c1b3614e287", "number": "sample string 7", "effectiveDate": "2025-06-24T03:53:41.3964-05:00", "expirationDate": "2025-06-24T03:53:41.3964-05:00", "bindDate": "2025-06-24T03:53:41.3964-05:00", "businessType": 0, "businessSubType": 0, "description": "sample string 8", "billingType": 0, "insuredName": "sample string 9", "agents": [ { "databaseId": "7ddf3147-de48-4dec-bfd9-fc60400a5ad5", "firstName": "sample string 2", "lastName": "sample string 3" }, { "databaseId": "7ddf3147-de48-4dec-bfd9-fc60400a5ad5", "firstName": "sample string 2", "lastName": "sample string 3" } ], "csRs": [ { "databaseId": "7ddf3147-de48-4dec-bfd9-fc60400a5ad5", "firstName": "sample string 2", "lastName": "sample string 3" }, { "databaseId": "7ddf3147-de48-4dec-bfd9-fc60400a5ad5", "firstName": "sample string 2", "lastName": "sample string 3" } ], "lineOfBusinessName": "sample string 10", "carrierName": "sample string 11", "mgaName": "sample string 12", "premium": 1.0, "agencyCommissionPercent": 1.0, "agencyCommissionValue": 1.0, "agencyFee": 1.0, "taxes": 1.0, "binderId": "sample string 13", "status": 64, "statusChangeDate": "2025-06-24T03:53:41.3964-05:00", "manualStatus": 0, "cancellationDate": "2025-06-24T03:53:41.3964-05:00", "policyFee": 1.0, "policyURL": "sample string 14", "productName": "sample string 15", "oldPremium": 1.0, "oldAgencyCommissionValue": 1.0, "oldAgencyFee": 1.0, "oldTaxes": 1.0, "deleteOtherLob": true, "primaryOfficeDatabaseId": "428f2b58-bd27-4d64-83a2-0fd7e0ac6e35", "referralSourceCompanyName": "sample string 17", "deleteBasePremiumFeesAndTaxes": true, "deleteExistingAgents": true, "parentPolicyId": "f19662b5-bad1-4718-9b77-c07d23e1c9c1", "isPolicyRenewal": true, "checkPolicyOnNumber": true, "billingCompanyDatabaseId": "5124971e-e156-4b38-b08f-fede82236f28", "lineOfBusinessNames": [ "sample string 1", "sample string 2" ], "mortgageBilled": true, "blanketAI": true, "blanketWS": true, "autoRenew": true }
application/xml, text/xml
Sample:
<NCPolicyWithEndorsementId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <AgencyCommissionPercent>1</AgencyCommissionPercent> <AgencyCommissionValue>1</AgencyCommissionValue> <AgencyFee>1</AgencyFee> <Agents> <AgentBusiness> <DatabaseId>7ddf3147-de48-4dec-bfd9-fc60400a5ad5</DatabaseId> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> </AgentBusiness> <AgentBusiness> <DatabaseId>7ddf3147-de48-4dec-bfd9-fc60400a5ad5</DatabaseId> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> </AgentBusiness> </Agents> <AutoRenew>true</AutoRenew> <BillingCompanyDatabaseId>5124971e-e156-4b38-b08f-fede82236f28</BillingCompanyDatabaseId> <BillingType>Direct_Bill_100</BillingType> <BindDate>2025-06-24T03:53:41.3964-05:00</BindDate> <BinderId>sample string 13</BinderId> <BlanketAI>true</BlanketAI> <BlanketWS>true</BlanketWS> <BusinessSubType>AgentOfRecord</BusinessSubType> <BusinessType>New_Business</BusinessType> <CSRs> <AgentBusiness> <DatabaseId>7ddf3147-de48-4dec-bfd9-fc60400a5ad5</DatabaseId> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> </AgentBusiness> <AgentBusiness> <DatabaseId>7ddf3147-de48-4dec-bfd9-fc60400a5ad5</DatabaseId> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> </AgentBusiness> </CSRs> <CancellationDate>2025-06-24T03:53:41.3964-05:00</CancellationDate> <CarrierName>sample string 11</CarrierName> <CheckPolicyOnNumber>true</CheckPolicyOnNumber> <DatabaseId>79cfd4f7-d370-4cac-87de-5c1b3614e287</DatabaseId> <DeleteBasePremiumFeesAndTaxes>true</DeleteBasePremiumFeesAndTaxes> <DeleteExistingAgents>true</DeleteExistingAgents> <DeleteOtherLob>true</DeleteOtherLob> <Description>sample string 8</Description> <EffectiveDate>2025-06-24T03:53:41.3964-05:00</EffectiveDate> <ExpirationDate>2025-06-24T03:53:41.3964-05:00</ExpirationDate> <InsuredName>sample string 9</InsuredName> <IsPolicyRenewal>true</IsPolicyRenewal> <LineOfBusinessName>sample string 10</LineOfBusinessName> <LineOfBusinessNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </LineOfBusinessNames> <ManualStatus>Active</ManualStatus> <MgaName>sample string 12</MgaName> <MortgageBilled>true</MortgageBilled> <Number>sample string 7</Number> <OldAgencyCommissionValue>1</OldAgencyCommissionValue> <OldAgencyFee>1</OldAgencyFee> <OldPremium>1</OldPremium> <OldTaxes>1</OldTaxes> <ParentPolicyId>f19662b5-bad1-4718-9b77-c07d23e1c9c1</ParentPolicyId> <PolicyFee>1</PolicyFee> <PolicyURL>sample string 14</PolicyURL> <Premium>1</Premium> <PrimaryOfficeDatabaseId>428f2b58-bd27-4d64-83a2-0fd7e0ac6e35</PrimaryOfficeDatabaseId> <ProductName>sample string 15</ProductName> <ReferralSourceCompanyName>sample string 17</ReferralSourceCompanyName> <Status>64</Status> <StatusChangeDate>2025-06-24T03:53:41.3964-05:00</StatusChangeDate> <Taxes>1</Taxes> <InsuredDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.Contracts">0f870e16-d8f6-4561-93a9-f1b27e2d1534</InsuredDatabaseId> <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.Contracts">sample string 3</InsuredEmail> <InsuredFirstName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.Contracts">sample string 4</InsuredFirstName> <InsuredLastName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.Contracts">sample string 5</InsuredLastName> <EndorsementId>45b686a7-1625-4afd-b4f3-76d211d84ba4</EndorsementId> </NCPolicyWithEndorsementId>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithPoliciesAndQuotesIdsAndEndorsementIdName | Description | Type | Additional information |
---|---|---|---|
EndorsementId | globally unique identifier |
None. |
|
PolicyOrQuoteId | globally unique identifier |
None. |
|
IsQuote | boolean |
None. |
|
objectURL | string |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "endorsementId": "bc1d5a7f-a79b-47b7-930c-9d2f5e76068e", "policyOrQuoteId": "8df7c1f4-9f74-4bf6-9113-d6342ed6b8d3", "isQuote": true, "objectURL": "sample string 4", "status": 0, "message": "sample string 5" }
application/xml, text/xml
Sample:
<NowCertsApiResultWithPoliciesAndQuotesIdsAndEndorsementId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 5</Message> <Status>Error</Status> <IsQuote>true</IsQuote> <PolicyOrQuoteId>8df7c1f4-9f74-4bf6-9113-d6342ed6b8d3</PolicyOrQuoteId> <objectURL>sample string 4</objectURL> <EndorsementId>bc1d5a7f-a79b-47b7-930c-9d2f5e76068e</EndorsementId> </NowCertsApiResultWithPoliciesAndQuotesIdsAndEndorsementId>