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": "45ddb653-4f04-4d1a-ab37-bf6b9faf8791", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1de297ac-d75b-4728-ac9d-8c0f581a78f3", "CreateDate": "2025-05-09T01:08:14.7040915-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T01:08:14.7040915-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": "91a34920-7dcf-46dc-965c-00b19f75f417", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3d188089-a895-4755-a6a8-30998e32dd85", "CreateDate": "2025-05-09T01:08:14.7040915-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T01:08:14.7040915-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }