POST api/aggregationpoint/{assetId}

Posts the aggregation point.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

The asset identifier.

integer

Required

Body Parameters

The aggregation point.

AggregationPoint
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

InstallationDate

date

None.

CorporateCode

string

None.

PurchasePrice

string

None.

InServiceDate

date

None.

AddressId

integer

None.

ValidFrom

date

None.

ValidTo

date

None.

DefaultTimeZoneId

string

None.

ParticipantId

integer

None.

AssetActivityRecords

Collection of AssetActivityRecord

None.

Address

Address

None.

AssetOwners

Collection of AssetOwner

None.

AssetRelationships

Collection of AssetRelationship

None.

AssetParentRelationships

Collection of AssetRelationship

None.

AssetTimeSeries

Collection of AssetTimeSeries

None.

CommunicationUnits

Collection of CommunicationUnit

None.

Participant

Participant

None.

Location

SpartialData

None.

AssetWorkFlow

Collection of AssetWorkFlow

None.

AlarmHandlings

Collection of AssetAlarmHandling

None.

Categories

Collection of Category

None.

AssetModelId

integer

None.

AssetModel

AssetModel

None.

CreatedTime

date

None.

ImportSource

string

None.

Note

string

None.

Configurations

Collection of AssetConfiguration

None.

ModifiedTime

date

None.

AssetCalculations

Collection of AssetCalculation

None.

CoordinateModified

boolean

None.

SerialNumber

string

None.

AssetGuid

globally unique identifier

None.

Contracts

Collection of AssetContract

None.

Resource

Resource

None.

AssetSubContracts

Collection of AssetSubContract

None.

SDBMHash

integer

None.

LabelGuid

globally unique identifier

None.

ExternalKeys

Collection of ExternalAssetKey

None.

EntityState

