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": "bb8bad3e-ab4b-41ea-842e-0b38e81263f7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2b24e65b-617d-4e4b-9ed1-5fc1b60c6692",
"CreateDate": "2026-03-30T16:51:50.1851025-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T16:51:50.1851025-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": "54b2403b-d094-455a-9e42-7804fbc3442b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c7d9db4d-72ab-4b35-b7a2-dc62ac268c92",
"CreateDate": "2026-03-30T16:51:50.1851025-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T16:51:50.1851025-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}