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": "7809efca-758a-48e8-962f-f90a6d998916", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "611aa6b2-0040-47fe-902a-9da6d54cc7d9", "CreateDate": "2025-05-08T15:50:19.2733572-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T15:50:19.2733572-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": "99fb2522-03fa-4229-9c06-2788ceb61bde", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e427b164-692c-445d-bcc1-7dbd59354f23", "CreateDate": "2025-05-08T15:50:19.2733572-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T15:50:19.2733572-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }