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": "e471a04d-fc03-4d16-8d52-7b012f237c94",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e5161293-19cf-4034-95ef-65c4429b3dde",
"CreateDate": "2026-03-13T10:50:53.3741904-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-13T10:50:53.3741904-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": "2768f5ef-104f-48a9-b6b8-35ad6f56ebc4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "be4ab83a-c737-4b39-8623-75a85abef3a8",
"CreateDate": "2026-03-13T10:50:53.3741904-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-13T10:50:53.3741904-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}