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": "4c4b959b-0c76-4546-81a0-34593a2e11fb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2da0ae1b-33db-428e-8e2f-6862b94e4b3e",
"CreateDate": "2026-06-22T01:47:56.2173586-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T01:47:56.2173586-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": "0c486f03-1297-445f-9a96-f08fce6edcc2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8278892f-d40a-442a-ab89-c0b83c74e970",
"CreateDate": "2026-06-22T01:47:56.2173586-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T01:47:56.2173586-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}