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": "1ceb0707-9448-4bcc-a43c-a1db779604dd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "cbcac7e8-60f5-4ccc-9ea4-5a591ce4c28a",
"CreateDate": "2026-02-23T03:35:45.4194302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T03:35:45.4194302-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": "44fbbcf5-786f-46dc-9b64-ad1ea5253ef2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c9610cc5-8f7a-4676-910c-67538ac1268a",
"CreateDate": "2026-02-23T03:35:45.4194302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T03:35:45.4194302-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}