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": "7d5b88cd-b040-40af-896f-7582bdd1f24a",
"Asset": {
"AssetId": "ee01ebd1-a03b-4f17-8190-60c95c6134f6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0729c448-0cc5-442e-91c5-656f153518bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a679ee91-bf92-42f0-95e1-93913c6cb2ea",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "af2d5a9a-7561-4b33-9e70-2a11abd3f9e0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2142d95c-8d66-45dd-b0be-1f6fc68b9113",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "00a603b9-3290-4448-acc1-1aa2c7c79cca",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "776a40ef-7984-4739-889d-a71874025577",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0729c448-0cc5-442e-91c5-656f153518bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a679ee91-bf92-42f0-95e1-93913c6cb2ea",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f3ff9d73-b0b7-4b87-9fb2-56f11f1a16f0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f59d2f14-3716-475a-add7-074c4f6d52fc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2c496d54-3af9-4a92-879b-870dbb6b8152",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-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": "ba41cebb-eaaa-4d2b-b128-c29e70a6ef7f",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "16643a86-1073-4f39-8042-551d2f7fa37e",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-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": "1ff91cc9-c507-484a-9ce4-fdcb7d90122a",
"Asset": {
"AssetId": "67f4f34f-293a-4069-a88a-ad391798421b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e82fd908-7c71-4257-9bf5-da9f38643315",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3ff8e0bf-bece-438a-b811-dd8bea6e84be",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "93b792bf-44e0-48f9-9ff5-49251a4e72b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6f3077dd-4c3f-4d1f-b938-2d82ec17c424",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:36.9582185-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d6826440-2319-4b6d-8324-8998a3bdb3d2",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "3c91d49c-a4ad-49be-8f7f-ade574fe2aca",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e82fd908-7c71-4257-9bf5-da9f38643315",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3ff8e0bf-bece-438a-b811-dd8bea6e84be",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c6bf10a6-275f-487f-bd9d-637dfe5bde76",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9258455d-6049-4843-a120-20c42efe137d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c5dc7ec6-1aef-4ed5-97aa-9a4f36039c70",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-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": "54e7e1f3-5f10-49b1-b6fd-72c696949394",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "380e0553-f368-46f9-989a-bc8620cdc8f9",
"CreateDate": "2026-02-05T17:03:36.9582185-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:36.9582185-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}