POST AttachmentCategories
Creates a new attachment category.
Request Information
URI Parameters
None.
Body Parameters
The attachment category to create. AttachmentCategoryId should not be filled in.
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": "e5bb322b-ba9c-4379-89f4-2a6e54c98c1e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8380e846-8c41-486f-a0a1-e1086d819277", "CreateDate": "2025-08-29T17:15:37.0745139-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:15:37.0745139-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the created 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": "331451fc-1ca8-45c7-938e-0b13bec3e0ff", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d88478a5-04d7-433a-8bb8-d102177fcf0c", "CreateDate": "2025-08-29T17:15:37.0745139-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:15:37.0745139-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }