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": "a3b82106-1cd1-4840-b800-fc9593f01035",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1f296472-61d8-40d5-8024-ea25a66cf24a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5660f074-9d9f-4f4b-a7ad-1533e0555fc1",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e463d8e4-eae0-47e8-916a-de9f083ba998",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "19b23b4a-3749-461e-a882-0bdb2819fcbd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9e0922d9-1a83-4555-8be9-4b9bac5754b7",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4ffcdb2b-b877-422a-9c00-3ec379b55111",
"FieldId": "9fd6a6ca-1fc1-4ed6-9a59-94f071511159",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4ffcdb2b-b877-422a-9c00-3ec379b55111",
"FieldId": "9fd6a6ca-1fc1-4ed6-9a59-94f071511159",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "8e54dae5-59e7-4015-be63-b3e003d922d6",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-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": "49780ca2-7874-460a-8359-4a73755bd883",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d9cb775a-4fa2-404e-af0a-d693da5ecab0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "40a69f95-0777-4c4d-889a-68d066f6527e",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f4cf0302-db9c-429f-95c1-29b0cfbf0189",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ac52e4eb-3085-42fa-bba6-fb1d7bdd1364",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6c4e6311-f361-4f32-821d-881bc05c4f6f",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6ba652f0-4938-44a5-98ae-41930de11078",
"FieldId": "d46b2e74-ceb0-44cf-a9cf-a158c286b249",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6ba652f0-4938-44a5-98ae-41930de11078",
"FieldId": "d46b2e74-ceb0-44cf-a9cf-a158c286b249",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "cda9b759-3c7a-4473-917d-db3c766a6b59",
"CreateDate": "2026-05-20T09:05:07.3612143-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T09:05:07.3612143-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}