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": "18524183-93ec-4052-9234-0cd1766b09ca",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e50433c2-9db1-4bc4-a858-f095be212d26",
"CreateDate": "2026-02-08T18:42:02.4273721-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:42:02.4273721-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": "24247f99-617a-402d-9751-3762f366f996",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b861ddcf-e04f-4bec-8e77-3eaec9f4d99a",
"CreateDate": "2026-02-08T18:42:02.4273721-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:42:02.4273721-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}