PUT AttachmentCategories
Updates the given attachment category.
Request Information
URI Parameters
None.
Body Parameters
Attachment category to update
AttachmentCategoryName | Description | Type | Additional information |
---|---|---|---|
AttachmentCategoryId | 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:
{ "AttachmentCategoryId": "a4991c3a-3444-4b36-85dc-a0512a375d60", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9299d90a-621b-4c89-b13d-67526b826bbb", "CreateDate": "2025-06-27T04:31:03.8662141-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T04:31:03.8662141-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the updated attachment category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AttachmentCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AttachmentCategoryId": "5376058f-9fa6-49b7-a66a-122dbf33f15d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8792c683-27db-4d4d-b5ab-4b4504a6ab8b", "CreateDate": "2025-06-27T04:31:03.8662141-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T04:31:03.8662141-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }