POST v1/ACORDForms/{acordFormID}/Rename?newDescription={newDescription}

Rename an ACORD Form

Request Information

URI Parameters

NameDescriptionTypeAdditional information
acordFormID

Id of the ACORD Form to be renamed

string

Required

newDescription

New description

string

Required

Body Parameters

None.

Response Information

Resource Description

ACORD Form

AcordFormDTO
NameDescriptionTypeAdditional 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

Sample:
{
  "AcordFormID": 1,
  "AcordTemplateID": "ee205634-9de9-46e7-be59-a8544c7a2850",
  "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": "c7c25aa0-629e-4bda-948e-8b445f06cfb6",
  "BulkInsertSessionId": "1f1f77c9-7de3-4a4d-bd76-3ab5fc1510a9"
}

application/xml, text/xml

Sample:
<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>ee205634-9de9-46e7-be59-a8544c7a2850</AcordTemplateID>
  <BulkInsertId>c7c25aa0-629e-4bda-948e-8b445f06cfb6</BulkInsertId>
  <BulkInsertSessionId>1f1f77c9-7de3-4a4d-bd76-3ab5fc1510a9</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>