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": "4383289f-6bdf-48a7-bd58-518ab9c6c78e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "37b445a7-2808-49d4-bbfb-b218a8f3c46a",
"CreateDate": "2025-11-02T12:42:34.7549716-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-02T12:42:34.7549716-08: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": "60c7506b-dfa0-4db7-897a-0486944151ab",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ba471741-dc6d-4a1f-930d-81bdc2b490db",
"CreateDate": "2025-11-02T12:42:34.7549716-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-02T12:42:34.7549716-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}