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": "c79a257c-5a9e-48fb-8623-548df9af2b72",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f41fd86a-63a8-4467-bad2-3bf53a60c2cd",
"CreateDate": "2026-09-02T00:34:19.2454846-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:34:19.2454846-07: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": "691833f8-73a9-45b4-8cb3-704a26993eef",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "10860e72-cf3a-406f-82e2-04d699bc0184",
"CreateDate": "2026-09-02T00:34:19.2454846-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:34:19.2454846-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}