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": "208c1c39-ec60-4da6-b3f5-89793b640937",
"Asset": {
"AssetId": "ca1e9cfb-5926-4840-9f42-97b0e0206796",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0ac495b4-7698-4e20-889c-65c24d0b78c8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "faa7be11-347c-4846-a6f6-871ed4e612fd",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d92b3e63-ed7d-441c-a410-6d2b340df3f3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"MeasurementValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5acfab0b-fd4a-4c25-abe5-ae3e21d59c46",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"MeasurementValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d04cabdf-1c22-4fa5-9e9e-bd89230e2709",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "fc25c71f-5697-41a3-a95a-cb36c90a3b62",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "eea58a1c-fc82-4bf5-a56e-23b45311a9ee",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-07-22T18:20:28.3121941-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "37fd2f1b-340b-4840-90f8-00f6457e6f67",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-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": "a017fb63-9327-4c84-ab4b-4f205f623aba",
"Asset": {
"AssetId": "68c179f1-3eaf-42a7-b0ff-c343ac60743e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "00e4ba44-d75d-49ea-9239-a88ee0ca09e2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "99026e11-47e8-426f-a88d-5fd3b6d65b79",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fa3aef4f-7885-4920-9e85-847cd6fe5588",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"MeasurementValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6aa66b80-b153-434e-b833-e37b5860ebe5",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"MeasurementValueNeededDate": "2026-07-22T18:20:28.3121941-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4a0118ee-3c6d-4033-8568-0545a019645a",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "089f2a19-bf19-4b39-bcbd-973288c19c5e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3b8dfbb7-7551-4c0f-85fe-37ba00d25955",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-07-22T18:20:28.3121941-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6cfdd4c6-251b-484d-91ed-276ea920c368",
"CreateDate": "2026-07-22T18:20:28.3121941-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T18:20:28.3121941-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}