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": "11d13763-aa60-418b-b2a9-0e5f8fea9759",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3c773cf5-f08b-48de-b6ad-1be79f2b49f6",
"CreateDate": "2026-06-17T17:30:27.9747837-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:30:27.9747837-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": "041a6c95-b95b-49ad-a41b-5b526cbd4876",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ad054cd6-f92a-4b74-8b69-1928c541fba9",
"CreateDate": "2026-06-17T17:30:27.9747837-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:30:27.9747837-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}