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": "2a6b3706-f17b-4195-9fa6-5c019d33c9d6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f128c74f-4248-45c3-a94f-b1cdea7b6709",
"CreateDate": "2026-02-05T17:01:10.4845144-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:01:10.4845144-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": "654b42b6-fbc8-4b9f-bbb6-ab807fc846c4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "09fb4c5d-0784-4894-98a4-53b87079eac9",
"CreateDate": "2026-02-05T17:01:10.4845144-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:01:10.4845144-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}