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 string |
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": "db030039-4a59-49df-90e4-4301ce735206",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "15e279bb-fc83-4aca-b370-4884ac0aa32f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "539130e9-663b-43a0-9ae2-79f0f2e660ab",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "99cd1b42-4295-41d7-be31-c45c9929dd96",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5fe8f313-7fbb-436a-af09-e2e9c0ada18b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a2e4bbf-9d4e-4ad3-8195-90a0bfd7f8d9",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "bbf65a36-871a-4b52-934d-9bb8e6154d9e",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-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": "7e0fefd9-c96c-455d-85a7-cfce98d55b29",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d15ae76a-ee9c-4b33-b489-456a97d6993f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f291cd3-0ac7-468a-8c25-bc6cfddbf9d7",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7c8c4544-200b-45c6-a997-031696b1c938",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6a1db8b9-8df4-4a48-9f94-11402b2c105f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f365ecce-398a-414b-b517-6edb16286599",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "d448acf9-c6bb-446d-ae49-48483aa730c4",
"CreateDate": "2026-08-03T02:25:00.9080321-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:25:00.9080321-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}