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": "905f1fe6-2fc5-48d7-bf5e-2792539ed652",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5efe624a-3ba3-4a9f-becb-32784b8aaab1",
"CreateDate": "2025-12-21T05:01:31.3824285-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T05:01:31.3824285-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": "c0d60259-9f9f-4f44-9882-a0f393bbe959",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6642c951-c970-48f3-a264-e2c812ed259d",
"CreateDate": "2025-12-21T05:01:31.3824285-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T05:01:31.3824285-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}