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": "4b225926-f8d5-4e04-91cf-55a5fd5c4ec6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "04cf00d9-53d5-4cf2-9db8-e90505dc920f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cc10a43f-c321-474a-9d36-6ad6345aa9ae",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "da80eeed-8b53-4de8-83d1-62365ee3120e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f8c57b12-4409-42a3-ab35-42409ec21ead",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "766ab2aa-4fed-4797-a36a-41cde9d0c12a",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a07e2a05-736c-4d28-8bd3-f5308321536f",
"FieldId": "4a484f43-675d-4eb5-9802-3dc138e223e0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a07e2a05-736c-4d28-8bd3-f5308321536f",
"FieldId": "4a484f43-675d-4eb5-9802-3dc138e223e0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "6693b120-ee4e-4944-a45c-ccc617d0cad0",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-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": "2e438414-319f-4502-ae76-0dd754c89d19",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "34beac51-d7cb-4547-9d9e-7f34fab9ff56",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1f694bff-6707-4199-96eb-c603b62c19b8",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3bd3c6d1-f04a-4ec8-bc72-120019be9d66",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "236a58ce-1924-4c24-bdf1-5ee9b0172a11",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3de7f830-5fff-4670-b261-d2eda699e512",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "be710175-c35e-4a17-a941-6dc9b88aaab3",
"FieldId": "7eac5f9f-945b-4481-802f-83040e3211c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "be710175-c35e-4a17-a941-6dc9b88aaab3",
"FieldId": "7eac5f9f-945b-4481-802f-83040e3211c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b68d9efc-3577-46bc-9551-a365b5ebea1e",
"CreateDate": "2026-02-12T00:07:56.3012091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T00:07:56.3012091-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}