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.
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": "97792500-7dce-44d8-bc95-258e36d2c345",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bd1cff5f-24dc-4f1f-868b-a30ad1a08751",
"CreateDate": "2026-04-14T09:14:45.7414697-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:14:45.7414697-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": "018ee5f5-3f6f-4f5c-abcd-a6da3b6bb55f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7fb46bed-f2aa-44ed-9d3d-2389403dfaed",
"CreateDate": "2026-04-14T09:14:45.7414697-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:14:45.7414697-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}