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": "6b76de8b-4f1e-4820-8e39-9f3c165612eb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4a271272-d2a4-479a-ab59-f0459e901764",
"CreateDate": "2026-08-11T22:26:51.7161521-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:26:51.7161521-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": "c98948e5-a237-454a-a8ad-dbc7a0ac2620",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "75916a9e-c595-44b3-917b-1ba2c1577fc1",
"CreateDate": "2026-08-11T22:26:51.7161521-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:26:51.7161521-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}