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": "a1fe8410-f0e6-416d-9033-49bddc2d65a1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "93f123d6-ebcf-49fd-a448-cfc6fde8472e",
"CreateDate": "2026-07-21T00:26:20.3352667-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:26:20.3352667-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": "5ba5eef0-9e09-4e20-93c7-48e9fd1f0b9d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e07b092e-1652-494a-beb1-6cdb577432e1",
"CreateDate": "2026-07-21T00:26:20.3352667-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:26:20.3352667-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}