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": "c75f1cb2-c9d2-46a5-829b-1c82df4d831f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "df5e4f09-ff74-4347-a469-a9d10f1c3bdd",
"CreateDate": "2026-06-17T17:30:18.4101497-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:30:18.4101497-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": "bfa36f71-6914-408e-8617-66083218295d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9cd0d76d-1122-472b-8b80-c66930deb016",
"CreateDate": "2026-06-17T17:30:18.4101497-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:30:18.4101497-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}