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": "29dc0290-b74d-48cd-b289-8442327a88f6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8e6b7c7e-5a34-4e1d-9369-32a73d2f93a9",
"CreateDate": "2026-07-20T18:53:43.3458078-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T18:53:43.3458078-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": "2c7242af-2e64-4b97-8ebc-da80124e0b0f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e38cc4a6-65e0-4dc4-9634-229799c0cdc6",
"CreateDate": "2026-07-20T18:53:43.3458078-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T18:53:43.3458078-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}