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": "fde6f8b6-3fbd-491e-abb0-18b88a487a97",
"Asset": {
"AssetId": "ebeef50d-996a-48f6-824c-b648c0c60641",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f9e9fc3a-ecbe-42f2-b638-2573016555c8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a990cbd3-168e-4e4c-b2c6-78184f3d7c37",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9c004886-a46d-4e18-8e5b-4eff18d0d400",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"MeasurementValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8b6f0e33-b022-4455-ab74-d18462fa9520",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"MeasurementValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7bc82382-c7bc-4a87-8bc2-658ea0c3d69e",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "5307e96c-2e4d-4a1c-bfc7-889525c1a013",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9e9fc3a-ecbe-42f2-b638-2573016555c8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a990cbd3-168e-4e4c-b2c6-78184f3d7c37",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "90244d3f-23f0-4129-a079-18d0f6097c83",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "173d8cca-bed9-4f98-977c-f42fbc4e58f2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "130e78a0-849f-48c2-bfcb-27939fcdb944",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-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": "2d15d46b-52a5-4fcd-aa4f-318dd877bb6f",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4a89c1a3-9bf2-4adc-9085-3ebac7ab30c4",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-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": "fc6aba97-a9ed-4437-8c86-ec298f6b81fe",
"Asset": {
"AssetId": "bce9cc5d-6daa-438d-af64-77b28f24b475",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "178b7e63-0428-4cf1-ab21-e2ba4a464cfc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd2dd440-7f7c-4fb4-b1cf-5b104f54acbe",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ed29eab-631c-40d8-bf8d-d529e6d5c5a5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"MeasurementValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8171b5b7-5151-4cc1-9319-4509042a9805",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"MeasurementValueNeededDate": "2026-05-13T14:05:38.3774688-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8e3c6eca-85b2-4a77-8a70-9137efffca94",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "60fdc369-433c-4910-98a0-4c9c5447a241",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "178b7e63-0428-4cf1-ab21-e2ba4a464cfc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd2dd440-7f7c-4fb4-b1cf-5b104f54acbe",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "90e3f854-5130-43af-ae63-d9e7402977f0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "dc917d24-22b8-4dad-87aa-b6bc76bd4fda",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e94092e1-561c-41cc-833a-f78e79a761f3",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-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": "a958985d-d835-4ca2-885d-3952a37d2954",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "50091d8d-fada-4673-a321-d8c6ca2e933f",
"CreateDate": "2026-05-13T14:05:38.3774688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T14:05:38.3774688-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}