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": "8ba810d9-468c-4a69-9484-4d7c33311ba5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ce2cf76e-dc57-4e53-a62f-36e1600d8ed2",
"CreateDate": "2026-06-25T10:55:44.9944463-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T10:55:44.9944463-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": "db1fa9ba-46f4-4dc0-a585-82ab9b214cc6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "81567e5e-374e-443c-a84b-a6b62fa793bb",
"CreateDate": "2026-06-25T10:55:44.9944463-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T10:55:44.9944463-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}