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": "f28660e1-6b43-4f7a-8543-a76031dc35dd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d7bfc281-3692-4614-9d18-fba03222d972",
"CreateDate": "2025-12-20T15:32:30.3495723-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-20T15:32:30.3495723-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": "9f04a291-4d83-42c4-a942-324414530bbd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0b50bf0b-94a7-456c-84cd-54fac81ac219",
"CreateDate": "2025-12-20T15:32:30.3495723-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-20T15:32:30.3495723-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}