POST Properties
Creates a new property.
Request Information
URI Parameters
None.
Body Parameters
Property to be created. PropertyId should not be filled in.
Property| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| PropertyType | PropertyType |
None. |
|
| IsValid | boolean |
None. |
|
| IsValidMessage | string |
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:
{
"PropertyId": "80af9372-6335-4398-9ef7-c5a0e5eee41c",
"Asset": {
"AssetId": "1eb2455b-df1b-4f2a-9715-5bae5e707c0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ccc03a98-df7d-42b7-8d96-e26bb7102a7f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "28aed2c5-90dd-43bd-866b-e345a0825640",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "93120381-65f1-4a17-8ed5-e1b4af71abc1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "777380ec-bd98-496d-b6e1-43a4a58066a9",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2ac65b68-2e46-4c72-ab81-509fcc8196b1",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "c116ed2e-61a1-417b-a44b-956f351ee9fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ccc03a98-df7d-42b7-8d96-e26bb7102a7f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "28aed2c5-90dd-43bd-866b-e345a0825640",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d1ba2f66-331a-405e-9ce1-784350776da8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d25e58c2-1514-4c58-8ac0-905938494f8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d64269c8-1612-4369-92cd-08e70268e612",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "574c374c-c645-4bbb-8c6e-ae67f432d86b",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "945ad53a-eca0-4cff-816e-9863af2d6530",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the created property.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Property |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyId": "d2574d21-ece3-4fd0-a2ef-72f49f1cdf5d",
"Asset": {
"AssetId": "55c24ecd-5802-4da0-8f59-889dfe7dcde1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b2e62aee-4c89-450d-9075-49b836266317",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "62728453-b6ce-48d4-9abf-883237263402",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b38dc868-7842-40a5-b4c1-df39137ba5b1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8858c1f4-3178-4af5-886a-d0fabfb4b638",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:43.5821316-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b858b044-3d59-4003-8951-96e200f55ebc",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "13547ae2-c712-4c96-8dfe-ba07f3d18b4d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b2e62aee-4c89-450d-9075-49b836266317",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "62728453-b6ce-48d4-9abf-883237263402",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "08340b25-d7e6-47cf-9740-37c30ae9b879",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "912277f4-7682-483a-9df1-d3c0955e6068",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "599626b6-61d7-45e6-bac5-b6ba3b4b3818",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "6d63736b-3fb5-436d-aad7-356fc40c752f",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "26e3b0e9-2603-4a6d-948d-ad3784daa489",
"CreateDate": "2026-08-23T08:28:43.5821316-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:43.5821316-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}