PUT NoteCategories
Updates the given note category.
Request Information
URI Parameters
None.
Body Parameters
Note category to update
NoteCategoryName | Description | Type | Additional information |
---|---|---|---|
NoteCategoryId | globally unique identifier |
None. |
|
Name | 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:
{ "NoteCategoryId": "0fcf9486-8135-4c96-9677-13977558887b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ba390d2e-a7b2-43e1-b4a2-1a7609c17814", "CreateDate": "2024-12-03T09:43:18.3919098-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-03T09:43:18.3919098-08:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the updated note category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | NoteCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "NoteCategoryId": "58edb5e5-6c78-44a9-bbb0-d337b383606b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a0eeeefe-4f7f-484b-af45-cfad197d3654", "CreateDate": "2024-12-03T09:43:18.3919098-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-03T09:43:18.3919098-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }