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": "fba3dde6-2873-4b2e-a713-744b56ac3faa",
"Asset": {
"AssetId": "3295a672-8428-4694-bd3b-981ac4b24d95",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1997ddfd-23b8-438e-93cc-127f76ce9e4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "55e6c706-ead4-4edf-a69f-4fa7352b930a",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "21cac1c5-e373-4ba7-bc05-f1b26ba21c42",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-23T06:23:12.7169479-07:00",
"MeasurementValueNeededDate": "2026-06-23T06:23:12.7169479-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ce7a3ed8-32d8-403a-bac9-d05bb95b261a",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-23T06:23:12.7169479-07:00",
"MeasurementValueNeededDate": "2026-06-23T06:23:12.7169479-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cdc2d614-a209-41b5-9b60-78c59378ed80",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "d415b394-e2ef-43d0-9b24-208bbdab9692",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1997ddfd-23b8-438e-93cc-127f76ce9e4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "55e6c706-ead4-4edf-a69f-4fa7352b930a",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ff401709-ebc9-490c-921f-98099414ec17",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9d22e7e1-6e0e-48c8-bd52-e98a0c6ac2f1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b95d9f23-4327-4289-9bc0-c719b7a4b5c0",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-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": "d7ebf124-9fee-4a76-9f74-e07a35ad0a4d",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "55b22e50-44e8-4f76-b0f7-af45021f9fc5",
"CreateDate": "2026-06-23T06:23:12.7169479-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7169479-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": "cabc0b49-f629-41e1-ade6-5c4a34396bf7",
"Asset": {
"AssetId": "f49965d0-dd2d-4064-8dd2-d181d3c84eec",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d86cc025-1cf2-40cf-ad01-768dcf8f52e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e025942a-806e-480b-8666-b0bd624118ad",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b23781b3-707a-4140-a2b4-e954b0f1a260",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-23T06:23:12.7325653-07:00",
"MeasurementValueNeededDate": "2026-06-23T06:23:12.7325653-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "09d3d917-985f-45b8-b9ef-901eb0a98677",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-23T06:23:12.7325653-07:00",
"MeasurementValueNeededDate": "2026-06-23T06:23:12.7325653-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5c0f3b7e-8aef-48e5-b451-3bd1aecf6811",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "4f602f04-c769-4618-877e-e26fdc32e6af",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d86cc025-1cf2-40cf-ad01-768dcf8f52e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e025942a-806e-480b-8666-b0bd624118ad",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "de51579b-25b0-4e6e-84a2-60022faac2bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cc98d83e-ad4f-456e-9e52-63a40080b793",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "514dc8a9-ca69-45d6-a447-ef611292c5ae",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-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": "8dafc3bf-15be-4ed5-ae9c-ee2b8c36fa10",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4d03a7e5-a35a-4267-a54e-0fde643df052",
"CreateDate": "2026-06-23T06:23:12.7325653-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T06:23:12.7325653-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}