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": "295c47b8-6e89-4f67-8b05-3d7940941800",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b1c76958-5936-42e1-a49c-fbf34d538654",
"CreateDate": "2026-04-02T19:06:19.6589849-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-02T19:06:19.6589849-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": "798b2d94-e760-4c13-904a-055d9106fcb4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4079f141-0a50-484e-8142-4843eafc1ed2",
"CreateDate": "2026-04-02T19:06:19.6589849-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-02T19:06:19.6589849-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}