EntityStateType

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "InstallationDate": "2025-12-26T06:02:19.1286641+00:00",
  "CorporateCode": "sample string 4",
  "PurchasePrice": "sample string 5",
  "InServiceDate": "2025-12-26T06:02:19.1286641+00:00",
  "AddressId": 1,
  "ValidFrom": "2025-12-26T06:02:19.1286641+00:00",
  "ValidTo": "2025-12-26T06:02:19.1286641+00:00",
  "DefaultTimeZoneId": "sample string 7",
  "ParticipantId": 1,
  "AssetActivityRecords": [
    {
      "$id": "2",
      "Id": 1,
      "AssetId": 2,
      "Reason": "sample string 3",
      "CreatedDateTime": "2025-12-26T06:02:19.1442903+00:00",
      "Severity": 0,
      "Category": "sample string 5",
      "Asset": {
        "$id": "3",
        "Id": 1,
        "Name": "sample string 2",
        "Description": "sample string 3",
        "InstallationDate": "2025-12-26T06:02:19.1442903+00:00",
        "CorporateCode": "sample string 4",
        "PurchasePrice": "sample string 5",
        "InServiceDate": "2025-12-26T06:02:19.1442903+00:00",
        "AddressId": 1,
        "ValidFrom": "2025-12-26T06:02:19.1442903+00:00",
        "ValidTo": "2025-12-26T06:02:19.1442903+00:00",
        "DefaultTimeZoneId": "sample string 7",
        "ParticipantId": 1,
        "AssetActivityRecords": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "Address": {
          "$id": "4",
          "Id": 1,
          "Street": "sample string 2",
          "StreetNumber": "sample string 3",
          "PostalCode": "sample string 4",
          "City": "sample string 5",
          "CountryId": "sample string 6",
          "ValidDate": "2025-12-26T06:02:19.1442903+00:00",
          "StreetNumberExtension": "sample string 8",
          "ParticipantId": 1,
          "LegalEntityDetails": [
            {
              "$id": "5",
              "Id": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "OrganisationNo": "sample string 4",
              "Code": "sample string 5",
              "Note": "sample string 6",
              "ExternalId": "sample string 7",
              "DateOfBirth": "2025-12-26T06:02:19.1442903+00:00",
              "ParticipantId": 8,
              "AddressId": 1,
              "Participant": {
                "$id": "6",
                "Id": 1,
                "Name": "sample string 2",
                "ElectronicAddressId": 3,
                "AssetContracts": [
                  {
                    "$id": "7",
                    "MeterId": 1,
                    "Id": "5946bff6-5cb9-45f0-b77f-9e41859b7bc2",
                    "Meter": {
                      "$id": "8",
                      "MeterInstallation": {
                        "$id": "9",
                        "EANCode": "sample string 1",
                        "InstallationId": "sample string 11",
                        "Id": 12,
                        "SystemVoltage": 2.1,
                        "Name": "sample string 13",
                        "MainFuseNumPhases": 3,
                        "Description": "sample string 14",
                        "MainFuseCurrent": 4.1,
                        "InstallationDate": "2025-12-26T06:02:19.1599166+00:00",
                        "OverloadProtectionNumPhases": 5,
                        "CorporateCode": "sample string 15",
                        "OverloadProtectionCurrent": 6.1,
                        "PurchasePrice": "sample string 16",
                        "ShortCircuitNumPhases": 7,
                        "InServiceDate": "2025-12-26T06:02:19.1599166+00:00",
                        "ShortCircuitCurrent": 8.1,
                        "AddressId": 1,
                        "Meters": [
                          {
                            "$ref": "8"
                          },
                          {
                            "$ref": "8"
                          }
                        ],
                        "ValidFrom": "2025-12-26T06:02:19.1599166+00:00",
                        "MeterPointNumber": "sample string 9",
                        "ValidTo": "2025-12-26T06:02:19.1599166+00:00",
                        "IndustryCode": "sample string 10",
                        "DefaultTimeZoneId": "sample string 18",
                        "InstallationType": 0,
                        "ParticipantId": 1,
                        "MeteringSiteClassificationId": 1,
                        "AssetActivityRecords": [
                          {
                            "$ref": "2"
                          },
                          {
                            "$ref": "2"
                          }
                        ],
                        "MeteringSiteClassification": {
                          "$id": "10",
                          "Id": 1,
                          "Code": "sample string 2",
                          "Description": "sample string 3"
                        },
                        "Address": {
                          "$ref": "4"
                        },
                        "AssetOwners": [
                          {
                            "$id": "11",
                            "Id": 1,
                            "AssetId": 2,
                            "ValidFrom": "2025-12-26T06:02:19.1599166+00:00",
                            "ValidTo": "2025-12-26T06:02:19.1599166+00:00",
                            "ParticipantId": 5,
                            "Asset": {
                              "$ref": "3"
                            },
                            "Participant": {
                              "$ref": "6"
                            },
                            "AssetGuid": "7f82dcb4-7d0b-4e64-9228-78c16eb4a3fb"
                          },
                          {
                            "$ref": "11"
                          }
                        ],
                        "AssetRelationships": [
                          {
                            "$id": "12",
                            "Id": 1,
                            "Guid": "ab8d276d-44b2-4ee6-9ebd-d23c843db537",
                            "AssetId": 3,
                            "Asset": {
                              "$ref": "3"
                            },
                            "AssetParentId": 1,
                            "AssetParent": {
                              "$ref": "3"
                            },
                            "RelationshipType": 0,
                            "AssetGuid": "206392bf-7eba-44e7-a4f4-23f41044a901",
                            "AssetParentGuid": "c3c69a29-b803-4c06-a686-dd3f952b701d",
                            "Priority": 6,
                            "PropertiesJsonString": "sample string 7",
                            "EntityState": 0,
                            "ValidFrom": "2025-12-26T06:02:19.1599166+00:00",
                            "ValidTo": "2025-12-26T06:02:19.1599166+00:00"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "AssetParentRelationships": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "AssetTimeSeries": [
                          {
                            "$id": "13",
                            "Id": 1,
                            "AssetId": 2,
                            "Asset": {
                              "$ref": "3"
                            },
                            "BlobKey": "sample string 3",
                            "UnitType": 1,
                            "Unit": 0,
                            "Resolution": 0,
                            "TimeZoneId": "sample string 4",
                            "SampleFrequencyInSec": 1.1,
                            "LastValue": 1.1,
                            "LastCollected": "2025-12-26T06:02:19.1755427+00:00",
                            "LastCompleteCollection": "2025-12-26T06:02:19.1755427+00:00",
                            "IsCalculated": true,
                            "ParentTimeseriesId": 1,
                            "ParentTimeseries": null,
                            "Description": "sample string 6",
                            "DataOrigin": 0,
                            "AssetGuid": "1092da37-ad1f-4c3e-830d-bf30c50e4063"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "CommunicationUnits": [],
                        "Participant": {
                          "$ref": "6"
                        },
                        "Location": null,
                        "AssetWorkFlow": [
                          {
                            "$id": "14",
                            "InstanceId": "893ef59b-5b85-4d94-ace2-4024eb7ee13f",
                            "AssetId": 1,
                            "WorkFlowId": 2,
                            "Remarks": "sample string 3",
                            "ExecutedTime": "2025-12-26T06:02:19.2067941+00:00",
                            "Asset": {
                              "$ref": "3"
                            },
                            "Workflow": {
                              "$id": "15",
                              "Id": 1,
                              "Name": "sample string 2",
                              "Active": true,
                              "Content": "sample string 4",
                              "Status": 0,
                              "ParticipantId": 5,
                              "WorkflowContentType": 0,
                              "AssetWorkFlow": [
                                {
                                  "$ref": "14"
                                },
                                {
                                  "$ref": "14"
                                }
                              ],
                              "Participant": {
                                "$ref": "6"
                              },
                              "TimeSeriesTypeClass": 1
                            },
                            "ValidFromDateTime": "2025-12-26T06:02:19.2224187+00:00",
                            "ValidToDateTime": "2025-12-26T06:02:19.2224187+00:00",
                            "ManuallySet": true,
                            "AssetGuid": "cbc45b05-6a84-4f03-b535-d019b849d690"
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "AlarmHandlings": [
                          {
                            "$id": "16",
                            "Id": 1,
                            "AssetId": 2,
                            "Asset": {
                              "$ref": "3"
                            },
                            "Mode": 0,
                            "Description": "sample string 3",
                            "UserId": "sample string 4",
                            "User": {
                              "$id": "17",
                              "Id": "sample string 1",
                              "Name": "sample string 2",
                              "Lastlogon": "2025-12-26T06:02:19.2224187+00:00",
                              "picture": "QEA=",
                              "Created": "2025-12-26T06:02:19.2224187+00:00",
                              "Enabled": true,
                              "ElectronicAddress": {
                                "$id": "18",
                                "Id": 1,
                                "Email": "sample string 2",
                                "Url": "sample string 3",
                                "Password": "sample string 4",
                                "UserId": "sample string 5",
                                "ExternalId": "sample string 6",
                                "Phone": "sample string 7",
                                "Cell": "sample string 8",
                                "SipAddress": "sample string 9",
                                "TwitterUser": "sample string 10",
                                "FacebookUser": "sample string 11",
                                "ComUnitServiceConnections": [
                                  {
                                    "$id": "19",
                                    "Id": 1,
                                    "CommunicationUnitId": 2,
                                    "CloudServiceConnectionId": 3,
                                    "ElectronicAddressId": 4,
                                    "CommunicationUnit": null,
                                    "CloudServiceConnection": {
                                      "$id": "20",
                                      "Id": 1,
                                      "ServiceName": "sample string 2",
                                      "BaseUrl": "sample string 3",
                                      "ComUnitServiceConnections": [
                                        {
                                          "$ref": "19"
                                        },
                                        {
                                          "$ref": "19"
                                        }
                                      ],
                                      "Username": "sample string 4",
                                      "Password": "sample string 5"
                                    },
                                    "ElectronicAddress": {
                                      "$ref": "18"
                                    }
                                  },
                                  {
                                    "$ref": "19"
                                  }
                                ],
                                "Participants": [
                                  {
                                    "$ref": "6"
                                  },
                                  {
                                    "$ref": "6"
                                  }
                                ]
                              },
                              "ElectronicAddressId": 1,
                              "UserGroups": [
                                {
                                  "$id": "21",
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "ParticipantId": 1,
                                  "Users": [
                                    {
                                      "$ref": "17"
                                    },
                                    {
                                      "$ref": "17"
                                    }
                                  ],
                                  "Roles": [
                                    {
                                      "$id": "22",
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "Description": "sample string 3",
                                      "RoleFunctions": [
                                        {
                                          "$id": "23",
                                          "Id": 1,
                                          "RoleId": 2,
                                          "SystemFunctionId": 3,
                                          "Permission": 0,
                                          "UserRole": {
                                            "$ref": "22"
                                          },
                                          "SystemFunction": {
                                            "$id": "24",
                                            "Id": 1,
                                            "Name": "sample string 2",
                                            "Enabled": true,
                                            "Description": "sample string 4",
                                            "RoleFunctions": [
                                              {
                                                "$ref": "23"
                                              },
                                              {
                                                "$ref": "23"
                                              }
                                            ],
                                            "SystemProperties": []
                                          }
                                        },
                                        {
                                          "$ref": "23"
                                        }
                                      ],
                                      "Groups": [
                                        {
                                          "$ref": "21"
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "Participant": {
                                    "$ref": "6"
                                  }
                                },
                                {
                                  "$ref": "21"
                                }
                              ],
                              "SearchFilters": [
                                {
                                  "$id": "25",
                                  "SearchFilters": "QEA=",
                                  "Id": 4,
                                  "Guid": "f5507042-4141-4da7-a6d7-4097bc02fb85",
                                  "Name": "sample string 5",
                                  "UserId": "sample string 2",
                                  "Description": "sample string 6",
                                  "User": {
                                    "$ref": "17"
                                  },
                                  "InstallationDate": "2025-12-26T06:02:19.253672+00:00",
                                  "IsShared": true,
                                  "CorporateCode": "sample string 7",
                                  "ZoneControlContracts": [
                                    {
                                      "$id": "26",
                                      "SearchFilterId": 1,
                                      "Id": "9c93d123-03ff-403c-9e09-0d60d41ea6a1",
                                      "SearchFilter": {
                                        "$ref": "25"
                                      },
                                      "ContractId": "318e8138-0031-4d3a-9be7-9c4037b32359",
                                      "MaxPowerPrActivation": 2.1,
                                      "Contract": {
                                        "$id": "27",
                                        "Id": "e81a4b82-3eab-441b-ada4-9bb4b0e50a88",
                                        "Name": "sample string 2",
                                        "OwnerLegalEntityId": 3,
                                        "OwnerLegalEntity": {
                                          "$id": "28",
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "EntityType": 0,
                                          "ExternalId": "sample string 3",
                                          "LegalEntityRoles": [
                                            {
                                              "$id": "29",
                                              "LegalEntityId": 1,
                                              "LegalEntity": {
                                                "$ref": "28"
                                              },
                                              "LegalEntityDetailId": 2,
                                              "LegalEntityDetail": {
                                                "$ref": "5"
                                              },
                                              "RoleType": 0,
                                              "ValidFrom": "2025-12-26T06:02:19.2380471+00:00",
                                              "ValidTo": "2025-12-26T06:02:19.2380471+00:00"
                                            },
                                            {
                                              "$ref": "29"
                                            }
                                          ]
                                        },
                                        "PartnerLegalEntityId": 4,
                                        "PartnerLegalEntity": {
                                          "$ref": "28"
                                        },
                                        "BuyOrSale": 0,
                                        "ValidFrom": "2025-12-26T06:02:19.2380471+00:00",
                                        "ValidTo": "2025-12-26T06:02:19.2380471+00:00",
                                        "CancelTime": "2025-12-26T06:02:19.2380471+00:00",
                                        "ExternalContractId": "sample string 7",
                                        "ProductId": 1,
                                        "Product": {
                                          "$id": "30",
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "PaymentType": "sample string 4",
                                          "ExternalId": "sample string 5"
                                        },
                                        "Assets": [
                                          {
                                            "$id": "31",
                                            "Id": "61606c7c-57ca-4445-b357-404b82e0b0b4",
                                            "ContractId": "631018e0-dcce-4f45-b06b-28d040e153ad",
                                            "Contract": {
                                              "$ref": "27"
                                            },
                                            "Name": "sample string 3",
                                            "ValidFrom": "2025-12-26T06:02:19.2380471+00:00",
                                            "ValidTo": "2025-12-26T06:02:19.2380471+00:00",
                                            "CancelTime": "2025-12-26T06:02:19.2380471+00:00",
                                            "Signed": "2025-12-26T06:02:19.2380471+00:00",
                                            "Renewal": 0,
                                            "ParticipantId": 6,
                                            "Participant": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "31"
                                          }
                                        ],
                                        "Signed": "2025-12-26T06:02:19.253672+00:00"
                                      },
                                      "DaysAllowedForActivation": 0,
                                      "Name": "sample string 12",
                                      "PermittedIntervals": "sample string 3",
                                      "ValidFrom": "2025-12-26T06:02:19.253672+00:00",
                                      "MaxAllowedActivationTime": 1,
                                      "ValidTo": "2025-12-26T06:02:19.253672+00:00",
                                      "MininumTimeBetweenActivation": 4,
                                      "CancelTime": "2025-12-26T06:02:19.253672+00:00",
                                      "Tolerance": 5.1,
                                      "Signed": "2025-12-26T06:02:19.253672+00:00",
                                      "ReservationFee": 6.1,
                                      "Renewal": 0,
                                      "ActivationFeeWorkdays": 7.1,
                                      "ParticipantId": 15,
                                      "ActivationFeeNonWorkdays": 8.1,
                                      "Participant": {
                                        "$ref": "6"
                                      },
                                      "NonConformanceClause": "sample string 9"
                                    },
                                    {
                                      "$ref": "26"
                                    }
                                  ],
                                  "PurchasePrice": "sample string 8",
                                  "InServiceDate": "2025-12-26T06:02:19.253672+00:00",
                                  "AddressId": 1,
                                  "ValidFrom": "2025-12-26T06:02:19.253672+00:00",
                                  "ValidTo": "2025-12-26T06:02:19.253672+00:00",
                                  "DefaultTimeZoneId": "sample string 10",
                                  "ParticipantId": 1,
                                  "AssetActivityRecords": [
                                    {
                                      "$ref": "2"
                                    },
                                    {
                                      "$ref": "2"
                                    }
                                  ],
                                  "Address": {
                                    "$ref": "4"
                                  },
                                  "AssetOwners": [
                                    {
                                      "$ref": "11"
                                    },
                                    {
                                      "$ref": "11"
                                    }
                                  ],
                                  "AssetRelationships": [
                                    {
                                      "$ref": "12"
                                    },
                                    {
                                      "$ref": "12"
                                    }
                                  ],
                                  "AssetParentRelationships": [
                                    {
                                      "$ref": "12"
                                    },
                                    {
                                      "$ref": "12"
                                    }
                                  ],
                                  "AssetTimeSeries": [
                                    {
                                      "$ref": "13"
                                    },
                                    {
                                      "$ref": "13"
                                    }
                                  ],
                                  "CommunicationUnits": [],
                                  "Participant": {
                                    "$ref": "6"
                                  },
                                  "Location": {
                                    "$id": "32",
                                    "AssetId": 1,
                                    "Asset": {
                                      "$ref": "3"
                                    },
                                    "SpartialReference": 2,
                                    "GeoBinary": "QEA=",
                                    "AssetGuid": "00000000-0000-0000-0000-000000000000"
                                  },
                                  "AssetWorkFlow": [
                                    {
                                      "$ref": "14"
                                    },
                                    {
                                      "$ref": "14"
                                    }
                                  ],
                                  "AlarmHandlings": [
                                    {
                                      "$ref": "16"
                                    },
                                    {
                                      "$ref": "16"
                                    }
                                  ],
                                  "Categories": [
                                    {
                                      "$id": "33",
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "Description": "sample string 3",
                                      "SourceStatus": 0,
                                      "Source": "sample string 4",
                                      "Participant": {
                                        "$ref": "6"
                                      },
                                      "ParticipantId": 5,
                                      "Assets": [
                                        {
                                          "$ref": "3"
                                        },
                                        {
                                          "$ref": "3"
                                        }
                                      ],
                                      "CategoryType": 0
                                    },
                                    {
                                      "$ref": "33"
                                    }
                                  ],
                                  "AssetModelId": 1,
                                  "AssetModel": {
                                    "$id": "34",
                                    "Id": 1,
                                    "Description": "sample string 2",
                                    "Note": "sample string 3",
                                    "ExternalId": "sample string 4",
                                    "TypeCode": "sample string 5",
                                    "ModelCode": "sample string 6",
                                    "HasOffSwitch": true,
                                    "InitialValue": 8.1,
                                    "Manufacturer": "sample string 9",
                                    "ModelVersion": "sample string 10",
                                    "AssetModelProperties": [
                                      {
                                        "$id": "35",
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Value": "sample string 3",
                                        "AssetModelId": 4,
                                        "AssetModel": {
                                          "$ref": "34"
                                        }
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ]
                                  },
                                  "CreatedTime": "2025-12-26T06:02:19.253672+00:00",
                                  "ImportSource": "sample string 11",
                                  "Note": "sample string 12",
                                  "Configurations": [],
                                  "ModifiedTime": "2025-12-26T06:02:19.253672+00:00",
                                  "AssetCalculations": [
                                    {
                                      "$id": "36",
                                      "AssetId": 1,
                                      "CalculationId": 2,
                                      "Asset": {
                                        "$ref": "3"
                                      },
                                      "Calculation": {
                                        "$id": "37",
                                        "Id": 1,
                                        "CalculationDefinitionId": 2,
                                        "Name": "sample string 3",
                                        "Description": "sample string 4",
                                        "lastRunTime": "2025-12-26T06:02:19.253672+00:00",
                                        "FrequencyInSeconds": 5,
                                        "ValidFrom": "2025-12-26T06:02:19.253672+00:00",
                                        "ValidTo": "2025-12-26T06:02:19.253672+00:00"
                                      },
                                      "ValidFromDateTime": "2025-12-26T06:02:19.253672+00:00",
                                      "ValidToDateTime": "2025-12-26T06:02:19.253672+00:00",
                                      "ManuallySet": true,
                                      "AssetGuid": "5ab830a5-ebe4-44a3-9156-28e99253fe67"
                                    },
                                    {
                                      "$ref": "36"
                                    }
                                  ],
                                  "CoordinateModified": true,
                                  "SerialNumber": "sample string 14",
                                  "AssetGuid": "6b9d7c1f-85cd-4227-9539-fdd14591557c",
                                  "Contracts": [
                                    {
                                      "$id": "38",
                                      "AssetId": 1,
                                      "Id": "29955597-151f-4988-96e5-8e7d9fb31763",
                                      "Asset": {
                                        "$ref": "3"
                                      },
                                      "Name": "sample string 4",
                                      "ParticipantId": 2,
                                      "OwnerLegalEntityId": 5,
                                      "Participant": {
                                        "$ref": "6"
                                      },
                                      "OwnerLegalEntity": {
                                        "$ref": "28"
                                      },
                                      "Type": 0,
                                      "PartnerLegalEntityId": 6,
                                      "PartnerLegalEntity": {
                                        "$ref": "28"
                                      },
                                      "BuyOrSale": 0,
                                      "ValidFrom": "2025-12-26T06:02:19.253672+00:00",
                                      "ValidTo": "2025-12-26T06:02:19.253672+00:00",
                                      "CancelTime": "2025-12-26T06:02:19.253672+00:00",
                                      "ExternalContractId": "sample string 9",
                                      "ProductId": 1,
                                      "Product": {
                                        "$ref": "30"
                                      },
                                      "Assets": [
                                        {
                                          "$ref": "31"
                                        },
                                        {
                                          "$ref": "31"
                                        }
                                      ],
                                      "Signed": "2025-12-26T06:02:19.253672+00:00"
                                    },
                                    {
                                      "$ref": "38"
                                    }
                                  ],
                                  "Resource": null,
                                  "AssetSubContracts": [
                                    {
                                      "$id": "39",
                                      "AssetId": 1,
                                      "Id": "16433414-4d3e-4b56-a483-399198bdb505",
                                      "Asset": {
                                        "$ref": "3"
                                      },
                                      "ContractId": "ce4aa270-e074-4c6c-b9c3-db4ec0111c15",
                                      "Contract": {
                                        "$ref": "27"
                                      },
                                      "Name": "sample string 4",
                                      "ValidFrom": "2025-12-26T06:02:19.2692936+00:00",
                                      "ValidTo": "2025-12-26T06:02:19.2692936+00:00",
                                      "CancelTime": "2025-12-26T06:02:19.2692936+00:00",
                                      "Signed": "2025-12-26T06:02:19.2692936+00:00",
                                      "Renewal": 0,
                                      "ParticipantId": 7,
                                      "Participant": {
                                        "$ref": "6"
                                      }
                                    },
                                    {
                                      "$ref": "39"
                                    }
                                  ],
                                  "SDBMHash": 16,
                                  "LabelGuid": "de3083a0-be6d-46c1-8758-f9ec7683c1e5",
                                  "ExternalKeys": [
                                    {
                                      "$id": "40",
                                      "AssetId": 1,
                                      "ExternalId": "sample string 2",
                                      "ExternalSystemId": "3fa7cf4c-8d0b-425f-adf3-df26b8dbe099",
                                      "ExternalSystem": {
                                        "$id": "41",
                                        "Id": "9bb9104a-db89-43eb-8fa8-845951254ad7",
                                        "SystemName": "sample string 2"
                                      }
                                    },
                                    {
                                      "$ref": "40"
                                    }
                                  ],
                                  "EntityState": 0
                                },
                                {
                                  "$ref": "25"
                                }
                              ],
                              "Diagrams": [
                                {
                                  "$id": "42",
                                  "Id": 1,
                                  "DiagramKey": "sample string 2",
                                  "CreatedTime": "2025-12-26T06:02:19.2692936+00:00",
                                  "ModifiedTime": "2025-12-26T06:02:19.2692936+00:00",
                                  "UserId": "sample string 5",
                                  "IsShared": true,
                                  "User": {
                                    "$ref": "17"
                                  },
                                  "Description": "sample string 7",
                                  "Name": "sample string 8",
                                  "DiagramType": 0
                                },
                                {
                                  "$ref": "42"
                                }
                              ],
                              "FirstName": "sample string 5",
                              "LastName": "sample string 6"
                            },
                            "CreatedDateTime": "2025-12-26T06:02:19.2692936+00:00",
                            "FromDateTime": "2025-12-26T06:02:19.2692936+00:00",
                            "ToDateTime": "2025-12-26T06:02:19.2692936+00:00",
                            "AssetGuid": "30707f82-ec16-4198-b7c5-77bc64041533"
                          },
                          {
                            "$ref": "16"
                          }
                        ],
                        "Categories": [
                          {
                            "$ref": "33"
                          },
                          {
                            "$ref": "33"
                          }
                        ],
                        "AssetModelId": 1,
                        "AssetModel": {
                          "$ref": "34"
                        },
                        "CreatedTime": "2025-12-26T06:02:19.2692936+00:00",
                        "ImportSource": "sample string 19",
                        "Note": "sample string 20",
                        "Configurations": [],
                        "ModifiedTime": "2025-12-26T06:02:19.2692936+00:00",
                        "AssetCalculations": [
                          {
                            "$ref": "36"
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "CoordinateModified": true,
                        "SerialNumber": "sample string 22",
                        "AssetGuid": "842baf23-eaf1-4e5c-9090-53f4aa1f91c3",
                        "Contracts": [
                          {
                            "$ref": "38"
                          },
                          {
                            "$ref": "38"
                          }
                        ],
                        "Resource": null,
                        "AssetSubContracts": [
                          {
                            "$ref": "39"
                          },
                          {
                            "$ref": "39"
                          }
                        ],
                        "SDBMHash": 24,
                        "LabelGuid": "cbc22809-4c82-402a-b836-e805cbdf5520",
                        "ExternalKeys": [
                          {
                            "$ref": "40"
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "EntityState": 0
                      },
                      "Id": 7,
                      "MeterInstallationId": 1,
                      "Name": "sample string 8",
                      "FacilityId": "sample string 1",
                      "Description": "sample string 9",
                      "MeterId": "sample string 2",
                      "InstallationDate": "2025-12-26T06:02:19.2849255+00:00",
                      "Status": 1,
                      "CorporateCode": "sample string 10",
                      "MeterType": 0,
                      "PurchasePrice": "sample string 11",
                      "EstimatedAnnualUsage": 1.1,
                      "InServiceDate": "2025-12-26T06:02:19.2849255+00:00",
                      "EnergyProviderContracts": [
                        {
                          "$id": "43",
                          "MeterId": 1,
                          "Id": "49098931-45cc-441b-8318-83e2c4c40f4c",
                          "Meter": {
                            "$ref": "8"
                          },
                          "Name": "sample string 4",
                          "ParticipantId": 2,
                          "OwnerLegalEntityId": 5,
                          "Participant": {
                            "$ref": "6"
                          },
                          "OwnerLegalEntity": {
                            "$ref": "28"
                          },
                          "PartnerLegalEntityId": 6,
                          "PartnerLegalEntity": {
                            "$ref": "28"
                          },
                          "BuyOrSale": 0,
                          "ValidFrom": "2025-12-26T06:02:19.2849255+00:00",
                          "ValidTo": "2025-12-26T06:02:19.2849255+00:00",
                          "CancelTime": "2025-12-26T06:02:19.2849255+00:00",
                          "ExternalContractId": "sample string 9",
                          "ProductId": 1,
                          "Product": {
                            "$ref": "30"
                          },
                          "Assets": [
                            {
                              "$ref": "31"
                            },
                            {
                              "$ref": "31"
                            }
                          ],
                          "Signed": "2025-12-26T06:02:19.2849255+00:00"
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "AddressId": 1,
                      "PowerDistributionContracts": [
                        {
                          "$ref": "7"
                        },
                        {
                          "$ref": "7"
                        }
                      ],
                      "ValidFrom": "2025-12-26T06:02:19.2849255+00:00",
                      "LeftDigitCount": 1,
                      "ValidTo": "2025-12-26T06:02:19.2849255+00:00",
                      "RightDigitCount": 1,
                      "DefaultTimeZoneId": "sample string 13",
                      "ConversionFactor": 1.0,
                      "ParticipantId": 1,
                      "StartValue": 3.1,
                      "AssetActivityRecords": [
                        {
                          "$ref": "2"
                        },
                        {
                          "$ref": "2"
                        }
                      ],
                      "AmiMeterType": 0,
                      "Address": {
                        "$ref": "4"
                      },
                      "P2P": true,
                      "SimCards": [
                        {
                          "$id": "44",
                          "VoltageLevel": "sample string 1",
                          "Id": 10,
                          "StorageCapacity": "sample string 2",
                          "Name": "sample string 11",
                          "NumberOfContacts": "sample string 3",
                          "Description": "sample string 12",
                          "Data": "sample string 4",
                          "InstallationDate": "2025-12-26T06:02:19.2849255+00:00",
                          "PreferredNetworksList": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "CorporateCode": "sample string 13",
                          "ICCID": "sample string 5",
                          "PurchasePrice": "sample string 14",
                          "Installed": "2025-12-26T06:02:19.2849255+00:00",
                          "InServiceDate": "2025-12-26T06:02:19.2849255+00:00",
                          "Active": true,
                          "AddressId": 1,
                          "PhoneCommunicationUnitId": 1,
                          "ValidFrom": "2025-12-26T06:02:19.2849255+00:00",
                          "PhoneCommunicationUnit": {
                            "$id": "45",
                            "PhoneNumber": "sample string 1",
                            "Id": 2,
                            "SimCards": [
                              {
                                "$ref": "44"
                              },
                              {
                                "$ref": "44"
                              }
                            ],
                            "MacAddress": "sample string 3",
                            "SerialNumber": "sample string 4",
                            "NetworkCarrier": 1,
                            "AssetId": 5,
                            "CloudServiceConnectionId": 6,
                            "Asset": {
                              "$ref": "3"
                            },
                            "ComUnitServiceConnections": [
                              {
                                "$ref": "19"
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "AssetGuid": "e014303e-26ef-4ef5-8572-ac494b995e88"
                          },
                          "ValidTo": "2025-12-26T06:02:19.2849255+00:00",
                          "PhoneNumber": "sample string 8",
                          "DefaultTimeZoneId": "sample string 16",
                          "IpAddress": "sample string 9",
                          "ParticipantId": 1,
                          "AssetActivityRecords": [
                            {
                              "$ref": "2"
                            },
                            {
                              "$ref": "2"
                            }
                          ],
                          "Address": {
                            "$ref": "4"
                          },
                          "AssetOwners": [
                            {
                              "$ref": "11"
                            },
                            {
                              "$ref": "11"
                            }
                          ],
                          "AssetRelationships": [
                            {
                              "$ref": "12"
                            },
                            {
                              "$ref": "12"
                            }
                          ],
                          "AssetParentRelationships": [
                            {
                              "$ref": "12"
                            },
                            {
                              "$ref": "12"
                            }
                          ],
                          "AssetTimeSeries": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "CommunicationUnits": [],
                          "Participant": {
                            "$ref": "6"
                          },
                          "Location": {
                            "$ref": "32"
                          },
                          "AssetWorkFlow": [
                            {
                              "$ref": "14"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "AlarmHandlings": [
                            {
                              "$ref": "16"
                            },
                            {
                              "$ref": "16"
                            }
                          ],
                          "Categories": [
                            {
                              "$ref": "33"
                            },
                            {
                              "$ref": "33"
                            }
                          ],
                          "AssetModelId": 1,
                          "AssetModel": {
                            "$ref": "34"
                          },
                          "CreatedTime": "2025-12-26T06:02:19.2849255+00:00",
                          "ImportSource": "sample string 17",
                          "Note": "sample string 18",
                          "Configurations": [],
                          "ModifiedTime": "2025-12-26T06:02:19.2849255+00:00",
                          "AssetCalculations": [
                            {
                              "$ref": "36"
                            },
                            {
                              "$ref": "36"
                            }
                          ],
                          "CoordinateModified": true,
                          "SerialNumber": "sample string 20",
                          "AssetGuid": "8fb07270-01e8-4560-b112-4aa0a599b3a3",
                          "Contracts": [
                            {
                              "$ref": "38"
                            },
                            {
                              "$ref": "38"
                            }
                          ],
                          "Resource": null,
                          "AssetSubContracts": [
                            {
                              "$ref": "39"
                            },
                            {
                              "$ref": "39"
                            }
                          ],
                          "SDBMHash": 22,
                          "LabelGuid": "63341fec-089d-426a-a7a0-307db9313b04",
                          "ExternalKeys": [
                            {
                              "$ref": "40"
                            },
                            {
                              "$ref": "40"
                            }
                          ],
                          "EntityState": 0
                        },
                        {
                          "$ref": "44"
                        }
                      ],
                      "AssetOwners": [
                        {
                          "$ref": "11"
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "SimCardId": "sample string 5",
                      "AssetRelationships": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "ModemImei": "sample string 6",
                      "AssetParentRelationships": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "Antenna": {
                        "$id": "46",
                        "Impedans": "sample string 1",
                        "Id": 7,
                        "EffectArea": "sample string 2",
                        "Name": "sample string 8",
                        "Placement": "sample string 3",
                        "Description": "sample string 9",
                        "Position": "sample string 4",
                        "InstallationDate": "2025-12-26T06:02:19.2849255+00:00",
                        "Documentation": "sample string 5",
                        "CorporateCode": "sample string 10",
                        "AntennaType": 0,
                        "PurchasePrice": "sample string 11",
                        "OpeningAngle": 6.1,
                        "InServiceDate": "2025-12-26T06:02:19.2849255+00:00",
                        "AddressId": 1,
                        "ValidFrom": "2025-12-26T06:02:19.2849255+00:00",
                        "ValidTo": "2025-12-26T06:02:19.2849255+00:00",
                        "DefaultTimeZoneId": "sample string 13",
                        "ParticipantId": 1,
                        "AssetActivityRecords": [
                          {
                            "$ref": "2"
                          },
                          {
                            "$ref": "2"
                          }
                        ],
                        "Address": {
                          "$ref": "4"
                        },
                        "AssetOwners": [
                          {
                            "$ref": "11"
                          },
                          {
                            "$ref": "11"
                          }
                        ],
                        "AssetRelationships": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "AssetParentRelationships": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "AssetTimeSeries": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "CommunicationUnits": [],
                        "Participant": {
                          "$ref": "6"
                        },
                        "Location": {
                          "$ref": "32"
                        },
                        "AssetWorkFlow": [
                          {
                            "$ref": "14"
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "AlarmHandlings": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ],
                        "Categories": [
                          {
                            "$ref": "33"
                          },
                          {
                            "$ref": "33"
                          }
                        ],
                        "AssetModelId": 1,
                        "AssetModel": {
                          "$ref": "34"
                        },
                        "CreatedTime": "2025-12-26T06:02:19.2849255+00:00",
                        "ImportSource": "sample string 14",
                        "Note": "sample string 15",
                        "Configurations": [],
                        "ModifiedTime": "2025-12-26T06:02:19.2849255+00:00",
                        "AssetCalculations": [
                          {
                            "$ref": "36"
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "CoordinateModified": true,
                        "SerialNumber": "sample string 17",
                        "AssetGuid": "eca776f3-763e-4ad9-b68e-dec231f91528",
                        "Contracts": [
                          {
                            "$ref": "38"
                          },
                          {
                            "$ref": "38"
                          }
                        ],
                        "Resource": null,
                        "AssetSubContracts": [
                          {
                            "$ref": "39"
                          },
                          {
                            "$ref": "39"
                          }
                        ],
                        "SDBMHash": 19,
                        "LabelGuid": "905f5510-1a6f-4280-80d3-71d965d7f102",
                        "ExternalKeys": [
                          {
                            "$ref": "40"
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "EntityState": 0
                      },
                      "AssetTimeSeries": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "AntennaId": 1,
                      "CommunicationUnits": [],
                      "Participant": {
                        "$ref": "6"
                      },
                      "Location": {
                        "$ref": "32"
                      },
                      "AssetWorkFlow": [
                        {
                          "$ref": "14"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "AlarmHandlings": [
                        {
                          "$ref": "16"
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "Categories": [
                        {
                          "$ref": "33"
                        },
                        {
                          "$ref": "33"
                        }
                      ],
                      "AssetModelId": 1,
                      "AssetModel": {
                        "$ref": "34"
                      },
                      "CreatedTime": "2025-12-26T06:02:19.2849255+00:00",
                      "ImportSource": "sample string 14",
                      "Note": "sample string 15",
                      "Configurations": [],
                      "ModifiedTime": "2025-12-26T06:02:19.2849255+00:00",
                      "AssetCalculations": [
                        {
                          "$ref": "36"
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "CoordinateModified": true,
                      "SerialNumber": "sample string 17",
                      "AssetGuid": "4d249e6f-db9b-46e8-946b-41c657185f83",
                      "Contracts": [
                        {
                          "$ref": "38"
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "Resource": null,
                      "AssetSubContracts": [
                        {
                          "$ref": "39"
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "SDBMHash": 19,
                      "LabelGuid": "13d6f81c-060d-4826-aa1c-8bea9527201b",
                      "ExternalKeys": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "EntityState": 0
                    },
                    "Name": "sample string 4",
                    "ParticipantId": 2,
                    "OwnerLegalEntityId": 5,
                    "Participant": {
                      "$ref": "6"
                    },
                    "OwnerLegalEntity": {
                      "$ref": "28"
                    },
                    "PartnerLegalEntityId": 6,
                    "PartnerLegalEntity": {
                      "$ref": "28"
                    },
                    "BuyOrSale": 0,
                    "ValidFrom": "2025-12-26T06:02:19.2849255+00:00",
                    "ValidTo": "2025-12-26T06:02:19.2849255+00:00",
                    "CancelTime": "2025-12-26T06:02:19.2849255+00:00",
                    "ExternalContractId": "sample string 9",
                    "ProductId": 1,
                    "Product": {
                      "$ref": "30"
                    },
                    "Assets": [
                      {
                        "$ref": "31"
                      },
                      {
                        "$ref": "31"
                      }
                    ],
                    "Signed": "2025-12-26T06:02:19.2849255+00:00"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "AssetOwners": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "ElectronicAddress": {
                  "$ref": "18"
                },
                "Assets": [
                  {
                    "$ref": "3"
                  },
                  {
                    "$ref": "3"
                  }
                ],
                "Schedules": [
                  {
                    "$id": "47",
                    "Id": 1,
                    "ExecutionTimeUTC": "2025-12-26T06:02:19.300551+00:00",
                    "TimeZone": "sample string 2",
                    "LastExecutedTimeUTC": "2025-12-26T06:02:19.300551+00:00",
                    "RepeatDayTue": true,
                    "RepeatStartTimeUTC": "00:00:00.1234567",
                    "RepeatEndTimeUTC": "00:00:00.1234567",
                    "RepeatEveryWeekdayInMonth": "sample string 3",
                    "RepeatSeconds": 1,
                    "RepeatDayMon": true,
                    "RepeatDayWed": true,
                    "RepeatDayThu": true,
                    "RepeatDayFri": true,
                    "RepeatDaySat": true,
                    "RepeatDaySun": true,
                    "RepeatEveryXDay": 1,
                    "RepeatEveryXMonth": 1,
                    "RepeatEveryWeekdayNoInMonth": 1,
                    "RepeatEveryXYear": 1,
                    "EndNoOfOccurences": 1,
                    "RepeatExactDateTimeUTC": "2025-12-26T06:02:19.300551+00:00",
                    "EndDateTimeUTC": "2025-12-26T06:02:19.300551+00:00",
                    "RepeatTimeUTC": "00:00:00.1234567",
                    "NoOfOccurences": 1,
                    "Status": 0,
                    "ParticipantId": 4,
                    "Participant": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "47"
                  }
                ],
                "UserGroups": [
                  {
                    "$ref": "21"
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "LegalEntityId": 1,
                "LegalEntity": {
                  "$ref": "28"
                },
                "GridOwnerCode": "sample string 4",
                "AddressId": 1,
                "InvoiceAddressId": 1,
                "OrganizationNumber": "sample string 5",
                "Address": {
                  "$ref": "4"
                },
                "InvoiceAddress": {
                  "$ref": "4"
                },
                "ShortName": "sample string 6"
              },
              "Address": {
                "$ref": "4"
              },
              "ElectronicAddress": {
                "$ref": "18"
              },
              "ElectronicAddressId": 1,
              "GlobalLocationNumber": "sample string 9"
            },
            {
              "$ref": "5"
            }
          ],
          "Assets": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "Participant": {
            "$ref": "6"
          },
          "CoAddress": "sample string 9",
          "ExtraAddress": "sample string 10",
          "Country": "sample string 11",
          "StateOrProvince": "sample string 12",
          "StateOrProvinceId": "sample string 13",
          "Postbox": "sample string 14"
        },
        "AssetOwners": [
          {
            "$ref": "11"
          },
          {
            "$ref": "11"
          }
        ],
        "AssetRelationships": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "AssetParentRelationships": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "AssetTimeSeries": [
          {
            "$ref": "13"
          },
          {
            "$ref": "13"
          }
        ],
        "CommunicationUnits": [],
        "Participant": {
          "$ref": "6"
        },
        "Location": {
          "$ref": "32"
        },
        "AssetWorkFlow": [
          {
            "$ref": "14"
          },
          {
            "$ref": "14"
          }
        ],
        "AlarmHandlings": [
          {
            "$ref": "16"
          },
          {
            "$ref": "16"
          }
        ],
        "Categories": [
          {
            "$ref": "33"
          },
          {
            "$ref": "33"
          }
        ],
        "AssetModelId": 1,
        "AssetModel": {
          "$ref": "34"
        },
        "CreatedTime": "2025-12-26T06:02:19.300551+00:00",
        "ImportSource": "sample string 8",
        "Note": "sample string 9",
        "Configurations": [],
        "ModifiedTime": "2025-12-26T06:02:19.300551+00:00",
        "AssetCalculations": [
          {
            "$ref": "36"
          },
          {
            "$ref": "36"
          }
        ],
        "CoordinateModified": true,
        "SerialNumber": "sample string 11",
        "AssetGuid": "f9db1307-d6c5-419a-b89b-293d37613499",
        "Contracts": [
          {
            "$ref": "38"
          },
          {
            "$ref": "38"
          }
        ],
        "Resource": null,
        "AssetSubContracts": [
          {
            "$ref": "39"
          },
          {
            "$ref": "39"
          }
        ],
        "SDBMHash": 13,
        "LabelGuid": "bf0b8e11-91ba-4124-854c-f218d5471ef6",
        "ExternalKeys": [
          {
            "$ref": "40"
          },
          {
            "$ref": "40"
          }
        ],
        "EntityState": 0
      },
      "Documents": [
        {
          "$id": "48",
          "Id": 1,
          "Content": "QEA=",
          "AssetActivityRecordId": 2,
          "FileName": "sample string 3",
          "FileExtension": "sample string 4",
          "Description": "sample string 5",
          "AssetActivityRecord": {
            "$ref": "2"
          }
        },
        {
          "$ref": "48"
        }
      ],
      "AssetGuid": "9eebec22-34a6-487b-aaf0-01de5550c732"
    },
    {
      "$ref": "2"
    }
  ],
  "Address": {
    "$ref": "4"
  },
  "AssetOwners": [
    {
      "$ref": "11"
    },
    {
      "$ref": "11"
    }
  ],
  "AssetRelationships": [
    {
      "$ref": "12"
    },
    {
      "$ref": "12"
    }
  ],
  "AssetParentRelationships": [
    {
      "$ref": "12"
    },
    {
      "$ref": "12"
    }
  ],
  "AssetTimeSeries": [
    {
      "$ref": "13"
    },
    {
      "$ref": "13"
    }
  ],
  "CommunicationUnits": [],
  "Participant": {
    "$ref": "6"
  },
  "Location": {
    "$ref": "32"
  },
  "AssetWorkFlow": [
    {
      "$ref": "14"
    },
    {
      "$ref": "14"
    }
  ],
  "AlarmHandlings": [
    {
      "$ref": "16"
    },
    {
      "$ref": "16"
    }
  ],
  "Categories": [
    {
      "$ref": "33"
    },
    {
      "$ref": "33"
    }
  ],
  "AssetModelId": 1,
  "AssetModel": {
    "$ref": "34"
  },
  "CreatedTime": "2025-12-26T06:02:19.300551+00:00",
  "ImportSource": "sample string 8",
  "Note": "sample string 9",
  "Configurations": [],
  "ModifiedTime": "2025-12-26T06:02:19.300551+00:00",
  "AssetCalculations": [
    {
      "$ref": "36"
    },
    {
      "$ref": "36"
    }
  ],
  "CoordinateModified": true,
  "SerialNumber": "sample string 11",
  "AssetGuid": "eb9b698d-181c-4e66-8a52-0311d36dcbd6",
  "Contracts": [
    {
      "$ref": "38"
    },
    {
      "$ref": "38"
    }
  ],
  "Resource": null,
  "AssetSubContracts": [
    {
      "$ref": "39"
    },
    {
      "$ref": "39"
    }
  ],
  "SDBMHash": 13,
  "LabelGuid": "a6ec3519-d8d2-4f4b-9b49-8cd09c1d750a",
  "ExternalKeys": [
    {
      "$ref": "40"
    },
    {
      "$ref": "40"
    }
  ],
  "EntityState": 0
}

text/html

Sample:
{"$id":"1","Id":1,"Name":"sample string 2","Description":"sample string 3","InstallationDate":"2025-12-26T06:02:19.1286641+00:00","CorporateCode":"sample string 4","PurchasePrice":"sample string 5","InServiceDate":"2025-12-26T06:02:19.1286641+00:00","AddressId":1,"ValidFrom":"2025-12-26T06:02:19.1286641+00:00","ValidTo":"2025-12-26T06:02:19.1286641+00:00","DefaultTimeZoneId":"sample string 7","ParticipantId":1,"AssetActivityRecords":[{"$id":"2","Id":1,"AssetId":2,"Reason":"sample string 3","CreatedDateTime":"2025-12-26T06:02:19.1442903+00:00","Severity":0,"Category":"sample string 5","Asset":{"$id":"3","Id":1,"Name":"sample string 2","Description":"sample string 3","InstallationDate":"2025-12-26T06:02:19.1442903+00:00","CorporateCode":"sample string 4","PurchasePrice":"sample string 5","InServiceDate":"2025-12-26T06:02:19.1442903+00:00","AddressId":1,"ValidFrom":"2025-12-26T06:02:19.1442903+00:00","ValidTo":"2025-12-26T06:02:19.1442903+00:00","DefaultTimeZoneId":"sample string 7","ParticipantId":1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"Address":{"$id":"4","Id":1,"Street":"sample string 2","StreetNumber":"sample string 3","PostalCode":"sample string 4","City":"sample string 5","CountryId":"sample string 6","ValidDate":"2025-12-26T06:02:19.1442903+00:00","StreetNumberExtension":"sample string 8","ParticipantId":1,"LegalEntityDetails":[{"$id":"5","Id":1,"FirstName":"sample string 2","LastName":"sample string 3","OrganisationNo":"sample string 4","Code":"sample string 5","Note":"sample string 6","ExternalId":"sample string 7","DateOfBirth":"2025-12-26T06:02:19.1442903+00:00","ParticipantId":8,"AddressId":1,"Participant":{"$id":"6","Id":1,"Name":"sample string 2","ElectronicAddressId":3,"AssetContracts":[{"$id":"7","MeterId":1,"Id":"5946bff6-5cb9-45f0-b77f-9e41859b7bc2","Meter":{"$id":"8","MeterInstallation":{"$id":"9","EANCode":"sample string 1","InstallationId":"sample string 11","Id":12,"SystemVoltage":2.1,"Name":"sample string 13","MainFuseNumPhases":3,"Description":"sample string 14","MainFuseCurrent":4.1,"InstallationDate":"2025-12-26T06:02:19.1599166+00:00","OverloadProtectionNumPhases":5,"CorporateCode":"sample string 15","OverloadProtectionCurrent":6.1,"PurchasePrice":"sample string 16","ShortCircuitNumPhases":7,"InServiceDate":"2025-12-26T06:02:19.1599166+00:00","ShortCircuitCurrent":8.1,"AddressId":1,"Meters":[{"$ref":"8"},{"$ref":"8"}],"ValidFrom":"2025-12-26T06:02:19.1599166+00:00","MeterPointNumber":"sample string 9","ValidTo":"2025-12-26T06:02:19.1599166+00:00","IndustryCode":"sample string 10","DefaultTimeZoneId":"sample string 18","InstallationType":0,"ParticipantId":1,"MeteringSiteClassificationId":1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"MeteringSiteClassification":{"$id":"10","Id":1,"Code":"sample string 2","Description":"sample string 3"},"Address":{"$ref":"4"},"AssetOwners":[{"$id":"11","Id":1,"AssetId":2,"ValidFrom":"2025-12-26T06:02:19.1599166+00:00","ValidTo":"2025-12-26T06:02:19.1599166+00:00","ParticipantId":5,"Asset":{"$ref":"3"},"Participant":{"$ref":"6"},"AssetGuid":"7f82dcb4-7d0b-4e64-9228-78c16eb4a3fb"},{"$ref":"11"}],"AssetRelationships":[{"$id":"12","Id":1,"Guid":"ab8d276d-44b2-4ee6-9ebd-d23c843db537","AssetId":3,"Asset":{"$ref":"3"},"AssetParentId":1,"AssetParent":{"$ref":"3"},"RelationshipType":0,"AssetGuid":"206392bf-7eba-44e7-a4f4-23f41044a901","AssetParentGuid":"c3c69a29-b803-4c06-a686-dd3f952b701d","Priority":6,"PropertiesJsonString":"sample string 7","EntityState":0,"ValidFrom":"2025-12-26T06:02:19.1599166+00:00","ValidTo":"2025-12-26T06:02:19.1599166+00:00"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$id":"13","Id":1,"AssetId":2,"Asset":{"$ref":"3"},"BlobKey":"sample string 3","UnitType":1,"Unit":0,"Resolution":0,"TimeZoneId":"sample string 4","SampleFrequencyInSec":1.1,"LastValue":1.1,"LastCollected":"2025-12-26T06:02:19.1755427+00:00","LastCompleteCollection":"2025-12-26T06:02:19.1755427+00:00","IsCalculated":true,"ParentTimeseriesId":1,"ParentTimeseries":null,"Description":"sample string 6","DataOrigin":0,"AssetGuid":"1092da37-ad1f-4c3e-830d-bf30c50e4063"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":null,"AssetWorkFlow":[{"$id":"14","InstanceId":"893ef59b-5b85-4d94-ace2-4024eb7ee13f","AssetId":1,"WorkFlowId":2,"Remarks":"sample string 3","ExecutedTime":"2025-12-26T06:02:19.2067941+00:00","Asset":{"$ref":"3"},"Workflow":{"$id":"15","Id":1,"Name":"sample string 2","Active":true,"Content":"sample string 4","Status":0,"ParticipantId":5,"WorkflowContentType":0,"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"Participant":{"$ref":"6"},"TimeSeriesTypeClass":1},"ValidFromDateTime":"2025-12-26T06:02:19.2224187+00:00","ValidToDateTime":"2025-12-26T06:02:19.2224187+00:00","ManuallySet":true,"AssetGuid":"cbc45b05-6a84-4f03-b535-d019b849d690"},{"$ref":"14"}],"AlarmHandlings":[{"$id":"16","Id":1,"AssetId":2,"Asset":{"$ref":"3"},"Mode":0,"Description":"sample string 3","UserId":"sample string 4","User":{"$id":"17","Id":"sample string 1","Name":"sample string 2","Lastlogon":"2025-12-26T06:02:19.2224187+00:00","picture":"QEA=","Created":"2025-12-26T06:02:19.2224187+00:00","Enabled":true,"ElectronicAddress":{"$id":"18","Id":1,"Email":"sample string 2","Url":"sample string 3","Password":"sample string 4","UserId":"sample string 5","ExternalId":"sample string 6","Phone":"sample string 7","Cell":"sample string 8","SipAddress":"sample string 9","TwitterUser":"sample string 10","FacebookUser":"sample string 11","ComUnitServiceConnections":[{"$id":"19","Id":1,"CommunicationUnitId":2,"CloudServiceConnectionId":3,"ElectronicAddressId":4,"CommunicationUnit":null,"CloudServiceConnection":{"$id":"20","Id":1,"ServiceName":"sample string 2","BaseUrl":"sample string 3","ComUnitServiceConnections":[{"$ref":"19"},{"$ref":"19"}],"Username":"sample string 4","Password":"sample string 5"},"ElectronicAddress":{"$ref":"18"}},{"$ref":"19"}],"Participants":[{"$ref":"6"},{"$ref":"6"}]},"ElectronicAddressId":1,"UserGroups":[{"$id":"21","Id":1,"Name":"sample string 2","Description":"sample string 3","ParticipantId":1,"Users":[{"$ref":"17"},{"$ref":"17"}],"Roles":[{"$id":"22","Id":1,"Name":"sample string 2","Description":"sample string 3","RoleFunctions":[{"$id":"23","Id":1,"RoleId":2,"SystemFunctionId":3,"Permission":0,"UserRole":{"$ref":"22"},"SystemFunction":{"$id":"24","Id":1,"Name":"sample string 2","Enabled":true,"Description":"sample string 4","RoleFunctions":[{"$ref":"23"},{"$ref":"23"}],"SystemProperties":[]}},{"$ref":"23"}],"Groups":[{"$ref":"21"},{"$ref":"21"}]},{"$ref":"22"}],"Participant":{"$ref":"6"}},{"$ref":"21"}],"SearchFilters":[{"$id":"25","SearchFilters":"QEA=","Id":4,"Guid":"f5507042-4141-4da7-a6d7-4097bc02fb85","Name":"sample string 5","UserId":"sample string 2","Description":"sample string 6","User":{"$ref":"17"},"InstallationDate":"2025-12-26T06:02:19.253672+00:00","IsShared":true,"CorporateCode":"sample string 7","ZoneControlContracts":[{"$id":"26","SearchFilterId":1,"Id":"9c93d123-03ff-403c-9e09-0d60d41ea6a1","SearchFilter":{"$ref":"25"},"ContractId":"318e8138-0031-4d3a-9be7-9c4037b32359","MaxPowerPrActivation":2.1,"Contract":{"$id":"27","Id":"e81a4b82-3eab-441b-ada4-9bb4b0e50a88","Name":"sample string 2","OwnerLegalEntityId":3,"OwnerLegalEntity":{"$id":"28","Id":1,"Name":"sample string 2","EntityType":0,"ExternalId":"sample string 3","LegalEntityRoles":[{"$id":"29","LegalEntityId":1,"LegalEntity":{"$ref":"28"},"LegalEntityDetailId":2,"LegalEntityDetail":{"$ref":"5"},"RoleType":0,"ValidFrom":"2025-12-26T06:02:19.2380471+00:00","ValidTo":"2025-12-26T06:02:19.2380471+00:00"},{"$ref":"29"}]},"PartnerLegalEntityId":4,"PartnerLegalEntity":{"$ref":"28"},"BuyOrSale":0,"ValidFrom":"2025-12-26T06:02:19.2380471+00:00","ValidTo":"2025-12-26T06:02:19.2380471+00:00","CancelTime":"2025-12-26T06:02:19.2380471+00:00","ExternalContractId":"sample string 7","ProductId":1,"Product":{"$id":"30","Id":1,"Name":"sample string 2","PaymentType":"sample string 4","ExternalId":"sample string 5"},"Assets":[{"$id":"31","Id":"61606c7c-57ca-4445-b357-404b82e0b0b4","ContractId":"631018e0-dcce-4f45-b06b-28d040e153ad","Contract":{"$ref":"27"},"Name":"sample string 3","ValidFrom":"2025-12-26T06:02:19.2380471+00:00","ValidTo":"2025-12-26T06:02:19.2380471+00:00","CancelTime":"2025-12-26T06:02:19.2380471+00:00","Signed":"2025-12-26T06:02:19.2380471+00:00","Renewal":0,"ParticipantId":6,"Participant":{"$ref":"6"}},{"$ref":"31"}],"Signed":"2025-12-26T06:02:19.253672+00:00"},"DaysAllowedForActivation":0,"Name":"sample string 12","PermittedIntervals":"sample string 3","ValidFrom":"2025-12-26T06:02:19.253672+00:00","MaxAllowedActivationTime":1,"ValidTo":"2025-12-26T06:02:19.253672+00:00","MininumTimeBetweenActivation":4,"CancelTime":"2025-12-26T06:02:19.253672+00:00","Tolerance":5.1,"Signed":"2025-12-26T06:02:19.253672+00:00","ReservationFee":6.1,"Renewal":0,"ActivationFeeWorkdays":7.1,"ParticipantId":15,"ActivationFeeNonWorkdays":8.1,"Participant":{"$ref":"6"},"NonConformanceClause":"sample string 9"},{"$ref":"26"}],"PurchasePrice":"sample string 8","InServiceDate":"2025-12-26T06:02:19.253672+00:00","AddressId":1,"ValidFrom":"2025-12-26T06:02:19.253672+00:00","ValidTo":"2025-12-26T06:02:19.253672+00:00","DefaultTimeZoneId":"sample string 10","ParticipantId":1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"Address":{"$ref":"4"},"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$id":"32","AssetId":1,"Asset":{"$ref":"3"},"SpartialReference":2,"GeoBinary":"QEA=","AssetGuid":"00000000-0000-0000-0000-000000000000"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$id":"33","Id":1,"Name":"sample string 2","Description":"sample string 3","SourceStatus":0,"Source":"sample string 4","Participant":{"$ref":"6"},"ParticipantId":5,"Assets":[{"$ref":"3"},{"$ref":"3"}],"CategoryType":0},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$id":"34","Id":1,"Description":"sample string 2","Note":"sample string 3","ExternalId":"sample string 4","TypeCode":"sample string 5","ModelCode":"sample string 6","HasOffSwitch":true,"InitialValue":8.1,"Manufacturer":"sample string 9","ModelVersion":"sample string 10","AssetModelProperties":[{"$id":"35","Id":1,"Name":"sample string 2","Value":"sample string 3","AssetModelId":4,"AssetModel":{"$ref":"34"}},{"$ref":"35"}]},"CreatedTime":"2025-12-26T06:02:19.253672+00:00","ImportSource":"sample string 11","Note":"sample string 12","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.253672+00:00","AssetCalculations":[{"$id":"36","AssetId":1,"CalculationId":2,"Asset":{"$ref":"3"},"Calculation":{"$id":"37","Id":1,"CalculationDefinitionId":2,"Name":"sample string 3","Description":"sample string 4","lastRunTime":"2025-12-26T06:02:19.253672+00:00","FrequencyInSeconds":5,"ValidFrom":"2025-12-26T06:02:19.253672+00:00","ValidTo":"2025-12-26T06:02:19.253672+00:00"},"ValidFromDateTime":"2025-12-26T06:02:19.253672+00:00","ValidToDateTime":"2025-12-26T06:02:19.253672+00:00","ManuallySet":true,"AssetGuid":"5ab830a5-ebe4-44a3-9156-28e99253fe67"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 14","AssetGuid":"6b9d7c1f-85cd-4227-9539-fdd14591557c","Contracts":[{"$id":"38","AssetId":1,"Id":"29955597-151f-4988-96e5-8e7d9fb31763","Asset":{"$ref":"3"},"Name":"sample string 4","ParticipantId":2,"OwnerLegalEntityId":5,"Participant":{"$ref":"6"},"OwnerLegalEntity":{"$ref":"28"},"Type":0,"PartnerLegalEntityId":6,"PartnerLegalEntity":{"$ref":"28"},"BuyOrSale":0,"ValidFrom":"2025-12-26T06:02:19.253672+00:00","ValidTo":"2025-12-26T06:02:19.253672+00:00","CancelTime":"2025-12-26T06:02:19.253672+00:00","ExternalContractId":"sample string 9","ProductId":1,"Product":{"$ref":"30"},"Assets":[{"$ref":"31"},{"$ref":"31"}],"Signed":"2025-12-26T06:02:19.253672+00:00"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$id":"39","AssetId":1,"Id":"16433414-4d3e-4b56-a483-399198bdb505","Asset":{"$ref":"3"},"ContractId":"ce4aa270-e074-4c6c-b9c3-db4ec0111c15","Contract":{"$ref":"27"},"Name":"sample string 4","ValidFrom":"2025-12-26T06:02:19.2692936+00:00","ValidTo":"2025-12-26T06:02:19.2692936+00:00","CancelTime":"2025-12-26T06:02:19.2692936+00:00","Signed":"2025-12-26T06:02:19.2692936+00:00","Renewal":0,"ParticipantId":7,"Participant":{"$ref":"6"}},{"$ref":"39"}],"SDBMHash":16,"LabelGuid":"de3083a0-be6d-46c1-8758-f9ec7683c1e5","ExternalKeys":[{"$id":"40","AssetId":1,"ExternalId":"sample string 2","ExternalSystemId":"3fa7cf4c-8d0b-425f-adf3-df26b8dbe099","ExternalSystem":{"$id":"41","Id":"9bb9104a-db89-43eb-8fa8-845951254ad7","SystemName":"sample string 2"}},{"$ref":"40"}],"EntityState":0},{"$ref":"25"}],"Diagrams":[{"$id":"42","Id":1,"DiagramKey":"sample string 2","CreatedTime":"2025-12-26T06:02:19.2692936+00:00","ModifiedTime":"2025-12-26T06:02:19.2692936+00:00","UserId":"sample string 5","IsShared":true,"User":{"$ref":"17"},"Description":"sample string 7","Name":"sample string 8","DiagramType":0},{"$ref":"42"}],"FirstName":"sample string 5","LastName":"sample string 6"},"CreatedDateTime":"2025-12-26T06:02:19.2692936+00:00","FromDateTime":"2025-12-26T06:02:19.2692936+00:00","ToDateTime":"2025-12-26T06:02:19.2692936+00:00","AssetGuid":"30707f82-ec16-4198-b7c5-77bc64041533"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.2692936+00:00","ImportSource":"sample string 19","Note":"sample string 20","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.2692936+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 22","AssetGuid":"842baf23-eaf1-4e5c-9090-53f4aa1f91c3","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":24,"LabelGuid":"cbc22809-4c82-402a-b836-e805cbdf5520","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0},"Id":7,"MeterInstallationId":1,"Name":"sample string 8","FacilityId":"sample string 1","Description":"sample string 9","MeterId":"sample string 2","InstallationDate":"2025-12-26T06:02:19.2849255+00:00","Status":1,"CorporateCode":"sample string 10","MeterType":0,"PurchasePrice":"sample string 11","EstimatedAnnualUsage":1.1,"InServiceDate":"2025-12-26T06:02:19.2849255+00:00","EnergyProviderContracts":[{"$id":"43","MeterId":1,"Id":"49098931-45cc-441b-8318-83e2c4c40f4c","Meter":{"$ref":"8"},"Name":"sample string 4","ParticipantId":2,"OwnerLegalEntityId":5,"Participant":{"$ref":"6"},"OwnerLegalEntity":{"$ref":"28"},"PartnerLegalEntityId":6,"PartnerLegalEntity":{"$ref":"28"},"BuyOrSale":0,"ValidFrom":"2025-12-26T06:02:19.2849255+00:00","ValidTo":"2025-12-26T06:02:19.2849255+00:00","CancelTime":"2025-12-26T06:02:19.2849255+00:00","ExternalContractId":"sample string 9","ProductId":1,"Product":{"$ref":"30"},"Assets":[{"$ref":"31"},{"$ref":"31"}],"Signed":"2025-12-26T06:02:19.2849255+00:00"},{"$ref":"43"}],"AddressId":1,"PowerDistributionContracts":[{"$ref":"7"},{"$ref":"7"}],"ValidFrom":"2025-12-26T06:02:19.2849255+00:00","LeftDigitCount":1,"ValidTo":"2025-12-26T06:02:19.2849255+00:00","RightDigitCount":1,"DefaultTimeZoneId":"sample string 13","ConversionFactor":1.0,"ParticipantId":1,"StartValue":3.1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"AmiMeterType":0,"Address":{"$ref":"4"},"P2P":true,"SimCards":[{"$id":"44","VoltageLevel":"sample string 1","Id":10,"StorageCapacity":"sample string 2","Name":"sample string 11","NumberOfContacts":"sample string 3","Description":"sample string 12","Data":"sample string 4","InstallationDate":"2025-12-26T06:02:19.2849255+00:00","PreferredNetworksList":["sample string 1","sample string 2"],"CorporateCode":"sample string 13","ICCID":"sample string 5","PurchasePrice":"sample string 14","Installed":"2025-12-26T06:02:19.2849255+00:00","InServiceDate":"2025-12-26T06:02:19.2849255+00:00","Active":true,"AddressId":1,"PhoneCommunicationUnitId":1,"ValidFrom":"2025-12-26T06:02:19.2849255+00:00","PhoneCommunicationUnit":{"$id":"45","PhoneNumber":"sample string 1","Id":2,"SimCards":[{"$ref":"44"},{"$ref":"44"}],"MacAddress":"sample string 3","SerialNumber":"sample string 4","NetworkCarrier":1,"AssetId":5,"CloudServiceConnectionId":6,"Asset":{"$ref":"3"},"ComUnitServiceConnections":[{"$ref":"19"},{"$ref":"19"}],"AssetGuid":"e014303e-26ef-4ef5-8572-ac494b995e88"},"ValidTo":"2025-12-26T06:02:19.2849255+00:00","PhoneNumber":"sample string 8","DefaultTimeZoneId":"sample string 16","IpAddress":"sample string 9","ParticipantId":1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"Address":{"$ref":"4"},"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$ref":"32"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.2849255+00:00","ImportSource":"sample string 17","Note":"sample string 18","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.2849255+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 20","AssetGuid":"8fb07270-01e8-4560-b112-4aa0a599b3a3","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":22,"LabelGuid":"63341fec-089d-426a-a7a0-307db9313b04","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0},{"$ref":"44"}],"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"SimCardId":"sample string 5","AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"ModemImei":"sample string 6","AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"Antenna":{"$id":"46","Impedans":"sample string 1","Id":7,"EffectArea":"sample string 2","Name":"sample string 8","Placement":"sample string 3","Description":"sample string 9","Position":"sample string 4","InstallationDate":"2025-12-26T06:02:19.2849255+00:00","Documentation":"sample string 5","CorporateCode":"sample string 10","AntennaType":0,"PurchasePrice":"sample string 11","OpeningAngle":6.1,"InServiceDate":"2025-12-26T06:02:19.2849255+00:00","AddressId":1,"ValidFrom":"2025-12-26T06:02:19.2849255+00:00","ValidTo":"2025-12-26T06:02:19.2849255+00:00","DefaultTimeZoneId":"sample string 13","ParticipantId":1,"AssetActivityRecords":[{"$ref":"2"},{"$ref":"2"}],"Address":{"$ref":"4"},"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$ref":"32"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.2849255+00:00","ImportSource":"sample string 14","Note":"sample string 15","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.2849255+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 17","AssetGuid":"eca776f3-763e-4ad9-b68e-dec231f91528","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":19,"LabelGuid":"905f5510-1a6f-4280-80d3-71d965d7f102","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0},"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"AntennaId":1,"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$ref":"32"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.2849255+00:00","ImportSource":"sample string 14","Note":"sample string 15","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.2849255+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 17","AssetGuid":"4d249e6f-db9b-46e8-946b-41c657185f83","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":19,"LabelGuid":"13d6f81c-060d-4826-aa1c-8bea9527201b","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0},"Name":"sample string 4","ParticipantId":2,"OwnerLegalEntityId":5,"Participant":{"$ref":"6"},"OwnerLegalEntity":{"$ref":"28"},"PartnerLegalEntityId":6,"PartnerLegalEntity":{"$ref":"28"},"BuyOrSale":0,"ValidFrom":"2025-12-26T06:02:19.2849255+00:00","ValidTo":"2025-12-26T06:02:19.2849255+00:00","CancelTime":"2025-12-26T06:02:19.2849255+00:00","ExternalContractId":"sample string 9","ProductId":1,"Product":{"$ref":"30"},"Assets":[{"$ref":"31"},{"$ref":"31"}],"Signed":"2025-12-26T06:02:19.2849255+00:00"},{"$ref":"7"}],"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"ElectronicAddress":{"$ref":"18"},"Assets":[{"$ref":"3"},{"$ref":"3"}],"Schedules":[{"$id":"47","Id":1,"ExecutionTimeUTC":"2025-12-26T06:02:19.300551+00:00","TimeZone":"sample string 2","LastExecutedTimeUTC":"2025-12-26T06:02:19.300551+00:00","RepeatDayTue":true,"RepeatStartTimeUTC":"00:00:00.1234567","RepeatEndTimeUTC":"00:00:00.1234567","RepeatEveryWeekdayInMonth":"sample string 3","RepeatSeconds":1,"RepeatDayMon":true,"RepeatDayWed":true,"RepeatDayThu":true,"RepeatDayFri":true,"RepeatDaySat":true,"RepeatDaySun":true,"RepeatEveryXDay":1,"RepeatEveryXMonth":1,"RepeatEveryWeekdayNoInMonth":1,"RepeatEveryXYear":1,"EndNoOfOccurences":1,"RepeatExactDateTimeUTC":"2025-12-26T06:02:19.300551+00:00","EndDateTimeUTC":"2025-12-26T06:02:19.300551+00:00","RepeatTimeUTC":"00:00:00.1234567","NoOfOccurences":1,"Status":0,"ParticipantId":4,"Participant":{"$ref":"6"}},{"$ref":"47"}],"UserGroups":[{"$ref":"21"},{"$ref":"21"}],"LegalEntityId":1,"LegalEntity":{"$ref":"28"},"GridOwnerCode":"sample string 4","AddressId":1,"InvoiceAddressId":1,"OrganizationNumber":"sample string 5","Address":{"$ref":"4"},"InvoiceAddress":{"$ref":"4"},"ShortName":"sample string 6"},"Address":{"$ref":"4"},"ElectronicAddress":{"$ref":"18"},"ElectronicAddressId":1,"GlobalLocationNumber":"sample string 9"},{"$ref":"5"}],"Assets":[{"$ref":"3"},{"$ref":"3"}],"Participant":{"$ref":"6"},"CoAddress":"sample string 9","ExtraAddress":"sample string 10","Country":"sample string 11","StateOrProvince":"sample string 12","StateOrProvinceId":"sample string 13","Postbox":"sample string 14"},"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$ref":"32"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.300551+00:00","ImportSource":"sample string 8","Note":"sample string 9","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.300551+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 11","AssetGuid":"f9db1307-d6c5-419a-b89b-293d37613499","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":13,"LabelGuid":"bf0b8e11-91ba-4124-854c-f218d5471ef6","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0},"Documents":[{"$id":"48","Id":1,"Content":"QEA=","AssetActivityRecordId":2,"FileName":"sample string 3","FileExtension":"sample string 4","Description":"sample string 5","AssetActivityRecord":{"$ref":"2"}},{"$ref":"48"}],"AssetGuid":"9eebec22-34a6-487b-aaf0-01de5550c732"},{"$ref":"2"}],"Address":{"$ref":"4"},"AssetOwners":[{"$ref":"11"},{"$ref":"11"}],"AssetRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetParentRelationships":[{"$ref":"12"},{"$ref":"12"}],"AssetTimeSeries":[{"$ref":"13"},{"$ref":"13"}],"CommunicationUnits":[],"Participant":{"$ref":"6"},"Location":{"$ref":"32"},"AssetWorkFlow":[{"$ref":"14"},{"$ref":"14"}],"AlarmHandlings":[{"$ref":"16"},{"$ref":"16"}],"Categories":[{"$ref":"33"},{"$ref":"33"}],"AssetModelId":1,"AssetModel":{"$ref":"34"},"CreatedTime":"2025-12-26T06:02:19.300551+00:00","ImportSource":"sample string 8","Note":"sample string 9","Configurations":[],"ModifiedTime":"2025-12-26T06:02:19.300551+00:00","AssetCalculations":[{"$ref":"36"},{"$ref":"36"}],"CoordinateModified":true,"SerialNumber":"sample string 11","AssetGuid":"eb9b698d-181c-4e66-8a52-0311d36dcbd6","Contracts":[{"$ref":"38"},{"$ref":"38"}],"Resource":null,"AssetSubContracts":[{"$ref":"39"},{"$ref":"39"}],"SDBMHash":13,"LabelGuid":"a6ec3519-d8d2-4f4b-9b49-8cd09c1d750a","ExternalKeys":[{"$ref":"40"},{"$ref":"40"}],"EntityState":0}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.