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": "9edaa059-c8e1-4faf-a830-86a8c3383d8b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5d10800b-c47c-4c84-aa70-bd00537b7faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "291a940e-fc43-4516-abb1-21e5d889d73b",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8c7e6c50-e491-4bbd-95ee-ad8158c19ed4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f6c9b620-12ef-4941-8906-1025fb91e5e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e44b8a32-5f62-4fee-94c8-3e1e4867cbe2",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "04fbb6f2-ccd3-43f3-a5ae-a17ac6b92131",
"FieldId": "fc18b6f6-2105-468f-b743-6498e80940d6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "04fbb6f2-ccd3-43f3-a5ae-a17ac6b92131",
"FieldId": "fc18b6f6-2105-468f-b743-6498e80940d6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "3845dccd-0ee1-4b2a-ab4c-de4644ef17d0",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08: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": "b66b73b4-e200-4b2a-a5dd-a13cb37aa9ea",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bf2d1a93-9ee8-4ed8-b748-41d6236e2bda",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5a9642d6-5afa-4ef6-9e06-2e9ae59e4435",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "727d97e5-44a2-4e34-b43d-dc77f6b91411",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "277e5d66-842d-47e3-812a-599de23afaa5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e096f3f0-8444-494e-9e75-4aeacd860872",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a27e5228-d5cc-49e7-8aa3-f50a76a8cab9",
"FieldId": "50e2847e-7ebd-4fd8-97b6-d26cf6578745",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a27e5228-d5cc-49e7-8aa3-f50a76a8cab9",
"FieldId": "50e2847e-7ebd-4fd8-97b6-d26cf6578745",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5a9c93a5-8801-4d70-9b90-2393fb4b261d",
"CreateDate": "2026-03-04T00:44:00.4186971-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T00:44:00.4186971-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}