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": "da0842a9-20c9-44e5-bfc3-1a1345ed5512", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "334d52dd-e0c2-4c9c-af5f-be9cbaf0ce8b", "CreateDate": "2025-06-02T07:39:32.186688-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:39:32.186688-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": "5079d8c0-9d67-487e-9365-e2f1e5a9596d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "edc1d027-9de9-4554-b288-bacd395b259f", "CreateDate": "2025-06-02T07:39:32.186688-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:39:32.186688-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }