GET v1/PolicyACORDForms/AcordAutoIdCardTemplateList
Get List of ACORD Templates for Auto ID Cards
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of ACORD Templates for Auto ID Cards
Collection of 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": "148e7574-bb1a-4207-9f1b-98189a47ef2e",
"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": "2eff278f-bf4d-49f0-9a6d-b4842bdccc0c",
"BulkInsertSessionId": "1ca6f956-07ec-425f-8aee-934738ef0ed0"
},
{
"AcordFormID": 1,
"AcordTemplateID": "148e7574-bb1a-4207-9f1b-98189a47ef2e",
"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": "2eff278f-bf4d-49f0-9a6d-b4842bdccc0c",
"BulkInsertSessionId": "1ca6f956-07ec-425f-8aee-934738ef0ed0"
}
]
application/xml, text/xml
<ArrayOfAcordFormDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">
<AcordFormDTO>
<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>148e7574-bb1a-4207-9f1b-98189a47ef2e</AcordTemplateID>
<BulkInsertId>2eff278f-bf4d-49f0-9a6d-b4842bdccc0c</BulkInsertId>
<BulkInsertSessionId>1ca6f956-07ec-425f-8aee-934738ef0ed0</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>
<AcordFormDTO>
<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>148e7574-bb1a-4207-9f1b-98189a47ef2e</AcordTemplateID>
<BulkInsertId>2eff278f-bf4d-49f0-9a6d-b4842bdccc0c</BulkInsertId>
<BulkInsertSessionId>1ca6f956-07ec-425f-8aee-934738ef0ed0</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>
</ArrayOfAcordFormDTO>