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": "28d5284a-e129-4b36-99cb-df7db74af8fd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c5b46080-9e1e-4aba-8f8d-01f98ed3cda3",
"CreateDate": "2026-08-09T23:44:20.8950232-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:44:20.8950232-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": "e7bfdbad-65ed-4d03-9905-50c1d2727a9a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "94bcb8bd-ed06-4fbf-94d7-d112dfbbc2cd",
"CreateDate": "2026-08-09T23:44:20.8950232-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:44:20.8950232-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}