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": "d0ec4953-1539-48be-9280-1ffe51217097",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e3f6d5b5-70af-4b72-9fc0-e6ac15722a28",
"CreateDate": "2026-05-09T23:11:19.6571271-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:11:19.6571271-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": "3c137c8b-6a41-466e-a7fb-b8acb674ffb6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d0538482-9687-4b1d-b45b-b4eb280056ac",
"CreateDate": "2026-05-09T23:11:19.6571271-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:11:19.6571271-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}