GET v1/PolicyACORDForms/GetACORDWithData/{acordFormID}?policyID={policyID}
Get the ACORD form with data object
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyID |
Id of the policy |
string |
Required |
| acordFormID |
Id of the ACORD form |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ACORD form with data object
AcordFormDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AcordFormID |
The ID of the ACORD form |
integer |
None. |
| AcordTemplateID |
The ID of the ACORD template |
globally unique identifier |
None. |
| CreatedOn |
Date when ACORD form was created |
string |
None. |
| CreatedBy |
ID of the user who created the ACORD form |
integer |
None. |
| Data |
Dat for the ACORD form |
string |
None. |
| CustomerID |
ID of the customer |
integer |
None. |
| PolicyID |
ID of the policy |
integer |
None. |
| EndorsementID |
ID of the endorsement |
integer |
None. |
| Description |
Decription for the ACORD form |
string |
None. |
| FormNumber |
The number for the ACORD form |
string |
None. |
| State |
The state of the ACORD form |
string |
None. |
| EditionDate |
Date when ACORD form was edited. |
string |
None. |
| MultipleLossPayees |
Represent if ACORD form includes multiple loss payees |
boolean |
None. |
| SignatureID |
ID of the signature |
integer |
None. |
| Locked |
Represent if ACORD form is locked |
boolean |
None. |
| LockedDate |
Date when ACORD form was locked |
string |
None. |
| LockedMethod |
Method which is used to lock the ACORD form |
string |
None. |
| AcordFormLossPayees |
List of loss payees |
Collection of AcordFormLossPayeeDTO |
None. |
| SupplementParentId |
ID of the supplement parent |
integer |
None. |
| SupplementParentOrder |
Order of the supplement parent |
integer |
None. |
| ParentId |
ID of the parent |
integer |
None. |
| OriginalLossPayeeId |
The original ID of the loss payee |
integer |
None. |
| BulkInsertId | globally unique identifier |
None. |
|
| BulkInsertSessionId | globally unique identifier |
None. |
Response Formats
application/json, text/json
{
"AcordFormID": 1,
"AcordTemplateID": "27f86cbb-d5ef-4758-8f9e-cbf52b25e6da",
"CreatedOn": "sample string 2",
"CreatedBy": 1,
"Data": "sample string 3",
"CustomerID": 1,
"PolicyID": 1,
"EndorsementID": 1,
"Description": "sample string 4",
"FormNumber": "sample string 5",
"State": "sample string 6",
"EditionDate": "sample string 7",
"MultipleLossPayees": true,
"SignatureID": 1,
"Locked": true,
"LockedDate": "sample string 8",
"LockedMethod": "sample string 9",
"AcordFormLossPayees": [
{
"AcordLossPayeeID": 1,
"AcordFormID": 2,
"OriginalLossPayeeID": 1,
"Name": "sample string 3",
"PayeeType": "sample string 4",
"Line1": "sample string 5",
"Line2": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"County": "sample string 9",
"Zip": "sample string 10",
"Data": "sample string 11",
"AcordDescription": "sample string 12",
"Email": "sample string 13",
"LoanNumber": "sample string 14",
"IsMortgagee": "sample string 15",
"IsLossPayee": "sample string 16",
"IsAdditionalInsured": "sample string 17",
"IsOther": "sample string 18",
"OtherLabel": "sample string 19",
"PolicyNumber": "sample string 20",
"ImportSource": 0,
"ImportSourceDescription": "sample string 21",
"AddressDisplay": "sample string 22"
},
{
"AcordLossPayeeID": 1,
"AcordFormID": 2,
"OriginalLossPayeeID": 1,
"Name": "sample string 3",
"PayeeType": "sample string 4",
"Line1": "sample string 5",
"Line2": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"County": "sample string 9",
"Zip": "sample string 10",
"Data": "sample string 11",
"AcordDescription": "sample string 12",
"Email": "sample string 13",
"LoanNumber": "sample string 14",
"IsMortgagee": "sample string 15",
"IsLossPayee": "sample string 16",
"IsAdditionalInsured": "sample string 17",
"IsOther": "sample string 18",
"OtherLabel": "sample string 19",
"PolicyNumber": "sample string 20",
"ImportSource": 0,
"ImportSourceDescription": "sample string 21",
"AddressDisplay": "sample string 22"
}
],
"SupplementParentId": 1,
"SupplementParentOrder": 10,
"ParentId": 1,
"OriginalLossPayeeId": 1,
"BulkInsertId": "18d18734-5904-4cca-ba46-56c5634f70ba",
"BulkInsertSessionId": "3ea63b6b-580c-45ec-85d7-e5375ceca9e7"
}
application/xml, text/xml
<AcordFormDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">
<AcordFormID>1</AcordFormID>
<AcordFormLossPayees>
<AcordFormLossPayeeDTO>
<AcordDescription>sample string 12</AcordDescription>
<AcordFormID>2</AcordFormID>
<AcordLossPayeeID>1</AcordLossPayeeID>
<AddressDisplay>sample string 22</AddressDisplay>
<City>sample string 7</City>
<County>sample string 9</County>
<Data>sample string 11</Data>
<Email>sample string 13</Email>
<ImportSource>Policy</ImportSource>
<ImportSourceDescription>sample string 21</ImportSourceDescription>
<IsAdditionalInsured>sample string 17</IsAdditionalInsured>
<IsLossPayee>sample string 16</IsLossPayee>
<IsMortgagee>sample string 15</IsMortgagee>
<IsOther>sample string 18</IsOther>
<Line1>sample string 5</Line1>
<Line2>sample string 6</Line2>
<LoanNumber>sample string 14</LoanNumber>
<Name>sample string 3</Name>
<OriginalLossPayeeID>1</OriginalLossPayeeID>
<OtherLabel>sample string 19</OtherLabel>
<PayeeType>sample string 4</PayeeType>
<PolicyNumber>sample string 20</PolicyNumber>
<State>sample string 8</State>
<Zip>sample string 10</Zip>
</AcordFormLossPayeeDTO>
<AcordFormLossPayeeDTO>
<AcordDescription>sample string 12</AcordDescription>
<AcordFormID>2</AcordFormID>
<AcordLossPayeeID>1</AcordLossPayeeID>
<AddressDisplay>sample string 22</AddressDisplay>
<City>sample string 7</City>
<County>sample string 9</County>
<Data>sample string 11</Data>
<Email>sample string 13</Email>
<ImportSource>Policy</ImportSource>
<ImportSourceDescription>sample string 21</ImportSourceDescription>
<IsAdditionalInsured>sample string 17</IsAdditionalInsured>
<IsLossPayee>sample string 16</IsLossPayee>
<IsMortgagee>sample string 15</IsMortgagee>
<IsOther>sample string 18</IsOther>
<Line1>sample string 5</Line1>
<Line2>sample string 6</Line2>
<LoanNumber>sample string 14</LoanNumber>
<Name>sample string 3</Name>
<OriginalLossPayeeID>1</OriginalLossPayeeID>
<OtherLabel>sample string 19</OtherLabel>
<PayeeType>sample string 4</PayeeType>
<PolicyNumber>sample string 20</PolicyNumber>
<State>sample string 8</State>
<Zip>sample string 10</Zip>
</AcordFormLossPayeeDTO>
</AcordFormLossPayees>
<AcordTemplateID>27f86cbb-d5ef-4758-8f9e-cbf52b25e6da</AcordTemplateID>
<BulkInsertId>18d18734-5904-4cca-ba46-56c5634f70ba</BulkInsertId>
<BulkInsertSessionId>3ea63b6b-580c-45ec-85d7-e5375ceca9e7</BulkInsertSessionId>
<CreatedBy>1</CreatedBy>
<CreatedOn>sample string 2</CreatedOn>
<CustomerID>1</CustomerID>
<Data>sample string 3</Data>
<Description>sample string 4</Description>
<EditionDate>sample string 7</EditionDate>
<EndorsementID>1</EndorsementID>
<FormNumber>sample string 5</FormNumber>
<Locked>true</Locked>
<LockedDate>sample string 8</LockedDate>
<LockedMethod>sample string 9</LockedMethod>
<MultipleLossPayees>true</MultipleLossPayees>
<OriginalLossPayeeId>1</OriginalLossPayeeId>
<ParentId>1</ParentId>
<PolicyID>1</PolicyID>
<SignatureID>1</SignatureID>
<State>sample string 6</State>
<SupplementParentId>1</SupplementParentId>
<SupplementParentOrder>10</SupplementParentOrder>
</AcordFormDTO>