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": "237b45de-d076-41da-b32a-ca2d1ec57573",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "09ec7515-60b2-457c-80fd-fe82a9bf8f94",
"CreateDate": "2026-03-23T12:54:06.0369337-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:54:06.0369337-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": "b30b1ca5-990a-44d6-a351-4aa114c0aaf7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4afbda52-e709-4f9c-b97e-8bb331973dd7",
"CreateDate": "2026-03-23T12:54:06.0369337-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:54:06.0369337-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}