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": "7a60dffb-2d6b-4c6f-bb7d-4a895aea7071",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "41083747-0436-403b-928b-596cc5ab64dc",
"CreateDate": "2025-12-10T05:03:09.6273626-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T05:03:09.6273626-08: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": "5b21e066-15c1-4975-b586-fe3877c9d1da",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "789127e3-8cb7-4f3b-b3b7-3c80926b28aa",
"CreateDate": "2025-12-10T05:03:09.6273626-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T05:03:09.6273626-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}