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": "038d38a6-1975-4872-982f-76f4100480c3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3d42a2ad-eb6c-4b7b-93db-9caed645c655",
"CreateDate": "2025-11-19T14:50:42.6883162-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:50:42.6883162-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": "63d20678-e7aa-4a5b-8994-3f2afe5ff719",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3da3e461-b144-4a07-8e9f-b4a26b2124bd",
"CreateDate": "2025-11-19T14:50:42.6883162-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:50:42.6883162-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}