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": "e175f34f-7d13-4388-a638-45b7ac59c736",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7d410895-5876-4413-9663-994cc069f39f",
"CreateDate": "2026-02-11T01:25:02.5995593-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T01:25:02.5995593-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": "ef8efbf7-adfa-46aa-be0c-9194f1fe5a0a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7ca6d3f8-437b-46a5-a9cd-5f39eaf896e2",
"CreateDate": "2026-02-11T01:25:02.5995593-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T01:25:02.5995593-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}