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": "84b159a1-250f-49f3-a59c-49907768af3d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b0f2c6f3-7b09-43ad-86ce-f238c7a6ea7f", "CreateDate": "2024-12-08T03:25:05.9478959-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T03:25:05.9478959-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": "9b39df1b-c415-4750-bba6-ad5947757e98", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ba69f2c8-5461-4468-ad60-14229106654b", "CreateDate": "2024-12-08T03:25:05.9478959-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T03:25:05.9478959-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }