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": "d0d87b01-103d-4b18-bb58-3ad495e7fe09",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7ca9afe8-d620-4dc4-838e-a9d625050571",
"CreateDate": "2026-08-11T22:26:49.2727036-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:26:49.2727036-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": "26c2b586-495e-4809-8489-86c1727c377a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0eb24290-bbb8-4a3d-8c6d-556fbc68695d",
"CreateDate": "2026-08-11T22:26:49.2727036-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:26:49.2727036-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}