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": "e0a92695-67df-4761-8922-973458828638",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "217d6b8b-7f2f-489e-8f3f-54fdd46029b6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f872ea64-f783-4f3b-93cc-4b69298572d7",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "0116be69-e24c-4b20-a9a5-4bc57ba0fd7f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4cfd8f66-21c4-4910-aaa8-ebb86404357d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8d2977f0-4b4b-4b09-8d62-610ae9cece28",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7753d938-33c7-425c-8895-7e951b838b9d",
"FieldId": "d24318d6-250b-4d7e-ad14-887ea829f777",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7753d938-33c7-425c-8895-7e951b838b9d",
"FieldId": "d24318d6-250b-4d7e-ad14-887ea829f777",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "225f9a88-2f4d-4c23-96c3-78b9b25b455c",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-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": "6835af5b-cde5-4766-b6c5-2c7a2bf83d9e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "49a51374-e73b-4543-95eb-bb361f2fc0fd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1d6d75db-aee2-4809-ad79-c07019b4251a",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "59ca62a9-44b8-419b-9575-43f8a852b304",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "03597173-c3ee-4f13-8065-9e930b96be68",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0f35201-37b1-42ec-8be6-ba3e19fd2f9a",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a9594767-f8a3-4a29-9b4a-833b1bdd9b50",
"FieldId": "e890d31f-3472-401e-be7a-d88d5792da5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a9594767-f8a3-4a29-9b4a-833b1bdd9b50",
"FieldId": "e890d31f-3472-401e-be7a-d88d5792da5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "35c7e1b3-7b29-4f1c-a443-fd83c70db7e3",
"CreateDate": "2025-12-01T15:12:47.0927653-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:12:47.0927653-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}