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": "52393c34-2046-4a27-8bbd-a94d6bf47094",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "54f5a464-1cb6-49bb-9830-bba003670a6a",
"CreateDate": "2026-03-21T01:11:24.9115822-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-21T01:11:24.9115822-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": "974f3568-1b7e-46cc-8eab-7e9fbeae2f0c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fb3ab2ab-5bde-4254-b058-50576b7c1f0c",
"CreateDate": "2026-03-21T01:11:24.9115822-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-21T01:11:24.9115822-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}