PUT AttachmentCategories
Updates the given attachment category.
Request Information
URI Parameters
None.
Body Parameters
Attachment category to update
AttachmentCategoryName | 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": "85f79c2a-8e23-4a24-9fcc-ea9662140835", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "41b13384-b7de-4a0d-bb30-c8c2b5e8d178", "CreateDate": "2025-05-09T15:31:50.0284163-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:31:50.0284163-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": "eb988170-1860-4b0a-b939-841c5886c599", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c5d4494c-8b13-4ca1-ae33-2d4d921a5628", "CreateDate": "2025-05-09T15:31:50.0284163-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:31:50.0284163-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }