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": "6883d14f-2e07-4252-863f-8fe625229e14",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "77c93232-87a4-47ee-a353-8e0115baae61",
"CreateDate": "2026-07-13T23:59:40.0719775-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:59:40.0719775-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": "ecd438a0-fa3a-4004-85c3-8b39db7dfe7f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "40015d69-cccb-4dfa-ade4-c9c9cfb64ad2",
"CreateDate": "2026-07-13T23:59:40.0719775-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:59:40.0719775-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}