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": "d9d215c9-767e-4b1b-b747-1872dae59eba", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6e7f1000-bd4d-4ebc-8638-422ebe655bd4", "CreateDate": "2025-09-13T21:08:45.6724384-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T21:08:45.6724384-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": "60d24827-c78a-4003-b660-f212177e08a2", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "22706bd1-997f-420f-b006-e391860743f3", "CreateDate": "2025-09-13T21:08:45.6724384-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T21:08:45.6724384-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }