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": "59ceeb7d-74f6-4a67-92e7-b1dcd6f01f9a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "efe63ab2-ec82-468a-8940-2e5cd9561925",
"CreateDate": "2026-01-07T15:59:34.6466376-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T15:59:34.6466376-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": "76c926f0-786a-4282-bcf1-0a7a1153dccf",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0aff2d62-1ab4-4ad7-be49-ff3664820663",
"CreateDate": "2026-01-07T15:59:34.6466376-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T15:59:34.6466376-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}