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": "565e736e-6f8d-402c-9f44-12d6b4804425",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0e87618f-eea8-4703-a65e-857447e239b8",
"CreateDate": "2026-08-04T17:27:29.6789437-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:27:29.6789437-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": "f9a41dec-0dd0-4bfa-b4d8-f6a0529aaad3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4428cccc-2d0f-454f-add4-4174d24e846d",
"CreateDate": "2026-08-04T17:27:29.6789437-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:27:29.6789437-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}