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": "d97bbec0-d4c1-4f5a-9506-7f2f0e15c709",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2799ad4c-1228-4e7d-a7f1-a5bcdc538dc7",
"CreateDate": "2026-04-10T10:57:54.9679587-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-10T10:57:54.9679587-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": "70f4863b-3ac2-4440-aa0e-6169aaec81f7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8df5460c-3f94-456e-90c5-5c116c744051",
"CreateDate": "2026-04-10T10:57:54.9679587-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-10T10:57:54.9679587-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}