PUT PropertyTypes
Updates the given property type.
Request Information
URI Parameters
None.
Body Parameters
Property type to update
PropertyType| Name | Description | Type | Additional information | 
|---|---|---|---|
| PropertyTypeId | globally unique identifier | None. | |
| Name | string | None. | |
| Description | string | None. | |
| AssetType | AssetType | None. | |
| DataType | DataType | None. | |
| Unit | Unit | None. | |
| MinValue | decimal number | None. | |
| MaxValue | decimal number | None. | |
| MinLength | integer | None. | |
| MaxLength | integer | None. | |
| HasValidValues | boolean | None. | |
| ValidValues | Collection of ValidValue | None. | |
| SourceSystemId | string | None. | |
| CompanyId | globally unique identifier | None. | |
| CreateDate | date | None. | |
| CreateUser | string | None. | |
| LastModifiedDate | date | None. | |
| LastModifiedUser | string | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "PropertyTypeId": "8137906d-ef53-4919-86e3-9a0900a4596d",
  "Name": "sample string 1",
  "Description": "sample string 2",
  "AssetType": {
    "AssetTypeId": "b9f58ec1-0ad6-4c85-9be8-e00bb971cd79",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayColor": "sample string 3",
    "SourceSystemId": "sample string 4",
    "CompanyId": "11af0998-342b-47bd-bac3-0b53558cbc4f",
    "CreateDate": "2025-10-31T00:31:04.9519819-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2025-10-31T00:31:04.9519819-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "DataType": {
    "DataTypeId": "3ab11269-5a14-4360-b9ff-9c35ca471a3e",
    "Name": "sample string 1"
  },
  "Unit": {
    "UnitId": "27c149f2-b9f5-47ba-b260-b547627bde61",
    "Code": "sample string 1",
    "Description": "sample string 2",
    "SourceSystemId": "sample string 3",
    "CompanyId": "97ee1757-17f6-4b8d-aa00-b9c2d357eb4b",
    "CreateDate": "2025-10-31T00:31:04.9676067-07:00",
    "CreateUser": "sample string 5",
    "LastModifiedDate": "2025-10-31T00:31:04.9676067-07:00",
    "LastModifiedUser": "sample string 6"
  },
  "MinValue": 1.0,
  "MaxValue": 1.0,
  "MinLength": 1,
  "MaxLength": 1,
  "HasValidValues": true,
  "ValidValues": [
    {
      "ValidValueId": "f415f0d4-08c5-4b0e-860f-acd7e7186d6a",
      "FieldId": "5852ce26-fd06-4bf4-ac16-d67f4087ee72",
      "FieldName": "sample string 1",
      "FieldLabel": "sample string 2",
      "ValueText": "sample string 3",
      "LabelText": "sample string 4"
    },
    {
      "ValidValueId": "f415f0d4-08c5-4b0e-860f-acd7e7186d6a",
      "FieldId": "5852ce26-fd06-4bf4-ac16-d67f4087ee72",
      "FieldName": "sample string 1",
      "FieldLabel": "sample string 2",
      "ValueText": "sample string 3",
      "LabelText": "sample string 4"
    }
  ],
  "SourceSystemId": "sample string 4",
  "CompanyId": "2d7a1437-24cb-4a36-ab8a-73357fad9bed",
  "CreateDate": "2025-10-31T00:31:04.9676067-07:00",
  "CreateUser": "sample string 6",
  "LastModifiedDate": "2025-10-31T00:31:04.9676067-07:00",
  "LastModifiedUser": "sample string 7"
}
        Response Information
Resource Description
On success, the updated property type.
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | PropertyType | None. | |
| Total | integer | None. | |
| Message | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Data": {
    "PropertyTypeId": "de2c1c0c-4de5-43fe-a6aa-74a58d094f2b",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "AssetType": {
      "AssetTypeId": "ebc2a4c9-e487-4916-ab14-d47c93c551be",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "d86bb2a7-4a81-405f-ab62-e0bd66547419",
      "CreateDate": "2025-10-31T00:31:04.9676067-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T00:31:04.9676067-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "DataType": {
      "DataTypeId": "fc1bf171-73f4-455d-bd8a-ffd07c81f7cc",
      "Name": "sample string 1"
    },
    "Unit": {
      "UnitId": "2684d3e7-5d49-4527-b5c2-a8546acd6aa5",
      "Code": "sample string 1",
      "Description": "sample string 2",
      "SourceSystemId": "sample string 3",
      "CompanyId": "329cf7d5-b27e-4078-8d79-2964b9c54986",
      "CreateDate": "2025-10-31T00:31:04.9676067-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T00:31:04.9676067-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "MinValue": 1.0,
    "MaxValue": 1.0,
    "MinLength": 1,
    "MaxLength": 1,
    "HasValidValues": true,
    "ValidValues": [
      {
        "ValidValueId": "45ff5421-b066-4052-b867-02b9154d0d5d",
        "FieldId": "82c01891-0e38-4f2a-92e0-7102ac3394f3",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      },
      {
        "ValidValueId": "45ff5421-b066-4052-b867-02b9154d0d5d",
        "FieldId": "82c01891-0e38-4f2a-92e0-7102ac3394f3",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      }
    ],
    "SourceSystemId": "sample string 4",
    "CompanyId": "5d25da59-307e-4ccc-b0e2-66c5e259def8",
    "CreateDate": "2025-10-31T00:31:04.9676067-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2025-10-31T00:31:04.9676067-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "Total": 1,
  "Message": "sample string 1"
}