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": "3dbc467c-3c64-476f-8e8c-61aa069f8c46",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "547def3a-acd3-4314-8d52-219431620067",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "47ff209a-b7fa-4e0c-a4a8-387c569274a6",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7e574b4b-3b8f-414d-b365-e974f1645df7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6849b232-4477-481e-b7f7-0920e56c1575",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9d7a9f5a-79e5-4f29-8fdc-abc66aecc416",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f5458704-4301-4b37-8f27-41cec9dff0bb",
"FieldId": "a7e11e4a-a62d-4545-b5d6-22d74d1e9389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f5458704-4301-4b37-8f27-41cec9dff0bb",
"FieldId": "a7e11e4a-a62d-4545-b5d6-22d74d1e9389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e0de430f-c203-4713-8216-d862c57be1cd",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-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": "8d721636-0c51-479d-a6dd-cdef7cdd43a5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8e33486b-2aca-4adb-9939-485dad7a73f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fe6d9bc6-df5b-4e6c-9611-80cbd75568ab",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "824c021e-cc21-40b2-9482-cff5d4bdedf9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e930b3b8-e1c6-4245-b51c-989b3e576c38",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "58ba3b89-47fd-42bf-ba93-8a97dc07500e",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c1fdde5d-9050-48eb-b8fd-743c07cb1aca",
"FieldId": "b00c4e96-1593-44e3-9966-892fc7d8fa9f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c1fdde5d-9050-48eb-b8fd-743c07cb1aca",
"FieldId": "b00c4e96-1593-44e3-9966-892fc7d8fa9f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "974cd78e-bb66-475f-ac2d-942cc74d1602",
"CreateDate": "2025-12-10T05:01:37.4891429-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:37.4891429-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}