POST Notes
Creates a new note.
Request Information
URI Parameters
None.
Body Parameters
The note to create. NoteId should not be filled in.
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| NoteCategory | NoteCategory |
None. |
|
| EffectiveDate | date |
None. |
|
| NoteHTML | 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:
{
"NoteId": "c743d724-e399-432a-b096-9712c3dd2f22",
"Asset": {
"AssetId": "88911831-9df0-4549-987b-fcee52b6d3b6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "587e1ee9-8d94-4885-916b-89e34362eace",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0830028-2027-4579-8817-8a12a1536d8a",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a2b96d77-34a7-4429-8e85-a87223e53632",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "95326d51-2ef5-4aa0-8767-bb75ca770518",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ba091d49-63d4-4c21-b631-f15e1b73febc",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "05fed2ea-f237-48d6-866f-2d07c8c668c9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d385cb55-b0ba-440c-9440-7cbbbbf4b18a",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-22T20:08:34.9043633-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7a3998d1-d49d-4fdd-bebd-0d61aec386f8",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the created note.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Note |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"NoteId": "e012d0d5-c82c-420d-ab3f-e99b0a18c85e",
"Asset": {
"AssetId": "21e70d07-e2dd-46df-af19-dc73d939e17d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "eb796e13-0ade-4d7b-ba8a-ddc624133ecd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c42b20ca-2423-4e5c-9a8c-a5d80afc62d0",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ef74d557-fef1-480a-ad57-42fb4bc9e41d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a3534b31-59d1-45bf-a1ea-e5bf59f7d0cf",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:08:34.9043633-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6b2e8bec-3a03-4abb-9576-7a815e0c39a9",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "365c450a-ec5c-4ea9-a881-85f29d7773fa",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b3298b1c-a87a-477e-8dbf-9eb184a05560",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-22T20:08:34.9043633-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "73c42990-5baf-4ba6-90bf-289be14d87dd",
"CreateDate": "2026-01-22T20:08:34.9043633-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:34.9043633-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}