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": "303d1631-2c8b-488c-aa0b-309a976a5f34",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b0c6ca30-f05f-4a4a-b70b-42f3b863bf91",
"CreateDate": "2026-08-09T23:44:19.8949618-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:44:19.8949618-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": "3a2bc8a9-3018-40fa-ae35-87f648f1de92",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f35d3113-c458-4672-8873-611a9805adab",
"CreateDate": "2026-08-09T23:44:19.8949618-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:44:19.8949618-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}