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": "8e9957eb-2a81-493a-a025-f662332948e4",
"Asset": {
"AssetId": "72c87d15-b777-4640-b0be-1647772c466b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "63d6c60e-a7a4-4862-b32a-4b5e6a84f94f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2eac4e22-1290-451b-bdcc-7e83502f38ae",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e2135914-9fe2-4958-9f76-4b84577bf818",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "422d61b1-6208-45ad-91b9-48c444089f84",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cb3718a8-1638-482d-bd46-b044ca9bbc1a",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "e4777bed-031f-4430-bff7-8345a300f068",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "63d6c60e-a7a4-4862-b32a-4b5e6a84f94f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2eac4e22-1290-451b-bdcc-7e83502f38ae",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "23faf5db-f71c-42e1-8bad-5a8a30c57a0d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20eddd5e-cca7-438f-b3c3-90cff3ad3803",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "786990e4-557f-47be-9ba3-10af2116663e",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08: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": "8eb7e555-24a8-4251-9f55-c030575a9094",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4502a92d-60df-432a-b2a9-4f8638bb074a",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08: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": "64b2c2db-1ede-42ee-85e4-2225d63cb65c",
"Asset": {
"AssetId": "845d2865-46d1-4a08-9e1a-7d4e66f44dda",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3f5f1595-47f5-459d-9bf9-a438371bb3ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "61a37541-dfc3-4f02-8a7c-ac508b2a445c",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "38319196-a4a8-4c47-99d0-831252f9ba0f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "aad5c92c-3852-4675-8caf-31f3fb3ab797",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:20:39.0963989-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e10ac53f-afae-4637-af90-a5773fb1b8b8",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "7975d25a-407d-4add-a09a-79edbf1cc161",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3f5f1595-47f5-459d-9bf9-a438371bb3ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "61a37541-dfc3-4f02-8a7c-ac508b2a445c",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5afba9e1-64da-4676-89d5-5ba95a82713b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7a376c9c-fe38-454b-a74e-cf311be7bb8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ae563fa7-a3ef-4f78-9ff6-16d785e191d9",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08: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": "8afc1dea-417c-40b7-bb70-603073d69e8b",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8a700d5f-e6e7-4df7-8c53-87ada5a2425f",
"CreateDate": "2026-02-03T04:20:39.0963989-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:20:39.0963989-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}