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": "53abad06-2900-464c-b28d-890f4e9efcdb",
"Asset": {
"AssetId": "0e8631de-ba5c-4dd9-a62c-8311580f7fb1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7be68c4d-a9ba-4549-bcb9-d4ccb8f1d87b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "28016662-24ef-4467-8e7d-15de203dc31b",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e10b15b7-73e9-480c-99ba-cef140023902",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"MeasurementValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6fe9db1c-cabe-4522-8b56-5f30a05ea87a",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"MeasurementValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "58dee8b1-04b5-4c3a-a2d3-543fbda144df",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "67727059-2f56-477a-87cc-cf49f4263ec9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "db40192d-ed89-4c8b-aac2-f949fdceca9c",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-15T03:59:54.3096375-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1bbf6dd3-d843-4982-a82a-c8a73cef0443",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07: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": "77de0752-8b93-4339-874f-b6eb4f5d2183",
"Asset": {
"AssetId": "c082051d-47d0-4f7e-9e45-6f4c7bc6fea0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "17ed6970-c90a-43d3-86aa-1f5a2ba6e755",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "302e312d-f6fc-4b46-a3bc-b82e59f9be97",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "15ed9b5f-8b7f-47b8-ab47-5dc8a6718052",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"MeasurementValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d99fcf25-ae56-496d-9d88-ec4ed6ac4627",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"MeasurementValueNeededDate": "2026-08-15T03:59:54.3096375-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0e43acc6-ff30-4611-9a3f-bcc9f166c2f9",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "f534b4cf-9cf0-4943-a814-41456365d0eb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9d67bd29-3cca-42d0-a89c-069f4024dcfb",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-15T03:59:54.3096375-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8a8f5cb3-66e9-4ac8-8294-260c69415102",
"CreateDate": "2026-08-15T03:59:54.3096375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-15T03:59:54.3096375-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}