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": "5b3124aa-e02f-407d-845b-5d81b3173506",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f5ccf0ea-68f9-47cf-b8ef-1481f5193e96",
"CreateDate": "2026-08-24T21:37:35.2685715-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:37:35.2685715-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": "940ec1dc-e9dd-4b70-9dee-ecf71be21dd4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "755cfa17-02d9-4bc6-ad70-ae453fa5183a",
"CreateDate": "2026-08-24T21:37:35.2685715-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:37:35.2685715-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}