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": "d0efea1d-7fef-42e1-a4d1-0c7bb9a6e837",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9a11cca8-6037-4d27-a0db-716275584633",
"CreateDate": "2026-06-28T09:43:40.6013606-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:43:40.6013606-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": "da16657a-a249-42e4-a2a0-68d79da3c820",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b60971d2-53b8-4fda-a62c-b0d4a327de14",
"CreateDate": "2026-06-28T09:43:40.6013606-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:43:40.6013606-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}