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": "377bd685-7d8f-4f72-bdd9-f653dea89790", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a5554e8e-bea0-432b-bce7-75f31ae77249", "CreateDate": "2025-06-02T07:37:01.5628094-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:37:01.5628094-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": "5a55f47c-c7b0-4ee3-88a7-74934594352a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4a57c953-a81b-4e83-9351-707a4650c15a", "CreateDate": "2025-06-02T07:37:01.5628094-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:37:01.5628094-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }