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": "c638ed67-e071-46cc-ae42-747aafa71d57",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "81feb06c-8571-481b-8a42-1afb98980049",
"CreateDate": "2025-11-26T22:14:11.907679-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-26T22:14:11.907679-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": "6b2ec91e-1ce6-4234-9b58-8a1ed18e9925",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "711bed76-6d38-40c3-8828-668efc91adbf",
"CreateDate": "2025-11-26T22:14:11.907679-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-26T22:14:11.907679-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}