POST PropertyTypes
Creates a new property type.
Request Information
URI Parameters
None.
Body Parameters
Property type to create. PropertyTypeId should not be filled in.
PropertyTypeName | 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": "c6885a2e-35cb-4cf3-8588-11ba110ac088", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "5a8e9823-03fc-41bd-a37a-3a007110af81", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e39e9f64-1a89-4cb4-b3be-48f7cbab79c4", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "06b51ba1-3fe7-4bde-8d8d-cbcc158bb663", "Name": "sample string 1" }, "Unit": { "UnitId": "0bd7e501-d61a-4878-9568-b08f8471cef4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "5a638cef-db7d-426d-bf7a-1cf7eb21cac0", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "99c31ddc-33e8-480f-a908-f2750067e71b", "FieldId": "58844d69-e06b-43e8-9b5b-1dc73058bf1b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "99c31ddc-33e8-480f-a908-f2750067e71b", "FieldId": "58844d69-e06b-43e8-9b5b-1dc73058bf1b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "72752538-dd41-4da4-8ae6-42538d64d192", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 7" }
Response Information
Resource Description
On success, the created 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": "1bc00c7c-1da8-43c9-b689-d2bc3489da73", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "f263a9c1-19c6-4a67-9198-b6d50db50fa7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8f8a60d9-4cf6-401f-aeb9-b65257c98249", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1c1c5922-d8ef-4f5a-90ce-9bb0ca3ed436", "Name": "sample string 1" }, "Unit": { "UnitId": "805019d4-85cf-4c52-9257-be10e91d9c61", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "fa130495-cf22-414b-bd80-bb41196f63db", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "fbdf429b-ef4d-4f97-9d78-e59e38ed2c34", "FieldId": "4169f9f9-fe83-47b5-8719-45c76f9527ca", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "fbdf429b-ef4d-4f97-9d78-e59e38ed2c34", "FieldId": "4169f9f9-fe83-47b5-8719-45c76f9527ca", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "5e5cfd25-cdca-4328-ab4e-93787663bd5f", "CreateDate": "2025-04-03T15:15:35.1647945-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:15:35.1647945-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }