GET v1/PolicyCommProductsCompletedOperationsUnderwriting/{policyId}/GetPolicyCommProductsCompletedOperationsUnderwriting

GET: PolicyCommProductsCompletedOperationsUnderwriting

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PolicyCommProductsCompletedOperationsUnderwritingDTO

ActionResultDTOOfPolicyCommProductsCompletedOperationsUnderwritingDTO
NameDescriptionTypeAdditional information
Result

PolicyCommProductsCompletedOperationsUnderwritingDTO

None.

CreatedBy

string

None.

EntityID

integer

None.

RowSource

string

None.

PolicyID

integer

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

InfoMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {
    "Id": 1,
    "PolicyQuoteID": 2,
    "ApplicantInstallsServicesorDemonstratesProducts": true,
    "ForeignProductsSoldDistributedorUsedasComponents": true,
    "NewProductsRD": true,
    "GuaranteesWarrantiesHoldHarmlessAgreements": true,
    "ProductsforAircraftSpaceIndustry": true,
    "ProductsDiscontinuedRecalledChanged": true,
    "ProductsofOthers": true,
    "LabelofOthers": true,
    "VendorsCoverageRequired": true,
    "NamedInsuredSellstoOtherNamedInsureds": true
  },
  "CreatedBy": "sample string 1",
  "EntityID": 2,
  "RowSource": "sample string 3",
  "PolicyID": 4,
  "IsSuccess": true,
  "ErrorCode": "sample string 6",
  "ErrorMessage": "sample string 7",
  "InfoMessage": "sample string 8"
}

application/xml, text/xml

Sample:
<ActionResultOfPolicyCommProductsCompletedOperationsUnderwritingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects">
  <ErrorCode>sample string 6</ErrorCode>
  <ErrorMessage>sample string 7</ErrorMessage>
  <InfoMessage>sample string 8</InfoMessage>
  <IsSuccess>true</IsSuccess>
  <CreatedBy>sample string 1</CreatedBy>
  <EntityID>2</EntityID>
  <PolicyID>4</PolicyID>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">
    <d2p1:ApplicantInstallsServicesorDemonstratesProducts>true</d2p1:ApplicantInstallsServicesorDemonstratesProducts>
    <d2p1:ForeignProductsSoldDistributedorUsedasComponents>true</d2p1:ForeignProductsSoldDistributedorUsedasComponents>
    <d2p1:GuaranteesWarrantiesHoldHarmlessAgreements>true</d2p1:GuaranteesWarrantiesHoldHarmlessAgreements>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:LabelofOthers>true</d2p1:LabelofOthers>
    <d2p1:NamedInsuredSellstoOtherNamedInsureds>true</d2p1:NamedInsuredSellstoOtherNamedInsureds>
    <d2p1:NewProductsRD>true</d2p1:NewProductsRD>
    <d2p1:PolicyQuoteID>2</d2p1:PolicyQuoteID>
    <d2p1:ProductsDiscontinuedRecalledChanged>true</d2p1:ProductsDiscontinuedRecalledChanged>
    <d2p1:ProductsforAircraftSpaceIndustry>true</d2p1:ProductsforAircraftSpaceIndustry>
    <d2p1:ProductsofOthers>true</d2p1:ProductsofOthers>
    <d2p1:VendorsCoverageRequired>true</d2p1:VendorsCoverageRequired>
  </Result>
  <RowSource>sample string 3</RowSource>
</ActionResultOfPolicyCommProductsCompletedOperationsUnderwritingDTO>