PUT AttachmentCategories
Updates the given attachment category.
Request Information
URI Parameters
None.
Body Parameters
Attachment category to update
AttachmentCategory| Name | 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": "566df7f1-82d8-4624-a7d0-d92a157499b7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "cf809f07-f988-49b3-9ab6-23bcc51f7869",
"CreateDate": "2026-03-07T11:36:35.0634349-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-07T11:36:35.0634349-08: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": "be580940-3799-4429-8b91-ccea7482f7de",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9b3e441f-5cff-4a7f-bbb5-7c5af89b83a6",
"CreateDate": "2026-03-07T11:36:35.0634349-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-07T11:36:35.0634349-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}