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": "fccf7deb-868b-4cae-9e40-6f2ea614044f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "79955e27-54c6-4f64-9426-f5b794baa7da",
"CreateDate": "2026-03-24T15:02:39.1985564-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:02:39.1985564-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": "774af0be-c152-4b9e-9016-65d38bb9efc6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7a0e536b-196e-4f24-b35c-714fabbc339b",
"CreateDate": "2026-03-24T15:02:39.1985564-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:02:39.1985564-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}