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": "d87f5c7d-af22-4c7b-bb71-12c22906330a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a9b010d5-6543-47ee-bbff-5c01fe86ab9f",
"CreateDate": "2025-12-21T05:04:11.3434327-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T05:04:11.3434327-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": "c64f2bee-0725-452b-88e2-43ffcd329d06",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e65eaacc-a4e6-4f94-94f3-1c1feab89a2f",
"CreateDate": "2025-12-21T05:04:11.3434327-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T05:04:11.3434327-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}