POST api/WestcorRemit/CaptureRemittance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Login": {
    "Username": "sample string 1",
    "Password": "sample string 2"
  },
  "RemitID": 1
}

application/xml, text/xml

Sample:
<CaptureRemittanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorRemitObjects">
  <Login>
    <Password>sample string 2</Password>
    <SerializeSensitiveInfo>true</SerializeSensitiveInfo>
    <Username>sample string 1</Username>
  </Login>
  <RemitID>1</RemitID>
</CaptureRemittanceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ResponseInfo": {
    "Code": 1,
    "Message": "sample string 2"
  },
  "Remittance": {
    "FileMainID": 1,
    "FileNumber": "sample string 2",
    "AgentNumber": "sample string 3",
    "AgentOrderNumber": "sample string 4",
    "PlantFileNumber": "sample string 5",
    "StatusTypeID": 6,
    "StatusType": "sample string 7",
    "PropertyTypeID": 8,
    "PropertyType": "sample string 9",
    "RateTypeID": 10,
    "RateType": "sample string 11",
    "SpecialCode": "sample string 12",
    "State": "sample string 13",
    "CountyFips": 14,
    "Address1": "sample string 15",
    "Address2": "sample string 16",
    "City": "sample string 17",
    "Zip": "sample string 18",
    "BatchID": 19,
    "CompanyID": 20,
    "Company": "sample string 21",
    "RemittanceDate": "2025-04-11T12:28:27.664561+00:00",
    "Vesting": "sample string 22",
    "Vendor": {
      "OrganizationID": 1,
      "Organization": "sample string 2",
      "OrganizationType": "sample string 3",
      "Company": "sample string 4",
      "Title": "sample string 5",
      "FirstName": "sample string 6",
      "MiddleName": "sample string 7",
      "LastName": "sample string 8",
      "Suffix": "sample string 9",
      "WorkNumber": "sample string 10",
      "Mobile": "sample string 11",
      "Fax": "sample string 12",
      "Email": "sample string 13",
      "Contact": {
        "ContactID": 1,
        "ContactType": "sample string 2",
        "Company": "sample string 3",
        "Title": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "Suffix": "sample string 8",
        "WorkNumber": "sample string 9",
        "Mobile": "sample string 10",
        "Fax": "sample string 11",
        "Email": "sample string 12"
      }
    },
    "Lender": {
      "OrganizationID": 1,
      "Organization": "sample string 2",
      "OrganizationType": "sample string 3",
      "Company": "sample string 4",
      "Title": "sample string 5",
      "FirstName": "sample string 6",
      "MiddleName": "sample string 7",
      "LastName": "sample string 8",
      "Suffix": "sample string 9",
      "WorkNumber": "sample string 10",
      "Mobile": "sample string 11",
      "Fax": "sample string 12",
      "Email": "sample string 13",
      "Contact": {
        "ContactID": 1,
        "ContactType": "sample string 2",
        "Company": "sample string 3",
        "Title": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "Suffix": "sample string 8",
        "WorkNumber": "sample string 9",
        "Mobile": "sample string 10",
        "Fax": "sample string 11",
        "Email": "sample string 12"
      }
    },
    "Buyers": [
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      },
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      },
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      }
    ],
    "Sellers": [
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      },
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      },
      {
        "BuyerSellerID": 1,
        "OwnerTypeID": 2,
        "OwnerType": "sample string 3",
        "Sequence": 4,
        "Company": "sample string 5",
        "Title": "sample string 6",
        "FirstName": "sample string 7",
        "MiddleName": "sample string 8",
        "LastName": "sample string 9",
        "Suffix": "sample string 10",
        "JoiningPhrase": "sample string 11",
        "Mobile": "sample string 12",
        "WorkNumber": "sample string 13",
        "Fax": "sample string 14",
        "Email": "sample string 15"
      }
    ],
    "Policies": [
      {
        "PolicyID": 1,
        "PolicyNumber": "sample string 2",
        "Sequence": 3,
        "LoanNumber": "sample string 4",
        "LoanTypeID": 5,
        "LoanType": "sample string 6",
        "LoanAmount": 7.0,
        "AgencyNumber": "sample string 8",
        "PolicyTypeID": 9,
        "PolicyType": "sample string 10",
        "PolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "EffectiveDate": "2025-04-11T12:28:27.664561+00:00",
        "Liability": 13.0,
        "GrossPremium": 14.0,
        "NetPremium": 15.0,
        "GrossCredit": 16.0,
        "NetCredit": 17.0,
        "Remittance": 18.0,
        "Retention": 19.0,
        "Total": 20.0,
        "SimultaneousPolicyNumber": "sample string 21",
        "CheckNumber": "sample string 22",
        "DepositAmount": 23.0,
        "PriorPolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "PriorPolicyAmount": 25.0,
        "PriorPolicyAge": 26,
        "CPLInsuredNameID": 27,
        "CPLInsuredName": {
          "OrganizationID": 1,
          "Organization": "sample string 2",
          "OrganizationType": "sample string 3",
          "Company": "sample string 4",
          "Title": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "Suffix": "sample string 9",
          "WorkNumber": "sample string 10",
          "Mobile": "sample string 11",
          "Fax": "sample string 12",
          "Email": "sample string 13",
          "Contact": {
            "ContactID": 1,
            "ContactType": "sample string 2",
            "Company": "sample string 3",
            "Title": "sample string 4",
            "FirstName": "sample string 5",
            "MiddleName": "sample string 6",
            "LastName": "sample string 7",
            "Suffix": "sample string 8",
            "WorkNumber": "sample string 9",
            "Mobile": "sample string 10",
            "Fax": "sample string 11",
            "Email": "sample string 12"
          }
        },
        "CPLCount": 28,
        "CPLFee": 29.0,
        "OtherFees": 30.0,
        "TransactionsID": 31,
        "Endorsements": [
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Schedules": [
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Attachments": [
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          }
        ],
        "Notes": [
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          }
        ]
      },
      {
        "PolicyID": 1,
        "PolicyNumber": "sample string 2",
        "Sequence": 3,
        "LoanNumber": "sample string 4",
        "LoanTypeID": 5,
        "LoanType": "sample string 6",
        "LoanAmount": 7.0,
        "AgencyNumber": "sample string 8",
        "PolicyTypeID": 9,
        "PolicyType": "sample string 10",
        "PolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "EffectiveDate": "2025-04-11T12:28:27.664561+00:00",
        "Liability": 13.0,
        "GrossPremium": 14.0,
        "NetPremium": 15.0,
        "GrossCredit": 16.0,
        "NetCredit": 17.0,
        "Remittance": 18.0,
        "Retention": 19.0,
        "Total": 20.0,
        "SimultaneousPolicyNumber": "sample string 21",
        "CheckNumber": "sample string 22",
        "DepositAmount": 23.0,
        "PriorPolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "PriorPolicyAmount": 25.0,
        "PriorPolicyAge": 26,
        "CPLInsuredNameID": 27,
        "CPLInsuredName": {
          "OrganizationID": 1,
          "Organization": "sample string 2",
          "OrganizationType": "sample string 3",
          "Company": "sample string 4",
          "Title": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "Suffix": "sample string 9",
          "WorkNumber": "sample string 10",
          "Mobile": "sample string 11",
          "Fax": "sample string 12",
          "Email": "sample string 13",
          "Contact": {
            "ContactID": 1,
            "ContactType": "sample string 2",
            "Company": "sample string 3",
            "Title": "sample string 4",
            "FirstName": "sample string 5",
            "MiddleName": "sample string 6",
            "LastName": "sample string 7",
            "Suffix": "sample string 8",
            "WorkNumber": "sample string 9",
            "Mobile": "sample string 10",
            "Fax": "sample string 11",
            "Email": "sample string 12"
          }
        },
        "CPLCount": 28,
        "CPLFee": 29.0,
        "OtherFees": 30.0,
        "TransactionsID": 31,
        "Endorsements": [
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Schedules": [
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Attachments": [
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          }
        ],
        "Notes": [
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          }
        ]
      },
      {
        "PolicyID": 1,
        "PolicyNumber": "sample string 2",
        "Sequence": 3,
        "LoanNumber": "sample string 4",
        "LoanTypeID": 5,
        "LoanType": "sample string 6",
        "LoanAmount": 7.0,
        "AgencyNumber": "sample string 8",
        "PolicyTypeID": 9,
        "PolicyType": "sample string 10",
        "PolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "EffectiveDate": "2025-04-11T12:28:27.664561+00:00",
        "Liability": 13.0,
        "GrossPremium": 14.0,
        "NetPremium": 15.0,
        "GrossCredit": 16.0,
        "NetCredit": 17.0,
        "Remittance": 18.0,
        "Retention": 19.0,
        "Total": 20.0,
        "SimultaneousPolicyNumber": "sample string 21",
        "CheckNumber": "sample string 22",
        "DepositAmount": 23.0,
        "PriorPolicyDate": "2025-04-11T12:28:27.664561+00:00",
        "PriorPolicyAmount": 25.0,
        "PriorPolicyAge": 26,
        "CPLInsuredNameID": 27,
        "CPLInsuredName": {
          "OrganizationID": 1,
          "Organization": "sample string 2",
          "OrganizationType": "sample string 3",
          "Company": "sample string 4",
          "Title": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "Suffix": "sample string 9",
          "WorkNumber": "sample string 10",
          "Mobile": "sample string 11",
          "Fax": "sample string 12",
          "Email": "sample string 13",
          "Contact": {
            "ContactID": 1,
            "ContactType": "sample string 2",
            "Company": "sample string 3",
            "Title": "sample string 4",
            "FirstName": "sample string 5",
            "MiddleName": "sample string 6",
            "LastName": "sample string 7",
            "Suffix": "sample string 8",
            "WorkNumber": "sample string 9",
            "Mobile": "sample string 10",
            "Fax": "sample string 11",
            "Email": "sample string 12"
          }
        },
        "CPLCount": 28,
        "CPLFee": 29.0,
        "OtherFees": 30.0,
        "TransactionsID": 31,
        "Endorsements": [
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "EndorsementID": 1,
            "Endorsement": "sample string 2",
            "Sequence": 3,
            "Premium": 4.0,
            "EndorsementDescription": "sample string 5",
            "Amount": 6.0,
            "SpecialCode": "sample string 7",
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Schedules": [
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          },
          {
            "ScheduleID": 1,
            "Schedule": "sample string 2",
            "Sequence": 3,
            "InsuredID": 4,
            "Insured": {
              "OrganizationID": 1,
              "Organization": "sample string 2",
              "OrganizationType": "sample string 3",
              "Company": "sample string 4",
              "Title": "sample string 5",
              "FirstName": "sample string 6",
              "MiddleName": "sample string 7",
              "LastName": "sample string 8",
              "Suffix": "sample string 9",
              "WorkNumber": "sample string 10",
              "Mobile": "sample string 11",
              "Fax": "sample string 12",
              "Email": "sample string 13",
              "Contact": {
                "ContactID": 1,
                "ContactType": "sample string 2",
                "Company": "sample string 3",
                "Title": "sample string 4",
                "FirstName": "sample string 5",
                "MiddleName": "sample string 6",
                "LastName": "sample string 7",
                "Suffix": "sample string 8",
                "WorkNumber": "sample string 9",
                "Mobile": "sample string 10",
                "Fax": "sample string 11",
                "Email": "sample string 12"
              }
            },
            "ShortLegal": "sample string 5",
            "LegalDesc": "sample string 6",
            "Clauses": [
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              },
              {
                "ClauseID": 1,
                "Sequence": 2,
                "ClauseTypeID": 3,
                "ClauseType": "sample string 4",
                "Clause": "sample string 5",
                "Attachments": [
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  },
                  {
                    "AttachmentID": 1,
                    "Attachment": "sample string 2",
                    "AttachmentTypeID": 3,
                    "AttachmentType": "sample string 4",
                    "AttachmentPath": "sample string 5",
                    "Description": "sample string 6"
                  }
                ],
                "Notes": [
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  },
                  {
                    "NotesID": 1,
                    "Notes": "sample string 2",
                    "NotesTypeID": 3,
                    "NotesType": "sample string 4",
                    "Description": "sample string 5"
                  }
                ]
              }
            ],
            "Attachments": [
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              },
              {
                "AttachmentID": 1,
                "Attachment": "sample string 2",
                "AttachmentTypeID": 3,
                "AttachmentType": "sample string 4",
                "AttachmentPath": "sample string 5",
                "Description": "sample string 6"
              }
            ],
            "Notes": [
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              },
              {
                "NotesID": 1,
                "Notes": "sample string 2",
                "NotesTypeID": 3,
                "NotesType": "sample string 4",
                "Description": "sample string 5"
              }
            ]
          }
        ],
        "Attachments": [
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          },
          {
            "AttachmentID": 1,
            "Attachment": "sample string 2",
            "AttachmentTypeID": 3,
            "AttachmentType": "sample string 4",
            "AttachmentPath": "sample string 5",
            "Description": "sample string 6"
          }
        ],
        "Notes": [
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          },
          {
            "NotesID": 1,
            "Notes": "sample string 2",
            "NotesTypeID": 3,
            "NotesType": "sample string 4",
            "Description": "sample string 5"
          }
        ]
      }
    ],
    "Attachments": [
      {
        "AttachmentID": 1,
        "Attachment": "sample string 2",
        "AttachmentTypeID": 3,
        "AttachmentType": "sample string 4",
        "AttachmentPath": "sample string 5",
        "Description": "sample string 6"
      },
      {
        "AttachmentID": 1,
        "Attachment": "sample string 2",
        "AttachmentTypeID": 3,
        "AttachmentType": "sample string 4",
        "AttachmentPath": "sample string 5",
        "Description": "sample string 6"
      },
      {
        "AttachmentID": 1,
        "Attachment": "sample string 2",
        "AttachmentTypeID": 3,
        "AttachmentType": "sample string 4",
        "AttachmentPath": "sample string 5",
        "Description": "sample string 6"
      }
    ],
    "Notes": [
      {
        "NotesID": 1,
        "Notes": "sample string 2",
        "NotesTypeID": 3,
        "NotesType": "sample string 4",
        "Description": "sample string 5"
      },
      {
        "NotesID": 1,
        "Notes": "sample string 2",
        "NotesTypeID": 3,
        "NotesType": "sample string 4",
        "Description": "sample string 5"
      },
      {
        "NotesID": 1,
        "Notes": "sample string 2",
        "NotesTypeID": 3,
        "NotesType": "sample string 4",
        "Description": "sample string 5"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<CaptureRemittanceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorRemitObjects">
  <Remittance>
    <Address1>sample string 15</Address1>
    <Address2>sample string 16</Address2>
    <AgentNumber>sample string 3</AgentNumber>
    <AgentOrderNumber>sample string 4</AgentOrderNumber>
    <Attachments>
      <Remit_Attachment>
        <Attachment>sample string 2</Attachment>
        <AttachmentID>1</AttachmentID>
        <AttachmentPath>sample string 5</AttachmentPath>
        <AttachmentType>sample string 4</AttachmentType>
        <AttachmentTypeID>3</AttachmentTypeID>
        <Description>sample string 6</Description>
      </Remit_Attachment>
      <Remit_Attachment>
        <Attachment>sample string 2</Attachment>
        <AttachmentID>1</AttachmentID>
        <AttachmentPath>sample string 5</AttachmentPath>
        <AttachmentType>sample string 4</AttachmentType>
        <AttachmentTypeID>3</AttachmentTypeID>
        <Description>sample string 6</Description>
      </Remit_Attachment>
      <Remit_Attachment>
        <Attachment>sample string 2</Attachment>
        <AttachmentID>1</AttachmentID>
        <AttachmentPath>sample string 5</AttachmentPath>
        <AttachmentType>sample string 4</AttachmentType>
        <AttachmentTypeID>3</AttachmentTypeID>
        <Description>sample string 6</Description>
      </Remit_Attachment>
    </Attachments>
    <BatchID>19</BatchID>
    <Buyers>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
    </Buyers>
    <City>sample string 17</City>
    <Company>sample string 21</Company>
    <CompanyID>20</CompanyID>
    <CountyFips>14</CountyFips>
    <FileMainID>1</FileMainID>
    <FileNumber>sample string 2</FileNumber>
    <Lender>
      <Company>sample string 4</Company>
      <Contact>
        <Company>sample string 3</Company>
        <ContactID>1</ContactID>
        <ContactType>sample string 2</ContactType>
        <Email>sample string 12</Email>
        <Fax>sample string 11</Fax>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <Mobile>sample string 10</Mobile>
        <Suffix>sample string 8</Suffix>
        <Title>sample string 4</Title>
        <WorkNumber>sample string 9</WorkNumber>
      </Contact>
      <Email>sample string 13</Email>
      <Fax>sample string 12</Fax>
      <FirstName>sample string 6</FirstName>
      <LastName>sample string 8</LastName>
      <MiddleName>sample string 7</MiddleName>
      <Mobile>sample string 11</Mobile>
      <Organization>sample string 2</Organization>
      <OrganizationID>1</OrganizationID>
      <OrganizationType>sample string 3</OrganizationType>
      <Suffix>sample string 9</Suffix>
      <Title>sample string 5</Title>
      <WorkNumber>sample string 10</WorkNumber>
    </Lender>
    <Notes>
      <Remit_Note>
        <Description>sample string 5</Description>
        <Notes>sample string 2</Notes>
        <NotesID>1</NotesID>
        <NotesType>sample string 4</NotesType>
        <NotesTypeID>3</NotesTypeID>
      </Remit_Note>
      <Remit_Note>
        <Description>sample string 5</Description>
        <Notes>sample string 2</Notes>
        <NotesID>1</NotesID>
        <NotesType>sample string 4</NotesType>
        <NotesTypeID>3</NotesTypeID>
      </Remit_Note>
      <Remit_Note>
        <Description>sample string 5</Description>
        <Notes>sample string 2</Notes>
        <NotesID>1</NotesID>
        <NotesType>sample string 4</NotesType>
        <NotesTypeID>3</NotesTypeID>
      </Remit_Note>
    </Notes>
    <PlantFileNumber>sample string 5</PlantFileNumber>
    <Policies>
      <Remit_Policy>
        <AgencyNumber>sample string 8</AgencyNumber>
        <Attachments>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
        </Attachments>
        <CPLCount>28</CPLCount>
        <CPLFee>29</CPLFee>
        <CPLInsuredName>
          <Company>sample string 4</Company>
          <Contact>
            <Company>sample string 3</Company>
            <ContactID>1</ContactID>
            <ContactType>sample string 2</ContactType>
            <Email>sample string 12</Email>
            <Fax>sample string 11</Fax>
            <FirstName>sample string 5</FirstName>
            <LastName>sample string 7</LastName>
            <MiddleName>sample string 6</MiddleName>
            <Mobile>sample string 10</Mobile>
            <Suffix>sample string 8</Suffix>
            <Title>sample string 4</Title>
            <WorkNumber>sample string 9</WorkNumber>
          </Contact>
          <Email>sample string 13</Email>
          <Fax>sample string 12</Fax>
          <FirstName>sample string 6</FirstName>
          <LastName>sample string 8</LastName>
          <MiddleName>sample string 7</MiddleName>
          <Mobile>sample string 11</Mobile>
          <Organization>sample string 2</Organization>
          <OrganizationID>1</OrganizationID>
          <OrganizationType>sample string 3</OrganizationType>
          <Suffix>sample string 9</Suffix>
          <Title>sample string 5</Title>
          <WorkNumber>sample string 10</WorkNumber>
        </CPLInsuredName>
        <CPLInsuredNameID>27</CPLInsuredNameID>
        <CheckNumber>sample string 22</CheckNumber>
        <DepositAmount>23</DepositAmount>
        <EffectiveDate>2025-04-11T12:28:27.664561+00:00</EffectiveDate>
        <Endorsements>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
        </Endorsements>
        <GrossCredit>16</GrossCredit>
        <GrossPremium>14</GrossPremium>
        <Liability>13</Liability>
        <LoanAmount>7</LoanAmount>
        <LoanNumber>sample string 4</LoanNumber>
        <LoanType>sample string 6</LoanType>
        <LoanTypeID>5</LoanTypeID>
        <NetCredit>17</NetCredit>
        <NetPremium>15</NetPremium>
        <Notes>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
        </Notes>
        <OtherFees>30</OtherFees>
        <PolicyDate>2025-04-11T12:28:27.664561+00:00</PolicyDate>
        <PolicyID>1</PolicyID>
        <PolicyNumber>sample string 2</PolicyNumber>
        <PolicyType>sample string 10</PolicyType>
        <PolicyTypeID>9</PolicyTypeID>
        <PriorPolicyAge>26</PriorPolicyAge>
        <PriorPolicyAmount>25</PriorPolicyAmount>
        <PriorPolicyDate>2025-04-11T12:28:27.664561+00:00</PriorPolicyDate>
        <Remittance>18</Remittance>
        <Retention>19</Retention>
        <Schedules>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
        </Schedules>
        <Sequence>3</Sequence>
        <SimultaneousPolicyNumber>sample string 21</SimultaneousPolicyNumber>
        <Total>20</Total>
        <TransactionsID>31</TransactionsID>
      </Remit_Policy>
      <Remit_Policy>
        <AgencyNumber>sample string 8</AgencyNumber>
        <Attachments>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
        </Attachments>
        <CPLCount>28</CPLCount>
        <CPLFee>29</CPLFee>
        <CPLInsuredName>
          <Company>sample string 4</Company>
          <Contact>
            <Company>sample string 3</Company>
            <ContactID>1</ContactID>
            <ContactType>sample string 2</ContactType>
            <Email>sample string 12</Email>
            <Fax>sample string 11</Fax>
            <FirstName>sample string 5</FirstName>
            <LastName>sample string 7</LastName>
            <MiddleName>sample string 6</MiddleName>
            <Mobile>sample string 10</Mobile>
            <Suffix>sample string 8</Suffix>
            <Title>sample string 4</Title>
            <WorkNumber>sample string 9</WorkNumber>
          </Contact>
          <Email>sample string 13</Email>
          <Fax>sample string 12</Fax>
          <FirstName>sample string 6</FirstName>
          <LastName>sample string 8</LastName>
          <MiddleName>sample string 7</MiddleName>
          <Mobile>sample string 11</Mobile>
          <Organization>sample string 2</Organization>
          <OrganizationID>1</OrganizationID>
          <OrganizationType>sample string 3</OrganizationType>
          <Suffix>sample string 9</Suffix>
          <Title>sample string 5</Title>
          <WorkNumber>sample string 10</WorkNumber>
        </CPLInsuredName>
        <CPLInsuredNameID>27</CPLInsuredNameID>
        <CheckNumber>sample string 22</CheckNumber>
        <DepositAmount>23</DepositAmount>
        <EffectiveDate>2025-04-11T12:28:27.664561+00:00</EffectiveDate>
        <Endorsements>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
        </Endorsements>
        <GrossCredit>16</GrossCredit>
        <GrossPremium>14</GrossPremium>
        <Liability>13</Liability>
        <LoanAmount>7</LoanAmount>
        <LoanNumber>sample string 4</LoanNumber>
        <LoanType>sample string 6</LoanType>
        <LoanTypeID>5</LoanTypeID>
        <NetCredit>17</NetCredit>
        <NetPremium>15</NetPremium>
        <Notes>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
        </Notes>
        <OtherFees>30</OtherFees>
        <PolicyDate>2025-04-11T12:28:27.664561+00:00</PolicyDate>
        <PolicyID>1</PolicyID>
        <PolicyNumber>sample string 2</PolicyNumber>
        <PolicyType>sample string 10</PolicyType>
        <PolicyTypeID>9</PolicyTypeID>
        <PriorPolicyAge>26</PriorPolicyAge>
        <PriorPolicyAmount>25</PriorPolicyAmount>
        <PriorPolicyDate>2025-04-11T12:28:27.664561+00:00</PriorPolicyDate>
        <Remittance>18</Remittance>
        <Retention>19</Retention>
        <Schedules>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
        </Schedules>
        <Sequence>3</Sequence>
        <SimultaneousPolicyNumber>sample string 21</SimultaneousPolicyNumber>
        <Total>20</Total>
        <TransactionsID>31</TransactionsID>
      </Remit_Policy>
      <Remit_Policy>
        <AgencyNumber>sample string 8</AgencyNumber>
        <Attachments>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
          <Remit_Attachment>
            <Attachment>sample string 2</Attachment>
            <AttachmentID>1</AttachmentID>
            <AttachmentPath>sample string 5</AttachmentPath>
            <AttachmentType>sample string 4</AttachmentType>
            <AttachmentTypeID>3</AttachmentTypeID>
            <Description>sample string 6</Description>
          </Remit_Attachment>
        </Attachments>
        <CPLCount>28</CPLCount>
        <CPLFee>29</CPLFee>
        <CPLInsuredName>
          <Company>sample string 4</Company>
          <Contact>
            <Company>sample string 3</Company>
            <ContactID>1</ContactID>
            <ContactType>sample string 2</ContactType>
            <Email>sample string 12</Email>
            <Fax>sample string 11</Fax>
            <FirstName>sample string 5</FirstName>
            <LastName>sample string 7</LastName>
            <MiddleName>sample string 6</MiddleName>
            <Mobile>sample string 10</Mobile>
            <Suffix>sample string 8</Suffix>
            <Title>sample string 4</Title>
            <WorkNumber>sample string 9</WorkNumber>
          </Contact>
          <Email>sample string 13</Email>
          <Fax>sample string 12</Fax>
          <FirstName>sample string 6</FirstName>
          <LastName>sample string 8</LastName>
          <MiddleName>sample string 7</MiddleName>
          <Mobile>sample string 11</Mobile>
          <Organization>sample string 2</Organization>
          <OrganizationID>1</OrganizationID>
          <OrganizationType>sample string 3</OrganizationType>
          <Suffix>sample string 9</Suffix>
          <Title>sample string 5</Title>
          <WorkNumber>sample string 10</WorkNumber>
        </CPLInsuredName>
        <CPLInsuredNameID>27</CPLInsuredNameID>
        <CheckNumber>sample string 22</CheckNumber>
        <DepositAmount>23</DepositAmount>
        <EffectiveDate>2025-04-11T12:28:27.664561+00:00</EffectiveDate>
        <Endorsements>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
          <Remit_Endorsement>
            <Amount>6</Amount>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Endorsement>sample string 2</Endorsement>
            <EndorsementDescription>sample string 5</EndorsementDescription>
            <EndorsementID>1</EndorsementID>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Premium>4</Premium>
            <Sequence>3</Sequence>
            <SpecialCode>sample string 7</SpecialCode>
          </Remit_Endorsement>
        </Endorsements>
        <GrossCredit>16</GrossCredit>
        <GrossPremium>14</GrossPremium>
        <Liability>13</Liability>
        <LoanAmount>7</LoanAmount>
        <LoanNumber>sample string 4</LoanNumber>
        <LoanType>sample string 6</LoanType>
        <LoanTypeID>5</LoanTypeID>
        <NetCredit>17</NetCredit>
        <NetPremium>15</NetPremium>
        <Notes>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
          <Remit_Note>
            <Description>sample string 5</Description>
            <Notes>sample string 2</Notes>
            <NotesID>1</NotesID>
            <NotesType>sample string 4</NotesType>
            <NotesTypeID>3</NotesTypeID>
          </Remit_Note>
        </Notes>
        <OtherFees>30</OtherFees>
        <PolicyDate>2025-04-11T12:28:27.664561+00:00</PolicyDate>
        <PolicyID>1</PolicyID>
        <PolicyNumber>sample string 2</PolicyNumber>
        <PolicyType>sample string 10</PolicyType>
        <PolicyTypeID>9</PolicyTypeID>
        <PriorPolicyAge>26</PriorPolicyAge>
        <PriorPolicyAmount>25</PriorPolicyAmount>
        <PriorPolicyDate>2025-04-11T12:28:27.664561+00:00</PriorPolicyDate>
        <Remittance>18</Remittance>
        <Retention>19</Retention>
        <Schedules>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
          <Remit_Schedule>
            <Attachments>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
              <Remit_Attachment>
                <Attachment>sample string 2</Attachment>
                <AttachmentID>1</AttachmentID>
                <AttachmentPath>sample string 5</AttachmentPath>
                <AttachmentType>sample string 4</AttachmentType>
                <AttachmentTypeID>3</AttachmentTypeID>
                <Description>sample string 6</Description>
              </Remit_Attachment>
            </Attachments>
            <Clauses>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
              <Remit_Clause>
                <Attachments>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                  <Remit_Attachment>
                    <Attachment>sample string 2</Attachment>
                    <AttachmentID>1</AttachmentID>
                    <AttachmentPath>sample string 5</AttachmentPath>
                    <AttachmentType>sample string 4</AttachmentType>
                    <AttachmentTypeID>3</AttachmentTypeID>
                    <Description>sample string 6</Description>
                  </Remit_Attachment>
                </Attachments>
                <Clause>sample string 5</Clause>
                <ClauseID>1</ClauseID>
                <ClauseType>sample string 4</ClauseType>
                <ClauseTypeID>3</ClauseTypeID>
                <Notes>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                  <Remit_Note>
                    <Description>sample string 5</Description>
                    <Notes>sample string 2</Notes>
                    <NotesID>1</NotesID>
                    <NotesType>sample string 4</NotesType>
                    <NotesTypeID>3</NotesTypeID>
                  </Remit_Note>
                </Notes>
                <Sequence>2</Sequence>
              </Remit_Clause>
            </Clauses>
            <Insured>
              <Company>sample string 4</Company>
              <Contact>
                <Company>sample string 3</Company>
                <ContactID>1</ContactID>
                <ContactType>sample string 2</ContactType>
                <Email>sample string 12</Email>
                <Fax>sample string 11</Fax>
                <FirstName>sample string 5</FirstName>
                <LastName>sample string 7</LastName>
                <MiddleName>sample string 6</MiddleName>
                <Mobile>sample string 10</Mobile>
                <Suffix>sample string 8</Suffix>
                <Title>sample string 4</Title>
                <WorkNumber>sample string 9</WorkNumber>
              </Contact>
              <Email>sample string 13</Email>
              <Fax>sample string 12</Fax>
              <FirstName>sample string 6</FirstName>
              <LastName>sample string 8</LastName>
              <MiddleName>sample string 7</MiddleName>
              <Mobile>sample string 11</Mobile>
              <Organization>sample string 2</Organization>
              <OrganizationID>1</OrganizationID>
              <OrganizationType>sample string 3</OrganizationType>
              <Suffix>sample string 9</Suffix>
              <Title>sample string 5</Title>
              <WorkNumber>sample string 10</WorkNumber>
            </Insured>
            <InsuredID>4</InsuredID>
            <LegalDesc>sample string 6</LegalDesc>
            <Notes>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
              <Remit_Note>
                <Description>sample string 5</Description>
                <Notes>sample string 2</Notes>
                <NotesID>1</NotesID>
                <NotesType>sample string 4</NotesType>
                <NotesTypeID>3</NotesTypeID>
              </Remit_Note>
            </Notes>
            <Schedule>sample string 2</Schedule>
            <ScheduleID>1</ScheduleID>
            <Sequence>3</Sequence>
            <ShortLegal>sample string 5</ShortLegal>
          </Remit_Schedule>
        </Schedules>
        <Sequence>3</Sequence>
        <SimultaneousPolicyNumber>sample string 21</SimultaneousPolicyNumber>
        <Total>20</Total>
        <TransactionsID>31</TransactionsID>
      </Remit_Policy>
    </Policies>
    <PropertyType>sample string 9</PropertyType>
    <PropertyTypeID>8</PropertyTypeID>
    <RateType>sample string 11</RateType>
    <RateTypeID>10</RateTypeID>
    <RemittanceDate>2025-04-11T12:28:27.664561+00:00</RemittanceDate>
    <Sellers>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
      <Remit_BuyerSeller>
        <BuyerSellerID>1</BuyerSellerID>
        <Company>sample string 5</Company>
        <Email>sample string 15</Email>
        <Fax>sample string 14</Fax>
        <FirstName>sample string 7</FirstName>
        <JoiningPhrase>sample string 11</JoiningPhrase>
        <LastName>sample string 9</LastName>
        <MiddleName>sample string 8</MiddleName>
        <Mobile>sample string 12</Mobile>
        <OwnerType>sample string 3</OwnerType>
        <OwnerTypeID>2</OwnerTypeID>
        <Sequence>4</Sequence>
        <Suffix>sample string 10</Suffix>
        <Title>sample string 6</Title>
        <WorkNumber>sample string 13</WorkNumber>
      </Remit_BuyerSeller>
    </Sellers>
    <SpecialCode>sample string 12</SpecialCode>
    <State>sample string 13</State>
    <StatusType>sample string 7</StatusType>
    <StatusTypeID>6</StatusTypeID>
    <Vendor>
      <Company>sample string 4</Company>
      <Contact>
        <Company>sample string 3</Company>
        <ContactID>1</ContactID>
        <ContactType>sample string 2</ContactType>
        <Email>sample string 12</Email>
        <Fax>sample string 11</Fax>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <Mobile>sample string 10</Mobile>
        <Suffix>sample string 8</Suffix>
        <Title>sample string 4</Title>
        <WorkNumber>sample string 9</WorkNumber>
      </Contact>
      <Email>sample string 13</Email>
      <Fax>sample string 12</Fax>
      <FirstName>sample string 6</FirstName>
      <LastName>sample string 8</LastName>
      <MiddleName>sample string 7</MiddleName>
      <Mobile>sample string 11</Mobile>
      <Organization>sample string 2</Organization>
      <OrganizationID>1</OrganizationID>
      <OrganizationType>sample string 3</OrganizationType>
      <Suffix>sample string 9</Suffix>
      <Title>sample string 5</Title>
      <WorkNumber>sample string 10</WorkNumber>
    </Vendor>
    <Vesting>sample string 22</Vesting>
    <Zip>sample string 18</Zip>
  </Remittance>
  <ResponseInfo>
    <Code>1</Code>
    <Message>sample string 2</Message>
  </ResponseInfo>
</CaptureRemittanceResponse>