GET api/Claim?inspectorId={inspectorId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inspectorId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ClaimModel
NameDescriptionTypeAdditional information
Id

integer

None.

Guid

globally unique identifier

None.

WarrantyGuid

globally unique identifier

None.

Warranty

WarrantyModel

None.

Number

string

None.

WarrantyYears

string

None.

FinalSiteVisitDate

date

None.

PreviousNumberOfClaims

integer

None.

DescriptionOfIssue

string

None.

BuildingContact

BuildingContactModel

None.

Investigations

Collection of ClaimInvestigationModel

None.

Documents

Collection of ClaimDocumentModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Guid": "e5dd73b1-e9e5-42f7-8a97-2bea28afa0cf",
    "WarrantyGuid": "b9460f9c-2554-4c3d-9f15-573ddc3f288f",
    "Warranty": {
      "Guid": "b6e66518-1963-452f-ba28-2f30c6692d82",
      "ProjectName": "sample string 2",
      "JobNumber": "sample string 3",
      "WarrantyNumber": "sample string 4",
      "JobType": "sample string 5",
      "ConstructionType": "sample string 6",
      "WarrantyType": "sample string 7",
      "Address": {
        "Address1": "sample string 1",
        "City": "sample string 2",
        "State": "sample string 3",
        "Zip": "sample string 4",
        "Latitude": 1.0,
        "Longitude": 1.0
      },
      "Inspector": {
        "Id": 1,
        "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
        "Email": "sample string 3",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "FullName": "sample string 4 sample string 5"
      },
      "Contact": {
        "Email": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "FullName": "sample string 2 sample string 3"
      },
      "Contractor": {
        "Name": "sample string 1",
        "Address": {
          "Address1": "sample string 1",
          "City": "sample string 2",
          "State": "sample string 3",
          "Zip": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0
        },
        "Contact": "sample string 2",
        "Phone": "sample string 3",
        "Email": "sample string 4"
      },
      "ConstructionName": "sample string 8",
      "SystemName": "sample string 9",
      "ExistingAssemblyName": "sample string 10",
      "SquareFeet": {
        "FieldSqFt": 1,
        "FlashingSqFt": 1,
        "VerticalSqFt": 1,
        "HorizontalSqFt": 1,
        "OverburdenSqFt": 1,
        "OtherSqFt": 1,
        "TotalSqFt": 1
      },
      "RoofingSystems": [
        {
          "USSystemBuilderID": 1,
          "SystemName": "sample string 2",
          "DeckTypeID": 3,
          "DeckTypeName": "sample string 4",
          "RoofSlope": "sample string 5",
          "RecordStatus": "sample string 6",
          "DeckTypeAddlInfo": "sample string 7",
          "SystemAddlInfo": "sample string 8",
          "RoofProjectTypeID": 9,
          "RoofProjectTypeOther": "sample string 10",
          "SystemBuilderCollectionId": 11,
          "SystemFieldComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ],
          "SystemFlashingComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ]
        },
        {
          "USSystemBuilderID": 1,
          "SystemName": "sample string 2",
          "DeckTypeID": 3,
          "DeckTypeName": "sample string 4",
          "RoofSlope": "sample string 5",
          "RecordStatus": "sample string 6",
          "DeckTypeAddlInfo": "sample string 7",
          "SystemAddlInfo": "sample string 8",
          "RoofProjectTypeID": 9,
          "RoofProjectTypeOther": "sample string 10",
          "SystemBuilderCollectionId": 11,
          "SystemFieldComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ],
          "SystemFlashingComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ]
        }
      ],
      "Inspections": [
        {
          "Id": 1,
          "Guid": "316ed660-a3e4-4ee5-99b0-9dd92f5cf304",
          "WarrantyGuid": "d738b591-5686-4905-a2b9-b72423798101",
          "Date": "2025-08-30T19:25:25.6800144+00:00",
          "Temperature": 5.1,
          "Weather": {
            "WeatherGuid": "e9f37278-e49a-409e-a64b-cd653f0ffaf2",
            "Name": "sample string 1"
          },
          "OverBurdenType": "sample string 6",
          "OverburdenTypeGuid": "eb9973a3-6e78-47f3-ba1a-c29dc2689620",
          "WarrantyType": "sample string 7",
          "WarrantyYears": "sample string 8",
          "SubstantialCompletionDate": "2025-08-30T19:25:25.6800144+00:00",
          "PreviousItemsWereAddressed": true,
          "PondingConditionWasNoted": true,
          "Observations": "sample string 9",
          "FinalInspectionResult": "sample string 10",
          "FinalInspectionResultGuid": "a46d14e0-1870-4df8-a539-69fc11444c06",
          "ActionItemsComplete": "sample string 11",
          "WarrantyPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "OverBurdenPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "SignatureText": "sample string 12",
          "Inspector": {
            "Id": 1,
            "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
            "Email": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "FullName": "sample string 4 sample string 5"
          },
          "ObservationsAcknowledged": true,
          "Status": "Submitted",
          "IsSubmitted": true,
          "InspectionType": "FINAL",
          "IsFinalInspection": true,
          "PhotoCount": 16,
          "Photos": [
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            },
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            }
          ],
          "HasNonSopremaProducts": true,
          "NonSopremaProducts": [
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            },
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            }
          ]
        },
        {
          "Id": 1,
          "Guid": "316ed660-a3e4-4ee5-99b0-9dd92f5cf304",
          "WarrantyGuid": "d738b591-5686-4905-a2b9-b72423798101",
          "Date": "2025-08-30T19:25:25.6800144+00:00",
          "Temperature": 5.1,
          "Weather": {
            "WeatherGuid": "e9f37278-e49a-409e-a64b-cd653f0ffaf2",
            "Name": "sample string 1"
          },
          "OverBurdenType": "sample string 6",
          "OverburdenTypeGuid": "eb9973a3-6e78-47f3-ba1a-c29dc2689620",
          "WarrantyType": "sample string 7",
          "WarrantyYears": "sample string 8",
          "SubstantialCompletionDate": "2025-08-30T19:25:25.6800144+00:00",
          "PreviousItemsWereAddressed": true,
          "PondingConditionWasNoted": true,
          "Observations": "sample string 9",
          "FinalInspectionResult": "sample string 10",
          "FinalInspectionResultGuid": "a46d14e0-1870-4df8-a539-69fc11444c06",
          "ActionItemsComplete": "sample string 11",
          "WarrantyPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "OverBurdenPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "SignatureText": "sample string 12",
          "Inspector": {
            "Id": 1,
            "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
            "Email": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "FullName": "sample string 4 sample string 5"
          },
          "ObservationsAcknowledged": true,
          "Status": "Submitted",
          "IsSubmitted": true,
          "InspectionType": "FINAL",
          "IsFinalInspection": true,
          "PhotoCount": 16,
          "Photos": [
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            },
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            }
          ],
          "HasNonSopremaProducts": true,
          "NonSopremaProducts": [
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            },
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            }
          ]
        }
      ]
    },
    "Number": "sample string 4",
    "WarrantyYears": "sample string 7",
    "FinalSiteVisitDate": "2025-08-30T19:25:25.6956289+00:00",
    "PreviousNumberOfClaims": 1,
    "DescriptionOfIssue": "sample string 5",
    "BuildingContact": {
      "Name": "sample string 1",
      "Email": "sample string 2",
      "Phone": "sample string 3"
    },
    "Investigations": [
      {
        "Id": 1,
        "WarrantyGuid": "510019fa-a3bc-43a7-9f28-c1acbf7bb927",
        "WarrantyClaimId": 3,
        "Number": "sample string 4",
        "Date": "2025-08-30T19:25:25.6956289+00:00",
        "Inspector": {
          "Id": 1,
          "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
          "Email": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "FullName": "sample string 4 sample string 5"
        },
        "Guid": "09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c",
        "WarrantyClaimGuid": "6baeb5c0-7a2c-4cf4-9033-485d507f4354",
        "InspectorGuid": "4f55bf0b-6bd3-437d-a126-58b5a446d19e",
        "ResultId": 0,
        "StatusId": 0,
        "Temperature": 1,
        "WeatherGuid": "4dbad551-5e59-44c6-963c-54a85e31b796",
        "OwnerResponsabilityItems": "sample string 10",
        "PhotoCount": 11,
        "ConditionsObserved": [
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          },
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          }
        ]
      },
      {
        "Id": 1,
        "WarrantyGuid": "510019fa-a3bc-43a7-9f28-c1acbf7bb927",
        "WarrantyClaimId": 3,
        "Number": "sample string 4",
        "Date": "2025-08-30T19:25:25.6956289+00:00",
        "Inspector": {
          "Id": 1,
          "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
          "Email": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "FullName": "sample string 4 sample string 5"
        },
        "Guid": "09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c",
        "WarrantyClaimGuid": "6baeb5c0-7a2c-4cf4-9033-485d507f4354",
        "InspectorGuid": "4f55bf0b-6bd3-437d-a126-58b5a446d19e",
        "ResultId": 0,
        "StatusId": 0,
        "Temperature": 1,
        "WeatherGuid": "4dbad551-5e59-44c6-963c-54a85e31b796",
        "OwnerResponsabilityItems": "sample string 10",
        "PhotoCount": 11,
        "ConditionsObserved": [
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          },
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          }
        ]
      }
    ],
    "Documents": [
      {
        "Description": "sample string 1",
        "Url": "http://webapihelppage2.com"
      },
      {
        "Description": "sample string 1",
        "Url": "http://webapihelppage2.com"
      }
    ]
  },
  {
    "Id": 1,
    "Guid": "e5dd73b1-e9e5-42f7-8a97-2bea28afa0cf",
    "WarrantyGuid": "b9460f9c-2554-4c3d-9f15-573ddc3f288f",
    "Warranty": {
      "Guid": "b6e66518-1963-452f-ba28-2f30c6692d82",
      "ProjectName": "sample string 2",
      "JobNumber": "sample string 3",
      "WarrantyNumber": "sample string 4",
      "JobType": "sample string 5",
      "ConstructionType": "sample string 6",
      "WarrantyType": "sample string 7",
      "Address": {
        "Address1": "sample string 1",
        "City": "sample string 2",
        "State": "sample string 3",
        "Zip": "sample string 4",
        "Latitude": 1.0,
        "Longitude": 1.0
      },
      "Inspector": {
        "Id": 1,
        "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
        "Email": "sample string 3",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "FullName": "sample string 4 sample string 5"
      },
      "Contact": {
        "Email": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "FullName": "sample string 2 sample string 3"
      },
      "Contractor": {
        "Name": "sample string 1",
        "Address": {
          "Address1": "sample string 1",
          "City": "sample string 2",
          "State": "sample string 3",
          "Zip": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0
        },
        "Contact": "sample string 2",
        "Phone": "sample string 3",
        "Email": "sample string 4"
      },
      "ConstructionName": "sample string 8",
      "SystemName": "sample string 9",
      "ExistingAssemblyName": "sample string 10",
      "SquareFeet": {
        "FieldSqFt": 1,
        "FlashingSqFt": 1,
        "VerticalSqFt": 1,
        "HorizontalSqFt": 1,
        "OverburdenSqFt": 1,
        "OtherSqFt": 1,
        "TotalSqFt": 1
      },
      "RoofingSystems": [
        {
          "USSystemBuilderID": 1,
          "SystemName": "sample string 2",
          "DeckTypeID": 3,
          "DeckTypeName": "sample string 4",
          "RoofSlope": "sample string 5",
          "RecordStatus": "sample string 6",
          "DeckTypeAddlInfo": "sample string 7",
          "SystemAddlInfo": "sample string 8",
          "RoofProjectTypeID": 9,
          "RoofProjectTypeOther": "sample string 10",
          "SystemBuilderCollectionId": 11,
          "SystemFieldComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ],
          "SystemFlashingComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ]
        },
        {
          "USSystemBuilderID": 1,
          "SystemName": "sample string 2",
          "DeckTypeID": 3,
          "DeckTypeName": "sample string 4",
          "RoofSlope": "sample string 5",
          "RecordStatus": "sample string 6",
          "DeckTypeAddlInfo": "sample string 7",
          "SystemAddlInfo": "sample string 8",
          "RoofProjectTypeID": 9,
          "RoofProjectTypeOther": "sample string 10",
          "SystemBuilderCollectionId": 11,
          "SystemFieldComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ],
          "SystemFlashingComponents": [
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            },
            {
              "USSystemBuilderLayerID": 1,
              "Segment": 2,
              "Sequence": 3,
              "ComponentID": 4,
              "ComponentName": "sample string 5",
              "GroupID": 6,
              "GroupName": "sample string 7",
              "ProductID": 1,
              "ProductName": "sample string 8",
              "SecurementID": 9,
              "SecurementName": "sample string 10"
            }
          ]
        }
      ],
      "Inspections": [
        {
          "Id": 1,
          "Guid": "316ed660-a3e4-4ee5-99b0-9dd92f5cf304",
          "WarrantyGuid": "d738b591-5686-4905-a2b9-b72423798101",
          "Date": "2025-08-30T19:25:25.6800144+00:00",
          "Temperature": 5.1,
          "Weather": {
            "WeatherGuid": "e9f37278-e49a-409e-a64b-cd653f0ffaf2",
            "Name": "sample string 1"
          },
          "OverBurdenType": "sample string 6",
          "OverburdenTypeGuid": "eb9973a3-6e78-47f3-ba1a-c29dc2689620",
          "WarrantyType": "sample string 7",
          "WarrantyYears": "sample string 8",
          "SubstantialCompletionDate": "2025-08-30T19:25:25.6800144+00:00",
          "PreviousItemsWereAddressed": true,
          "PondingConditionWasNoted": true,
          "Observations": "sample string 9",
          "FinalInspectionResult": "sample string 10",
          "FinalInspectionResultGuid": "a46d14e0-1870-4df8-a539-69fc11444c06",
          "ActionItemsComplete": "sample string 11",
          "WarrantyPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "OverBurdenPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "SignatureText": "sample string 12",
          "Inspector": {
            "Id": 1,
            "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
            "Email": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "FullName": "sample string 4 sample string 5"
          },
          "ObservationsAcknowledged": true,
          "Status": "Submitted",
          "IsSubmitted": true,
          "InspectionType": "FINAL",
          "IsFinalInspection": true,
          "PhotoCount": 16,
          "Photos": [
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            },
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            }
          ],
          "HasNonSopremaProducts": true,
          "NonSopremaProducts": [
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            },
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            }
          ]
        },
        {
          "Id": 1,
          "Guid": "316ed660-a3e4-4ee5-99b0-9dd92f5cf304",
          "WarrantyGuid": "d738b591-5686-4905-a2b9-b72423798101",
          "Date": "2025-08-30T19:25:25.6800144+00:00",
          "Temperature": 5.1,
          "Weather": {
            "WeatherGuid": "e9f37278-e49a-409e-a64b-cd653f0ffaf2",
            "Name": "sample string 1"
          },
          "OverBurdenType": "sample string 6",
          "OverburdenTypeGuid": "eb9973a3-6e78-47f3-ba1a-c29dc2689620",
          "WarrantyType": "sample string 7",
          "WarrantyYears": "sample string 8",
          "SubstantialCompletionDate": "2025-08-30T19:25:25.6800144+00:00",
          "PreviousItemsWereAddressed": true,
          "PondingConditionWasNoted": true,
          "Observations": "sample string 9",
          "FinalInspectionResult": "sample string 10",
          "FinalInspectionResultGuid": "a46d14e0-1870-4df8-a539-69fc11444c06",
          "ActionItemsComplete": "sample string 11",
          "WarrantyPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "OverBurdenPunchList": [
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            },
            {
              "Id": 1,
              "Guid": "795a2f71-fb59-49f1-8beb-6a42ea125a36",
              "Comments": "sample string 3",
              "Description": "sample string 4",
              "RecordStatus": "sample string 5"
            }
          ],
          "SignatureText": "sample string 12",
          "Inspector": {
            "Id": 1,
            "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
            "Email": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "FullName": "sample string 4 sample string 5"
          },
          "ObservationsAcknowledged": true,
          "Status": "Submitted",
          "IsSubmitted": true,
          "InspectionType": "FINAL",
          "IsFinalInspection": true,
          "PhotoCount": 16,
          "Photos": [
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            },
            {
              "Id": 1,
              "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
              "Description": "sample string 3",
              "IsSignature": true,
              "FileName": "sample string 5",
              "Url": "http://webapihelppage6.com"
            }
          ],
          "HasNonSopremaProducts": true,
          "NonSopremaProducts": [
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            },
            {
              "Id": 1,
              "InspectionGuid": "21cb3bab-30ae-408b-a28c-3cd6901daac6",
              "CategoryId": 1,
              "CategoryName": "sample string 3",
              "ProductDescription": "sample string 4"
            }
          ]
        }
      ]
    },
    "Number": "sample string 4",
    "WarrantyYears": "sample string 7",
    "FinalSiteVisitDate": "2025-08-30T19:25:25.6956289+00:00",
    "PreviousNumberOfClaims": 1,
    "DescriptionOfIssue": "sample string 5",
    "BuildingContact": {
      "Name": "sample string 1",
      "Email": "sample string 2",
      "Phone": "sample string 3"
    },
    "Investigations": [
      {
        "Id": 1,
        "WarrantyGuid": "510019fa-a3bc-43a7-9f28-c1acbf7bb927",
        "WarrantyClaimId": 3,
        "Number": "sample string 4",
        "Date": "2025-08-30T19:25:25.6956289+00:00",
        "Inspector": {
          "Id": 1,
          "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
          "Email": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "FullName": "sample string 4 sample string 5"
        },
        "Guid": "09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c",
        "WarrantyClaimGuid": "6baeb5c0-7a2c-4cf4-9033-485d507f4354",
        "InspectorGuid": "4f55bf0b-6bd3-437d-a126-58b5a446d19e",
        "ResultId": 0,
        "StatusId": 0,
        "Temperature": 1,
        "WeatherGuid": "4dbad551-5e59-44c6-963c-54a85e31b796",
        "OwnerResponsabilityItems": "sample string 10",
        "PhotoCount": 11,
        "ConditionsObserved": [
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          },
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          }
        ]
      },
      {
        "Id": 1,
        "WarrantyGuid": "510019fa-a3bc-43a7-9f28-c1acbf7bb927",
        "WarrantyClaimId": 3,
        "Number": "sample string 4",
        "Date": "2025-08-30T19:25:25.6956289+00:00",
        "Inspector": {
          "Id": 1,
          "Guid": "c4802d7b-7d2c-4e82-814a-a63b9b632580",
          "Email": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "FullName": "sample string 4 sample string 5"
        },
        "Guid": "09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c",
        "WarrantyClaimGuid": "6baeb5c0-7a2c-4cf4-9033-485d507f4354",
        "InspectorGuid": "4f55bf0b-6bd3-437d-a126-58b5a446d19e",
        "ResultId": 0,
        "StatusId": 0,
        "Temperature": 1,
        "WeatherGuid": "4dbad551-5e59-44c6-963c-54a85e31b796",
        "OwnerResponsabilityItems": "sample string 10",
        "PhotoCount": 11,
        "ConditionsObserved": [
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          },
          {
            "Id": 1,
            "Guid": "c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7",
            "InvestigationGuid": "52426615-e214-4d4d-9374-66a5f7a4da2b",
            "LeakLocation": "sample string 4",
            "ConditionsObservedGuid": "7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3",
            "ConditionObservedOther": "sample string 5",
            "Comments": "sample string 6",
            "Photos": [
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              },
              {
                "Id": 1,
                "Guid": "0b5a79d3-3060-4572-aa0d-6732a7fdbaf3",
                "Description": "sample string 3",
                "IsSignature": true,
                "FileName": "sample string 5",
                "Url": "http://webapihelppage6.com"
              }
            ]
          }
        ]
      }
    ],
    "Documents": [
      {
        "Description": "sample string 1",
        "Url": "http://webapihelppage2.com"
      },
      {
        "Description": "sample string 1",
        "Url": "http://webapihelppage2.com"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfClaimModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Soprema.Inspector.WebApi.Models">
  <ClaimModel>
    <BuildingContact>
      <Email>sample string 2</Email>
      <Name>sample string 1</Name>
      <Phone>sample string 3</Phone>
    </BuildingContact>
    <DescriptionOfIssue>sample string 5</DescriptionOfIssue>
    <Documents>
      <ClaimDocumentModel>
        <Description>sample string 1</Description>
        <Url>http://webapihelppage2.com/</Url>
      </ClaimDocumentModel>
      <ClaimDocumentModel>
        <Description>sample string 1</Description>
        <Url>http://webapihelppage2.com/</Url>
      </ClaimDocumentModel>
    </Documents>
    <FinalSiteVisitDate>2025-08-30T19:25:25.6956289+00:00</FinalSiteVisitDate>
    <Guid>e5dd73b1-e9e5-42f7-8a97-2bea28afa0cf</Guid>
    <Id>1</Id>
    <Investigations>
      <ClaimInvestigationModel>
        <ConditionsObserved>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
        </ConditionsObserved>
        <Guid>09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c</Guid>
        <InspectorGuid>4f55bf0b-6bd3-437d-a126-58b5a446d19e</InspectorGuid>
        <OwnerResponsabilityItems>sample string 10</OwnerResponsabilityItems>
        <PhotoCount>11</PhotoCount>
        <ResultId>None</ResultId>
        <StatusId>Saved</StatusId>
        <Temperature>1</Temperature>
        <WarrantyClaimGuid>6baeb5c0-7a2c-4cf4-9033-485d507f4354</WarrantyClaimGuid>
        <WeatherGuid>4dbad551-5e59-44c6-963c-54a85e31b796</WeatherGuid>
        <Date>2025-08-30T19:25:25.6956289+00:00</Date>
        <Id>1</Id>
        <Inspector>
          <FirstName>sample string 4</FirstName>
          <LastName>sample string 5</LastName>
          <Email>sample string 3</Email>
          <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
          <Id>1</Id>
        </Inspector>
        <Number>sample string 4</Number>
        <WarrantyClaimId>3</WarrantyClaimId>
        <WarrantyGuid>510019fa-a3bc-43a7-9f28-c1acbf7bb927</WarrantyGuid>
      </ClaimInvestigationModel>
      <ClaimInvestigationModel>
        <ConditionsObserved>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
        </ConditionsObserved>
        <Guid>09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c</Guid>
        <InspectorGuid>4f55bf0b-6bd3-437d-a126-58b5a446d19e</InspectorGuid>
        <OwnerResponsabilityItems>sample string 10</OwnerResponsabilityItems>
        <PhotoCount>11</PhotoCount>
        <ResultId>None</ResultId>
        <StatusId>Saved</StatusId>
        <Temperature>1</Temperature>
        <WarrantyClaimGuid>6baeb5c0-7a2c-4cf4-9033-485d507f4354</WarrantyClaimGuid>
        <WeatherGuid>4dbad551-5e59-44c6-963c-54a85e31b796</WeatherGuid>
        <Date>2025-08-30T19:25:25.6956289+00:00</Date>
        <Id>1</Id>
        <Inspector>
          <FirstName>sample string 4</FirstName>
          <LastName>sample string 5</LastName>
          <Email>sample string 3</Email>
          <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
          <Id>1</Id>
        </Inspector>
        <Number>sample string 4</Number>
        <WarrantyClaimId>3</WarrantyClaimId>
        <WarrantyGuid>510019fa-a3bc-43a7-9f28-c1acbf7bb927</WarrantyGuid>
      </ClaimInvestigationModel>
    </Investigations>
    <Number>sample string 4</Number>
    <PreviousNumberOfClaims>1</PreviousNumberOfClaims>
    <Warranty>
      <Address>
        <Address1>sample string 1</Address1>
        <City>sample string 2</City>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <State>sample string 3</State>
        <Zip>sample string 4</Zip>
      </Address>
      <ConstructionName>sample string 8</ConstructionName>
      <ConstructionType>sample string 6</ConstructionType>
      <Contact>
        <FirstName>sample string 2</FirstName>
        <LastName>sample string 3</LastName>
        <Email>sample string 1</Email>
      </Contact>
      <Contractor>
        <Address>
          <Address1>sample string 1</Address1>
          <City>sample string 2</City>
          <Latitude>1</Latitude>
          <Longitude>1</Longitude>
          <State>sample string 3</State>
          <Zip>sample string 4</Zip>
        </Address>
        <Contact>sample string 2</Contact>
        <Email>sample string 4</Email>
        <Name>sample string 1</Name>
        <Phone>sample string 3</Phone>
      </Contractor>
      <ExistingAssemblyName>sample string 10</ExistingAssemblyName>
      <Guid>b6e66518-1963-452f-ba28-2f30c6692d82</Guid>
      <Inspections>
        <InspectionModel>
          <ActionItemsComplete>sample string 11</ActionItemsComplete>
          <Date>2025-08-30T19:25:25.6800144+00:00</Date>
          <FinalInspectionResult>sample string 10</FinalInspectionResult>
          <FinalInspectionResultGuid>a46d14e0-1870-4df8-a539-69fc11444c06</FinalInspectionResultGuid>
          <Guid>316ed660-a3e4-4ee5-99b0-9dd92f5cf304</Guid>
          <HasNonSopremaProducts>true</HasNonSopremaProducts>
          <Id>1</Id>
          <Inspector>
            <FirstName>sample string 4</FirstName>
            <LastName>sample string 5</LastName>
            <Email>sample string 3</Email>
            <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
            <Id>1</Id>
          </Inspector>
          <IsFinalInspection>true</IsFinalInspection>
          <IsSubmitted>true</IsSubmitted>
          <NonSopremaProducts>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
          </NonSopremaProducts>
          <Observations>sample string 9</Observations>
          <ObservationsAcknowledged>true</ObservationsAcknowledged>
          <OverBurdenPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </OverBurdenPunchList>
          <OverBurdenType>sample string 6</OverBurdenType>
          <OverburdenTypeGuid>eb9973a3-6e78-47f3-ba1a-c29dc2689620</OverburdenTypeGuid>
          <PhotoCount>16</PhotoCount>
          <Photos>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
          </Photos>
          <PondingConditionWasNoted>true</PondingConditionWasNoted>
          <PreviousItemsWereAddressed>true</PreviousItemsWereAddressed>
          <SignatureText>sample string 12</SignatureText>
          <SubstantialCompletionDate>2025-08-30T19:25:25.6800144+00:00</SubstantialCompletionDate>
          <Temperature>5.1</Temperature>
          <WarrantyGuid>d738b591-5686-4905-a2b9-b72423798101</WarrantyGuid>
          <WarrantyPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </WarrantyPunchList>
          <WarrantyType>sample string 7</WarrantyType>
          <WarrantyYears>sample string 8</WarrantyYears>
          <Weather xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:Name>sample string 1</d6p1:Name>
            <d6p1:WeatherGuid>e9f37278-e49a-409e-a64b-cd653f0ffaf2</d6p1:WeatherGuid>
          </Weather>
        </InspectionModel>
        <InspectionModel>
          <ActionItemsComplete>sample string 11</ActionItemsComplete>
          <Date>2025-08-30T19:25:25.6800144+00:00</Date>
          <FinalInspectionResult>sample string 10</FinalInspectionResult>
          <FinalInspectionResultGuid>a46d14e0-1870-4df8-a539-69fc11444c06</FinalInspectionResultGuid>
          <Guid>316ed660-a3e4-4ee5-99b0-9dd92f5cf304</Guid>
          <HasNonSopremaProducts>true</HasNonSopremaProducts>
          <Id>1</Id>
          <Inspector>
            <FirstName>sample string 4</FirstName>
            <LastName>sample string 5</LastName>
            <Email>sample string 3</Email>
            <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
            <Id>1</Id>
          </Inspector>
          <IsFinalInspection>true</IsFinalInspection>
          <IsSubmitted>true</IsSubmitted>
          <NonSopremaProducts>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
          </NonSopremaProducts>
          <Observations>sample string 9</Observations>
          <ObservationsAcknowledged>true</ObservationsAcknowledged>
          <OverBurdenPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </OverBurdenPunchList>
          <OverBurdenType>sample string 6</OverBurdenType>
          <OverburdenTypeGuid>eb9973a3-6e78-47f3-ba1a-c29dc2689620</OverburdenTypeGuid>
          <PhotoCount>16</PhotoCount>
          <Photos>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
          </Photos>
          <PondingConditionWasNoted>true</PondingConditionWasNoted>
          <PreviousItemsWereAddressed>true</PreviousItemsWereAddressed>
          <SignatureText>sample string 12</SignatureText>
          <SubstantialCompletionDate>2025-08-30T19:25:25.6800144+00:00</SubstantialCompletionDate>
          <Temperature>5.1</Temperature>
          <WarrantyGuid>d738b591-5686-4905-a2b9-b72423798101</WarrantyGuid>
          <WarrantyPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </WarrantyPunchList>
          <WarrantyType>sample string 7</WarrantyType>
          <WarrantyYears>sample string 8</WarrantyYears>
          <Weather xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:Name>sample string 1</d6p1:Name>
            <d6p1:WeatherGuid>e9f37278-e49a-409e-a64b-cd653f0ffaf2</d6p1:WeatherGuid>
          </Weather>
        </InspectionModel>
      </Inspections>
      <Inspector>
        <FirstName>sample string 4</FirstName>
        <LastName>sample string 5</LastName>
        <Email>sample string 3</Email>
        <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
        <Id>1</Id>
      </Inspector>
      <JobNumber>sample string 3</JobNumber>
      <JobType>sample string 5</JobType>
      <ProjectName>sample string 2</ProjectName>
      <RoofingSystems xmlns:d4p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Systems">
        <d4p1:USSBSystemDTO>
          <d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>sample string 7</d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeID_x003E_k__BackingField>3</d4p1:_x003C_DeckTypeID_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeName_x003E_k__BackingField>sample string 4</d4p1:_x003C_DeckTypeName_x003E_k__BackingField>
          <d4p1:_x003C_RecordStatus_x003E_k__BackingField>sample string 6</d4p1:_x003C_RecordStatus_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>9</d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>sample string 10</d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>
          <d4p1:_x003C_RoofSlope_x003E_k__BackingField>sample string 5</d4p1:_x003C_RoofSlope_x003E_k__BackingField>
          <d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>sample string 8</d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>11</d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>
          <d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemName_x003E_k__BackingField>sample string 2</d4p1:_x003C_SystemName_x003E_k__BackingField>
          <d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>
        </d4p1:USSBSystemDTO>
        <d4p1:USSBSystemDTO>
          <d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>sample string 7</d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeID_x003E_k__BackingField>3</d4p1:_x003C_DeckTypeID_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeName_x003E_k__BackingField>sample string 4</d4p1:_x003C_DeckTypeName_x003E_k__BackingField>
          <d4p1:_x003C_RecordStatus_x003E_k__BackingField>sample string 6</d4p1:_x003C_RecordStatus_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>9</d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>sample string 10</d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>
          <d4p1:_x003C_RoofSlope_x003E_k__BackingField>sample string 5</d4p1:_x003C_RoofSlope_x003E_k__BackingField>
          <d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>sample string 8</d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>11</d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>
          <d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemName_x003E_k__BackingField>sample string 2</d4p1:_x003C_SystemName_x003E_k__BackingField>
          <d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>
        </d4p1:USSBSystemDTO>
      </RoofingSystems>
      <SquareFeet>
        <FieldSqFt>1</FieldSqFt>
        <FlashingSqFt>1</FlashingSqFt>
        <HorizontalSqFt>1</HorizontalSqFt>
        <OtherSqFt>1</OtherSqFt>
        <OverburdenSqFt>1</OverburdenSqFt>
        <TotalSqFt>1</TotalSqFt>
        <VerticalSqFt>1</VerticalSqFt>
      </SquareFeet>
      <SystemName>sample string 9</SystemName>
      <WarrantyNumber>sample string 4</WarrantyNumber>
      <WarrantyType>sample string 7</WarrantyType>
    </Warranty>
    <WarrantyGuid>b9460f9c-2554-4c3d-9f15-573ddc3f288f</WarrantyGuid>
  </ClaimModel>
  <ClaimModel>
    <BuildingContact>
      <Email>sample string 2</Email>
      <Name>sample string 1</Name>
      <Phone>sample string 3</Phone>
    </BuildingContact>
    <DescriptionOfIssue>sample string 5</DescriptionOfIssue>
    <Documents>
      <ClaimDocumentModel>
        <Description>sample string 1</Description>
        <Url>http://webapihelppage2.com/</Url>
      </ClaimDocumentModel>
      <ClaimDocumentModel>
        <Description>sample string 1</Description>
        <Url>http://webapihelppage2.com/</Url>
      </ClaimDocumentModel>
    </Documents>
    <FinalSiteVisitDate>2025-08-30T19:25:25.6956289+00:00</FinalSiteVisitDate>
    <Guid>e5dd73b1-e9e5-42f7-8a97-2bea28afa0cf</Guid>
    <Id>1</Id>
    <Investigations>
      <ClaimInvestigationModel>
        <ConditionsObserved>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
        </ConditionsObserved>
        <Guid>09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c</Guid>
        <InspectorGuid>4f55bf0b-6bd3-437d-a126-58b5a446d19e</InspectorGuid>
        <OwnerResponsabilityItems>sample string 10</OwnerResponsabilityItems>
        <PhotoCount>11</PhotoCount>
        <ResultId>None</ResultId>
        <StatusId>Saved</StatusId>
        <Temperature>1</Temperature>
        <WarrantyClaimGuid>6baeb5c0-7a2c-4cf4-9033-485d507f4354</WarrantyClaimGuid>
        <WeatherGuid>4dbad551-5e59-44c6-963c-54a85e31b796</WeatherGuid>
        <Date>2025-08-30T19:25:25.6956289+00:00</Date>
        <Id>1</Id>
        <Inspector>
          <FirstName>sample string 4</FirstName>
          <LastName>sample string 5</LastName>
          <Email>sample string 3</Email>
          <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
          <Id>1</Id>
        </Inspector>
        <Number>sample string 4</Number>
        <WarrantyClaimId>3</WarrantyClaimId>
        <WarrantyGuid>510019fa-a3bc-43a7-9f28-c1acbf7bb927</WarrantyGuid>
      </ClaimInvestigationModel>
      <ClaimInvestigationModel>
        <ConditionsObserved>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
          <ConditionObservedModel>
            <Comments>sample string 6</Comments>
            <ConditionObservedOther>sample string 5</ConditionObservedOther>
            <ConditionsObservedGuid>7b43e298-3f2d-4ec8-8f7e-8603d5ab03b3</ConditionsObservedGuid>
            <Guid>c3e2fdf4-c2bd-4cc2-bf0e-3a2584e66cd7</Guid>
            <Id>1</Id>
            <InvestigationGuid>52426615-e214-4d4d-9374-66a5f7a4da2b</InvestigationGuid>
            <LeakLocation>sample string 4</LeakLocation>
            <Photos>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
              <PhotoModel>
                <Description>sample string 3</Description>
                <FileName>sample string 5</FileName>
                <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
                <Id>1</Id>
                <IsSignature>true</IsSignature>
                <Url>http://webapihelppage6.com/</Url>
              </PhotoModel>
            </Photos>
          </ConditionObservedModel>
        </ConditionsObserved>
        <Guid>09f5f30e-d5d9-41e7-bdd7-0687d0c1ab0c</Guid>
        <InspectorGuid>4f55bf0b-6bd3-437d-a126-58b5a446d19e</InspectorGuid>
        <OwnerResponsabilityItems>sample string 10</OwnerResponsabilityItems>
        <PhotoCount>11</PhotoCount>
        <ResultId>None</ResultId>
        <StatusId>Saved</StatusId>
        <Temperature>1</Temperature>
        <WarrantyClaimGuid>6baeb5c0-7a2c-4cf4-9033-485d507f4354</WarrantyClaimGuid>
        <WeatherGuid>4dbad551-5e59-44c6-963c-54a85e31b796</WeatherGuid>
        <Date>2025-08-30T19:25:25.6956289+00:00</Date>
        <Id>1</Id>
        <Inspector>
          <FirstName>sample string 4</FirstName>
          <LastName>sample string 5</LastName>
          <Email>sample string 3</Email>
          <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
          <Id>1</Id>
        </Inspector>
        <Number>sample string 4</Number>
        <WarrantyClaimId>3</WarrantyClaimId>
        <WarrantyGuid>510019fa-a3bc-43a7-9f28-c1acbf7bb927</WarrantyGuid>
      </ClaimInvestigationModel>
    </Investigations>
    <Number>sample string 4</Number>
    <PreviousNumberOfClaims>1</PreviousNumberOfClaims>
    <Warranty>
      <Address>
        <Address1>sample string 1</Address1>
        <City>sample string 2</City>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <State>sample string 3</State>
        <Zip>sample string 4</Zip>
      </Address>
      <ConstructionName>sample string 8</ConstructionName>
      <ConstructionType>sample string 6</ConstructionType>
      <Contact>
        <FirstName>sample string 2</FirstName>
        <LastName>sample string 3</LastName>
        <Email>sample string 1</Email>
      </Contact>
      <Contractor>
        <Address>
          <Address1>sample string 1</Address1>
          <City>sample string 2</City>
          <Latitude>1</Latitude>
          <Longitude>1</Longitude>
          <State>sample string 3</State>
          <Zip>sample string 4</Zip>
        </Address>
        <Contact>sample string 2</Contact>
        <Email>sample string 4</Email>
        <Name>sample string 1</Name>
        <Phone>sample string 3</Phone>
      </Contractor>
      <ExistingAssemblyName>sample string 10</ExistingAssemblyName>
      <Guid>b6e66518-1963-452f-ba28-2f30c6692d82</Guid>
      <Inspections>
        <InspectionModel>
          <ActionItemsComplete>sample string 11</ActionItemsComplete>
          <Date>2025-08-30T19:25:25.6800144+00:00</Date>
          <FinalInspectionResult>sample string 10</FinalInspectionResult>
          <FinalInspectionResultGuid>a46d14e0-1870-4df8-a539-69fc11444c06</FinalInspectionResultGuid>
          <Guid>316ed660-a3e4-4ee5-99b0-9dd92f5cf304</Guid>
          <HasNonSopremaProducts>true</HasNonSopremaProducts>
          <Id>1</Id>
          <Inspector>
            <FirstName>sample string 4</FirstName>
            <LastName>sample string 5</LastName>
            <Email>sample string 3</Email>
            <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
            <Id>1</Id>
          </Inspector>
          <IsFinalInspection>true</IsFinalInspection>
          <IsSubmitted>true</IsSubmitted>
          <NonSopremaProducts>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
          </NonSopremaProducts>
          <Observations>sample string 9</Observations>
          <ObservationsAcknowledged>true</ObservationsAcknowledged>
          <OverBurdenPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </OverBurdenPunchList>
          <OverBurdenType>sample string 6</OverBurdenType>
          <OverburdenTypeGuid>eb9973a3-6e78-47f3-ba1a-c29dc2689620</OverburdenTypeGuid>
          <PhotoCount>16</PhotoCount>
          <Photos>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
          </Photos>
          <PondingConditionWasNoted>true</PondingConditionWasNoted>
          <PreviousItemsWereAddressed>true</PreviousItemsWereAddressed>
          <SignatureText>sample string 12</SignatureText>
          <SubstantialCompletionDate>2025-08-30T19:25:25.6800144+00:00</SubstantialCompletionDate>
          <Temperature>5.1</Temperature>
          <WarrantyGuid>d738b591-5686-4905-a2b9-b72423798101</WarrantyGuid>
          <WarrantyPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </WarrantyPunchList>
          <WarrantyType>sample string 7</WarrantyType>
          <WarrantyYears>sample string 8</WarrantyYears>
          <Weather xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:Name>sample string 1</d6p1:Name>
            <d6p1:WeatherGuid>e9f37278-e49a-409e-a64b-cd653f0ffaf2</d6p1:WeatherGuid>
          </Weather>
        </InspectionModel>
        <InspectionModel>
          <ActionItemsComplete>sample string 11</ActionItemsComplete>
          <Date>2025-08-30T19:25:25.6800144+00:00</Date>
          <FinalInspectionResult>sample string 10</FinalInspectionResult>
          <FinalInspectionResultGuid>a46d14e0-1870-4df8-a539-69fc11444c06</FinalInspectionResultGuid>
          <Guid>316ed660-a3e4-4ee5-99b0-9dd92f5cf304</Guid>
          <HasNonSopremaProducts>true</HasNonSopremaProducts>
          <Id>1</Id>
          <Inspector>
            <FirstName>sample string 4</FirstName>
            <LastName>sample string 5</LastName>
            <Email>sample string 3</Email>
            <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
            <Id>1</Id>
          </Inspector>
          <IsFinalInspection>true</IsFinalInspection>
          <IsSubmitted>true</IsSubmitted>
          <NonSopremaProducts>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
            <NonSopremaProductModel>
              <CategoryId>1</CategoryId>
              <CategoryName>sample string 3</CategoryName>
              <Id>1</Id>
              <InspectionGuid>21cb3bab-30ae-408b-a28c-3cd6901daac6</InspectionGuid>
              <ProductDescription>sample string 4</ProductDescription>
            </NonSopremaProductModel>
          </NonSopremaProducts>
          <Observations>sample string 9</Observations>
          <ObservationsAcknowledged>true</ObservationsAcknowledged>
          <OverBurdenPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </OverBurdenPunchList>
          <OverBurdenType>sample string 6</OverBurdenType>
          <OverburdenTypeGuid>eb9973a3-6e78-47f3-ba1a-c29dc2689620</OverburdenTypeGuid>
          <PhotoCount>16</PhotoCount>
          <Photos>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
            <PhotoModel>
              <Description>sample string 3</Description>
              <FileName>sample string 5</FileName>
              <Guid>0b5a79d3-3060-4572-aa0d-6732a7fdbaf3</Guid>
              <Id>1</Id>
              <IsSignature>true</IsSignature>
              <Url>http://webapihelppage6.com/</Url>
            </PhotoModel>
          </Photos>
          <PondingConditionWasNoted>true</PondingConditionWasNoted>
          <PreviousItemsWereAddressed>true</PreviousItemsWereAddressed>
          <SignatureText>sample string 12</SignatureText>
          <SubstantialCompletionDate>2025-08-30T19:25:25.6800144+00:00</SubstantialCompletionDate>
          <Temperature>5.1</Temperature>
          <WarrantyGuid>d738b591-5686-4905-a2b9-b72423798101</WarrantyGuid>
          <WarrantyPunchList xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
            <d6p1:PunchListItem>
              <d6p1:Comments>sample string 3</d6p1:Comments>
              <d6p1:Description>sample string 4</d6p1:Description>
              <d6p1:Guid>795a2f71-fb59-49f1-8beb-6a42ea125a36</d6p1:Guid>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:RecordStatus>sample string 5</d6p1:RecordStatus>
            </d6p1:PunchListItem>
          </WarrantyPunchList>
          <WarrantyType>sample string 7</WarrantyType>
          <WarrantyYears>sample string 8</WarrantyYears>
          <Weather xmlns:d6p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Warranties">
            <d6p1:Name>sample string 1</d6p1:Name>
            <d6p1:WeatherGuid>e9f37278-e49a-409e-a64b-cd653f0ffaf2</d6p1:WeatherGuid>
          </Weather>
        </InspectionModel>
      </Inspections>
      <Inspector>
        <FirstName>sample string 4</FirstName>
        <LastName>sample string 5</LastName>
        <Email>sample string 3</Email>
        <Guid>c4802d7b-7d2c-4e82-814a-a63b9b632580</Guid>
        <Id>1</Id>
      </Inspector>
      <JobNumber>sample string 3</JobNumber>
      <JobType>sample string 5</JobType>
      <ProjectName>sample string 2</ProjectName>
      <RoofingSystems xmlns:d4p1="http://schemas.datacontract.org/2004/07/Soprema.BLL.Models.Systems">
        <d4p1:USSBSystemDTO>
          <d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>sample string 7</d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeID_x003E_k__BackingField>3</d4p1:_x003C_DeckTypeID_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeName_x003E_k__BackingField>sample string 4</d4p1:_x003C_DeckTypeName_x003E_k__BackingField>
          <d4p1:_x003C_RecordStatus_x003E_k__BackingField>sample string 6</d4p1:_x003C_RecordStatus_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>9</d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>sample string 10</d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>
          <d4p1:_x003C_RoofSlope_x003E_k__BackingField>sample string 5</d4p1:_x003C_RoofSlope_x003E_k__BackingField>
          <d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>sample string 8</d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>11</d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>
          <d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemName_x003E_k__BackingField>sample string 2</d4p1:_x003C_SystemName_x003E_k__BackingField>
          <d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>
        </d4p1:USSBSystemDTO>
        <d4p1:USSBSystemDTO>
          <d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>sample string 7</d4p1:_x003C_DeckTypeAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeID_x003E_k__BackingField>3</d4p1:_x003C_DeckTypeID_x003E_k__BackingField>
          <d4p1:_x003C_DeckTypeName_x003E_k__BackingField>sample string 4</d4p1:_x003C_DeckTypeName_x003E_k__BackingField>
          <d4p1:_x003C_RecordStatus_x003E_k__BackingField>sample string 6</d4p1:_x003C_RecordStatus_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>9</d4p1:_x003C_RoofProjectTypeID_x003E_k__BackingField>
          <d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>sample string 10</d4p1:_x003C_RoofProjectTypeOther_x003E_k__BackingField>
          <d4p1:_x003C_RoofSlope_x003E_k__BackingField>sample string 5</d4p1:_x003C_RoofSlope_x003E_k__BackingField>
          <d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>sample string 8</d4p1:_x003C_SystemAddlInfo_x003E_k__BackingField>
          <d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>11</d4p1:_x003C_SystemBuilderCollectionId_x003E_k__BackingField>
          <d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFieldComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
            <d4p1:USSBSystemLayerDTO>
              <d4p1:_x003C_ComponentID_x003E_k__BackingField>4</d4p1:_x003C_ComponentID_x003E_k__BackingField>
              <d4p1:_x003C_ComponentName_x003E_k__BackingField>sample string 5</d4p1:_x003C_ComponentName_x003E_k__BackingField>
              <d4p1:_x003C_GroupID_x003E_k__BackingField>6</d4p1:_x003C_GroupID_x003E_k__BackingField>
              <d4p1:_x003C_GroupName_x003E_k__BackingField>sample string 7</d4p1:_x003C_GroupName_x003E_k__BackingField>
              <d4p1:_x003C_ProductID_x003E_k__BackingField>1</d4p1:_x003C_ProductID_x003E_k__BackingField>
              <d4p1:_x003C_ProductName_x003E_k__BackingField>sample string 8</d4p1:_x003C_ProductName_x003E_k__BackingField>
              <d4p1:_x003C_SecurementID_x003E_k__BackingField>9</d4p1:_x003C_SecurementID_x003E_k__BackingField>
              <d4p1:_x003C_SecurementName_x003E_k__BackingField>sample string 10</d4p1:_x003C_SecurementName_x003E_k__BackingField>
              <d4p1:_x003C_Segment_x003E_k__BackingField>2</d4p1:_x003C_Segment_x003E_k__BackingField>
              <d4p1:_x003C_Sequence_x003E_k__BackingField>3</d4p1:_x003C_Sequence_x003E_k__BackingField>
              <d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderLayerID_x003E_k__BackingField>
            </d4p1:USSBSystemLayerDTO>
          </d4p1:_x003C_SystemFlashingComponents_x003E_k__BackingField>
          <d4p1:_x003C_SystemName_x003E_k__BackingField>sample string 2</d4p1:_x003C_SystemName_x003E_k__BackingField>
          <d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>1</d4p1:_x003C_USSystemBuilderID_x003E_k__BackingField>
        </d4p1:USSBSystemDTO>
      </RoofingSystems>
      <SquareFeet>
        <FieldSqFt>1</FieldSqFt>
        <FlashingSqFt>1</FlashingSqFt>
        <HorizontalSqFt>1</HorizontalSqFt>
        <OtherSqFt>1</OtherSqFt>
        <OverburdenSqFt>1</OverburdenSqFt>
        <TotalSqFt>1</TotalSqFt>
        <VerticalSqFt>1</VerticalSqFt>
      </SquareFeet>
      <SystemName>sample string 9</SystemName>
      <WarrantyNumber>sample string 4</WarrantyNumber>
      <WarrantyType>sample string 7</WarrantyType>
    </Warranty>
    <WarrantyGuid>b9460f9c-2554-4c3d-9f15-573ddc3f288f</WarrantyGuid>
  </ClaimModel>
</ArrayOfClaimModel>