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": "abb485fe-79b2-4089-b0b6-10acadfba286",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b17a7c66-c584-4de4-b830-f8bf55f2a626",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0f20afcf-08ca-478c-8c08-0529c5211841",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "09c98f27-9420-4082-8bd2-3d536a40b5ff",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6d599a2e-5269-4b06-bf73-2be58124d222",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "791f6bd9-669e-44f3-81c4-de30eb225c3b",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e6d7c07e-79d0-486d-b83d-7a462d206a24",
"FieldId": "7db744dd-7db8-4d21-9004-fef491155796",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e6d7c07e-79d0-486d-b83d-7a462d206a24",
"FieldId": "7db744dd-7db8-4d21-9004-fef491155796",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "1c6a8d66-7858-4c1e-a186-bf581e5d0362",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-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": "65327d0d-85f9-44a9-ad09-75d2864c71f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "68f7c523-8109-463c-8ae7-e7a0fda734de",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5b3204b9-c058-495e-99b1-28628ebcdcb2",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "56a6ea26-9484-4b3c-bd85-450a14190e2d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fd447413-889d-439d-a732-0788e1663938",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3fb4d63e-80f7-47f5-b2b5-10a6606c4153",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2429dbcb-941c-453c-9190-724baed2dd95",
"FieldId": "d2b636ee-0766-465f-9d52-976a227ce13d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2429dbcb-941c-453c-9190-724baed2dd95",
"FieldId": "d2b636ee-0766-465f-9d52-976a227ce13d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5394648b-d23b-4c3f-9082-c54209034922",
"CreateDate": "2026-01-22T20:08:44.0454001-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:44.0454001-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}