PUT NoteCategories

Updates the given note category.

Request Information

URI Parameters

None.

Body Parameters

Note category to update

NoteCategory
NameDescriptionTypeAdditional 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": "b1df4de6-4430-4c13-b46c-2e93f9fe7fce",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "8db772d9-7a78-4219-aa2e-8782a809c47c",
  "CreateDate": "2024-04-15T22:08:00.7447436-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2024-04-15T22:08:00.7447436-07:00",
  "LastModifiedUser": "sample string 5"
}

Response Information

Resource Description

On success, the updated note category.

NameDescriptionTypeAdditional information
Data

NoteCategory

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "NoteCategoryId": "114e8c96-9729-452e-b66c-c3fadf4dfded",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "eda3ced9-03cd-49c0-94fe-abfcf28daafc",
    "CreateDate": "2024-04-15T22:08:00.7447436-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-04-15T22:08:00.7447436-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}